-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
176 lines (176 loc) · 6.18 KB
/
package.json
File metadata and controls
176 lines (176 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
172
173
174
175
176
{
"name": "ui",
"version": "0.0.1",
"private": true,
"license": "MIT",
"type": "module",
"author": {
"name": "hanzo",
"url": "https://x.com/hanzoai"
},
"workspaces": [
"app",
"apps/*",
"packages/*",
"pkg/*"
],
"scripts": {
"build": "turbo run build",
"build:cli": "turbo --filter=hanzo build",
"build:registry": "pnpm --filter=app build:registry && pnpm --filter=app lint:fix && pnpm format:write -- --loglevel silent",
"registry:build": "pnpm --filter=app registry:build && pnpm lint:fix && pnpm format:write -- --loglevel silent",
"registry": "turbo run registry",
"registry:capture": "pnpm --filter=app registry:capture",
"examples:build": "pnpm --filter=v4 examples:build",
"dev": "turbo run dev --parallel",
"hanzo-ui:dev": "turbo --filter=hanzo-ui dev",
"hanzo-ui": "pnpm --filter=hanzo-ui start:dev",
"hanzo-ui:test": "pnpm --filter=hanzo-ui test",
"cli:dev": "turbo --filter=hanzo-ui dev",
"cli:start": "pnpm --filter=hanzo-ui start:dev",
"cli:build": "pnpm --filter=hanzo-ui build",
"hanzo:dev": "turbo --filter=hanzo dev",
"hanzo": "pnpm --filter=hanzo start:dev",
"hanzo:prod": "pnpm --filter=hanzo start:prod",
"hanzo:build": "pnpm --filter=hanzo build",
"hanzo:test": "pnpm --filter=hanzo test",
"shadcn:dev": "turbo --filter=shadcn dev",
"shadcn": "pnpm --filter=shadcn start:dev",
"shadcn:prod": "pnpm --filter=shadcn start:prod",
"shadcn:build": "pnpm --filter=shadcn build",
"shadcn:test": "pnpm --filter=shadcn test",
"docs:build": "pnpm --filter=www build:docs",
"www:dev": "pnpm --filter=www dev",
"www:build": "pnpm --filter=www build",
"v4:dev": "pnpm --filter=v4 dev",
"v4:build": "pnpm --filter=v4 build",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"preview": "turbo run preview",
"typecheck": "turbo run typecheck",
"format:write": "turbo run format:write",
"format:check": "turbo run format:check",
"sync:templates": "./scripts/sync-templates.sh \"templates/*\"",
"check": "turbo lint typecheck format:check",
"release": "changeset version",
"pub:beta": "cd packages/hanzo && pnpm pub:beta",
"pub:release": "cd packages/hanzo && pnpm pub:release",
"test:dev": "turbo run test --filter=!hanzo-ui --force",
"test": "start-server-and-test v4:dev http://localhost:4000 test:dev",
"validate:registries": "pnpm --filter=v4 validate:registries",
"test:apps": "pnpm --filter=v4 test:apps",
"health-check": "tsx tests/component-health-check.ts",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:visual": "playwright test tests/visual/",
"crawl": "tsx scrapers/example-usage.ts",
"crawl:hanzo": "tsx scrapers/example-usage.ts hanzo",
"crawl:mui": "tsx scrapers/example-usage.ts mui",
"crawl:antd": "tsx scrapers/example-usage.ts antd",
"crawl:test": "playwright test scrapers/playwright-crawler.test.ts"
},
"packageManager": "pnpm@9.0.6",
"dependencies": {
"@babel/core": "^7.29.0",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@manypkg/cli": "^0.25.1",
"@tanstack/react-table": "^8.21.3",
"@typescript-eslint/parser": "^8.57.1",
"autoprefixer": "^10.4.27",
"chrono-node": "^2.9.0",
"eslint": "^10.1.0",
"eslint-config-next": "16.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-config-turbo": "^2.8.20",
"eslint-plugin-react": "^7.37.5",
"little-date": "^1.2.1",
"motion": "^12.38.0",
"postcss": "^8.5.8",
"puppeteer": "^24.40.0",
"recharts": "^3.8.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.21.0",
"vite-tsconfig-paths": "^6.1.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@playwright/test": "^1.58.2",
"@tailwindcss/oxide": "^4.2.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/hast": "^3.0.4",
"@types/node": "^25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "4.1.0",
"@vitest/ui": "^4.1.0",
"chalk": "^5.6.2",
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"eslint-plugin-tailwindcss": "3.18.2",
"happy-dom": "^20.8.4",
"jest-axe": "^10.0.0",
"jsdom": "^29.0.1",
"lucide-react": "^0.577.0",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"pretty-quick": "^4.2.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"start-server-and-test": "^2.1.5",
"tailwindcss": "4.2.2",
"tsup": "^8.5.1",
"turbo": "^2.8.20",
"typescript": "^5.9.3",
"vite": "^8.0.1",
"vitest": "^4.1.0",
"vitest-axe": "^0.1.0"
},
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"next@>=14.0.0 <14.2.21": ">=14.2.21",
"undici@>=6.0.0 <6.21.1": ">=6.21.1",
"esbuild@<=0.24.2": ">=0.25.0",
"axios@<0.30.0": ">=0.30.0",
"undici@>=6.0.0 <6.21.2": ">=6.21.2",
"cross-spawn@<6.0.6": ">=6.0.6",
"next@>=13.0 <14.2.30": ">=14.2.30",
"prismjs@<1.30.0": ">=1.30.0",
"next@>=0.9.9 <14.2.31": ">=14.2.31",
"next@>=0.9.9 <14.2.32": ">=14.2.32",
"axios@<0.30.2": ">=0.30.2",
"next@>=0.9.9 <14.2.24": ">=14.2.24",
"happy-dom@<20.0.0": ">=20.0.0",
"next@>=14.0.0 <14.2.25": ">=14.2.25",
"happy-dom@<20.0.2": ">=20.0.2",
"vite@>=5.2.6 <=5.4.20": ">=5.4.21",
"vite@>=7.1.0 <=7.1.10": ">=7.1.11",
"validator@<13.15.20": ">=13.15.20",
"tar@=7.5.1": ">=7.5.2",
"zod@>4": "4.3.6",
"@hookform/resolvers": "3.10.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"typescript-eslint": "8.57.2"
},
"public-hoist-pattern": [
"zod",
"@hookform/resolvers"
]
},
"optionalDependencies": {
"react-resizable-panels": "^3.0.6"
}
}