generated from shadcn-ui/registry-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.92 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.92 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
{
"name": "mobx-restful-shadcn",
"version": "1.7.0",
"private": true,
"scripts": {
"prepare": "husky",
"install-shadcn": "shadcn-helper install",
"test": "lint-staged",
"registry:build": "shadcn build",
"dev": "next dev --webpack",
"build": "npm run registry:build && next build --webpack",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"edkit": "^1.2.7",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.562.0",
"mobx": "^6.15.0",
"mobx-i18n": "^0.7.2",
"mobx-react": "^9.2.1",
"mobx-react-helper": "^0.5.1",
"mobx-restful": "^2.1.4",
"next": "^16.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"web-utility": "^4.6.4"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/plugin-transform-typescript": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@biomejs/biome": "^2.3.10",
"@octokit/openapi-types": "^27.0.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.19.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"mobx-github": "^0.6.2",
"shadcn": "^3.6.2",
"shadcn-helper": "^0.5.5",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3"
},
"pnpm": {
"overrides": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3"
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"core-js"
]
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"biome check --write",
"biome format --write"
],
"*.{md,css,json}": "biome format --write"
}
}