-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"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": "ultracite check",
"fix": "ultracite 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",
"generate-skills": "pnpm --filter @repo/scripts generate-skills"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@vitest/browser-playwright": "^4.0.17",
"@vitest/browser-preview": "^4.0.17",
"oxfmt": "^0.28.0",
"oxlint": "^1.43.0",
"turbo": "2.8.14",
"typescript": "5.9.3",
"ultracite": "7.1.4",
"vitest": "^4.0.17"
},
"engines": {
"node": ">=20.12"
},
"packageManager": "pnpm@10.28.0",
"pnpm": {
"overrides": {
"parse5": "^7.2.1"
}
}
}