forked from shadcnblocks/kibo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1015 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1015 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
35
36
37
38
{
"name": "kibo-ui",
"version": "1.1.5",
"bin": {
"kibo-ui": "dist/index.js"
},
"files": [
"dist/index.js"
],
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"check": "npx ultracite@latest check",
"fix": "npx ultracite@latest fix",
"test": "turbo test",
"analyze": "turbo analyze",
"bump-deps": "npx npm-check-updates --deep -u -x shiki,next,recharts,require-in-the-middle && pnpm install",
"bump-ui": "npx shadcn@latest add --all --overwrite -c packages/shadcn-ui && npx shadcn@latest migrate radix -c packages/shadcn-ui",
"clean": "git clean -xdf node_modules"
},
"devDependencies": {
"@auto-it/first-time-contributor": "^11.3.0",
"@biomejs/biome": "2.3.0",
"@types/node": "^24.7.2",
"turbo": "^2.5.8",
"typescript": "^5.9.3",
"ultracite": "^6.0.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@10.18.2",
"type": "module",
"dependencies": {
"tsup": "^8.5.0",
"zod": "^4.1.12"
}
}