forked from vercel/ai-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 992 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 992 Bytes
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
{
"name": "ai-elements",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"test:coverage": "turbo run test:coverage",
"check": "npx ultracite@latest check",
"fix": "npx ultracite@latest fix",
"bump-deps": "npx npm-check-updates --deep -u -x recharts,react-resizable-panels && pnpm install",
"bump-ui": "npx shadcn@latest add --all --overwrite -c packages/shadcn-ui && npx shadcn@latest migrate radix -c packages/shadcn-ui",
"changeset": "changeset"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@changesets/cli": "^2.29.8",
"@vitest/browser-playwright": "^4.0.17",
"@vitest/browser-preview": "^4.0.17",
"turbo": "2.7.5-canary.13",
"typescript": "5.9.3",
"ultracite": "7.0.11",
"vitest": "^4.0.17"
},
"packageManager": "pnpm@10.28.0",
"engines": {
"node": ">=20.12"
},
"pnpm": {
"overrides": {
"parse5": "^7.2.1"
}
}
}