-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 4.25 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 4.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "@origin-ui/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"engines": {
"node": "^20.9"
},
"scripts": {
"origin-ui:docs:serve": "nx run origin-ui:serve",
"origin-ui:docs:build": "pnpm run registry:copy && pnpm run registry:build && nx run origin-ui:build",
"----Components-------": "-----------------------------------------------------------------------",
"components:build": "nx run components:build",
"----Release----------": "-----------------------------------------------------------------------",
"release:components:dry-run": "nx release --dry-run",
"release:components": "nx release --skip-publish",
"----Others-------": "-----------------------------------------------------------------------",
"prettier": "prettier '**/*.{css,scss,md,mdx,yml,json,js,cjs,mjs,html,ts}' --check",
"prettier:fix": "pnpm run prettier --write",
"----Registry----------": "-----------------------------------------------------------------------",
"registry:copy": "tsx scripts/copy-components.mts",
"registry:build": "npx shadcn-ng@latest build --cwd=apps/origin-ui/src --output=../public/r"
},
"dependencies": {
"@angular/animations": "20.3.4",
"@angular/cdk": "20.2.8",
"@angular/common": "20.3.4",
"@angular/compiler": "20.3.4",
"@angular/core": "20.3.4",
"@angular/forms": "20.3.4",
"@angular/platform-browser": "20.3.4",
"@angular/platform-browser-dynamic": "20.3.4",
"@angular/platform-server": "20.3.4",
"@angular/router": "20.3.4",
"@angular/ssr": "20.3.5",
"@fontsource-variable/inter": "^5.2.5",
"@fontsource-variable/outfit": "^5.2.5",
"@fontsource/jetbrains-mono": "^5.2.5",
"@floating-ui/dom": "^1.7.4",
"@radix-ng/primitives": "0.50.0",
"@internationalized/date": "^3.8.0",
"@internationalized/number": "^3.6.1",
"@tanstack/angular-table": "^8.21.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"express": "~4.21.2",
"lucide-angular": "~0.464.0",
"ngx-sonner": "^3.0.0",
"rxjs": "~7.8.0",
"shadcn-ng": "^1.1.0",
"tailwind-merge": "^3.0.2",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.5",
"@angular-devkit/core": "20.3.5",
"@angular-devkit/schematics": "20.3.5",
"@angular/cli": "~20.3.0",
"@angular/compiler-cli": "20.3.4",
"@angular/language-service": "20.3.4",
"@eslint/js": "^9.21.0",
"@nx/angular": "21.6.4",
"@nx/eslint": "21.6.4",
"@nx/eslint-plugin": "21.6.4",
"@nx/jest": "21.6.4",
"@nx/js": "21.6.4",
"@nx/web": "21.6.4",
"@nx/workspace": "21.6.4",
"@schematics/angular": "20.3.5",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@tailwindcss/postcss": "^4.0.9",
"@tailwindcss/typography": "^0.5.16",
"@types/express": "4.17.14",
"@types/jest": "^29.5.12",
"@types/node": "20.17.19",
"@typescript-eslint/utils": "^8.33.1",
"angular-eslint": "20.4.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.28.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "14.6.1",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "20.3.0",
"nx": "21.6.4",
"postcss": "^8.5.3",
"postcss-url": "~10.1.3",
"prettier": "^3.4.2",
"prettier-plugin-multiline-arrays": "^3.0.6",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"shiki": "^1.29.2",
"tailwindcss": "^4.0.9",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "29.4.5",
"ts-morph": "^25.0.1",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"tsx": "^4.19.2",
"typescript": "5.9.3",
"typescript-eslint": "^8.33.1"
}
}