-
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
171 lines (171 loc) · 6.18 KB
/
Copy pathpackage.json
File metadata and controls
171 lines (171 loc) · 6.18 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "@zard/source",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"start": "node --env-file-if-exists=.env scripts/dev.mjs",
"prepare": "husky",
"build": "npm run generate:theme-tokens && npm run generate:highlight && npm run generate:md && npm run generate:llms && npm run build:registry && node apps/web/update-routes.mjs && npx nx run web:build --configuration=production && npm run generate:md:docs",
"build:registry": "npx tsx scripts/build-registry.cts && npm run check:registry",
"check:registry": "npx tsx scripts/check-registry.cts",
"check:api-docs": "npx tsx scripts/check-api-docs.cts",
"build:cli": "npx nx run cli:build",
"build:mcp": "npx nx run mcp:build",
"dev:mcp": "npx nx run mcp:build:dev",
"publish:mcp": "npx nx run mcp:publish",
"dev:cli": "npx nx run cli:build:dev",
"cli": "npm run dev:cli && npm run serve:registry",
"serve:registry": "npx tsx scripts/serve-registry.cts",
"test": "nx run-many --target=test --all",
"test:watch": "nx run-many --target=test --all --watch",
"e2e": "nx e2e web-e2e",
"e2e:ui": "nx e2e web-e2e -- --ui",
"generate:highlight": "npx tsx packages/highlight/src/generator/index.ts",
"generate:highlight:run": "npx tsx packages/highlight/src/generator/index.ts",
"generate:md": "npx tsx --tsconfig apps/web/tsconfig.generate.json apps/web/generate-markdown.mts",
"generate:llms": "npx tsx --tsconfig apps/web/tsconfig.generate.json apps/web/generate-llms.mts",
"generate:theme-tokens": "npx tsx scripts/sync-theme-tokens.cts",
"generate:md:docs": "node apps/web/generate-docs-markdown.mjs",
"release:cli": "npx nx release --projects=packages/cli",
"publish:cli": "npx nx run cli:publish",
"release": "npx nx release",
"release:dry-run": "npx nx release --dry-run",
"serve:ssr": "node dist/apps/web/server/server.mjs",
"generate:component": "nx generate @zardui/generators:component",
"generate:block": "nx generate @zardui/generators:block",
"sync:blocks": "npx tsx scripts/sync-blocks.ts"
},
"engines": {
"node": ">=20.19.0"
},
"dependencies": {
"@angular/cdk": "21.2.11",
"@angular/common": "21.2.13",
"@angular/compiler": "21.2.13",
"@angular/core": "21.2.13",
"@angular/forms": "21.2.13",
"@angular/platform-browser": "21.2.13",
"@angular/platform-server": "21.2.13",
"@angular/router": "21.2.13",
"@angular/ssr": "21.2.11",
"@antfu/ni": "^30.1.0",
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/geist-mono": "^5.2.8",
"@modelcontextprotocol/sdk": "^1.27.1",
"@ng-icons/core": "^33.2.2",
"@ng-icons/lucide": "^33.2.2",
"@tailwindcss/postcss": "^4.3.0",
"@vercel/analytics": "^2.0.1",
"@vercel/og": "^0.11.1",
"@vercel/speed-insights": "^2.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commander": "^14.0.3",
"comment-json": "^5.0.0",
"culori": "^4.0.2",
"echarts": "^6.1.0",
"embla-carousel": "^8.6.0",
"embla-carousel-angular": "^21.0.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-class-names": "^8.6.0",
"embla-carousel-wheel-gestures": "^8.1.0",
"execa": "^9.6.1",
"express": "^5.2.1",
"fs-extra": "^11.3.5",
"ngx-echarts": "^21.0.0",
"ngx-sonner": "^3.1.0",
"postcss": "^8.5.15",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"rxjs": "^7.8.2",
"shiki": "^4.1.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"unified": "^11.0.5",
"xmlbuilder": "^15.1.1",
"zod": "^4.4.3",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.11",
"@angular-devkit/core": "21.2.11",
"@angular-devkit/schematics": "21.2.11",
"@angular/cli": "21.2.11",
"@angular/compiler-cli": "21.2.13",
"@angular/language-service": "21.2.13",
"@axe-core/playwright": "^4.11.3",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@eslint/js": "^9.39.3",
"@happy-dom/jest-environment": "^20.9.0",
"@nx/angular": "22.7.2",
"@nx/eslint": "22.7.2",
"@nx/eslint-plugin": "22.7.2",
"@nx/jest": "22.7.2",
"@nx/js": "22.7.2",
"@nx/playwright": "22.7.2",
"@nx/web": "22.7.2",
"@nx/workspace": "22.7.2",
"@playwright/test": "^1.60.0",
"@schematics/angular": "21.2.11",
"@stylistic/eslint-plugin": "^5.10.0",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.33",
"@swc/helpers": "0.5.21",
"@swc/jest": "0.2.39",
"@testing-library/angular": "^19.2.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/user-event": "^14.6.1",
"@types/culori": "^4.0.1",
"@types/express": "^5.0.6",
"@types/fs-extra": "^11.0.4",
"@types/jest": "30.0.0",
"@types/node": "^25.9.1",
"@types/prompts": "^2.4.9",
"@typescript-eslint/utils": "^8.59.4",
"angular-eslint": "21.4.0",
"autoprefixer": "^10.5.0",
"commitlint-config-gitmoji": "^2.3.1",
"concurrently": "^9.2.1",
"conventional-changelog-writer": "^8.4.0",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-better-tailwindcss": "^4.5.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unused-imports": "^4.4.1",
"git-raw-commits": "^5.0.1",
"happy-dom": "^20.9.0",
"husky": "^9.1.7",
"jest": "30.4.2",
"jest-environment-jsdom": "30.4.1",
"jest-preset-angular": "16.1.5",
"jest-util": "30.4.1",
"jsonc-eslint-parser": "^3.1.0",
"lint-staged": "^17.0.5",
"ng-packagr": "21.2.3",
"nx": "22.7.2",
"postcss-url": "~10.1.3",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.4.10",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tslib": "^2.8.1",
"tsup": "^8.5.1",
"tsx": "^4.22.3",
"typescript": "5.9.3",
"typescript-eslint": "^8.59.4",
"verdaccio": "^6.7.1"
},
"nx": {
"includedScripts": []
}
}