forked from jolbol1/shadcn-registry-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.76 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.76 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
{
"name": "shadcn-registry-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build-registry": "tsx ./scripts/build-registry.mts",
"registry:dev": "http-server",
"dev": "next",
"build": "next build",
"postinstall": "npm run build-registry",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"storybook:preview": "http-server storybook-static"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@chromatic-com/storybook": "3.2.2",
"@storybook/addon-essentials": "8.4.5",
"@storybook/addon-interactions": "8.4.5",
"@storybook/addon-onboarding": "8.4.5",
"@storybook/blocks": "8.4.5",
"@storybook/nextjs": "8.4.5",
"@storybook/react": "8.4.5",
"@storybook/test": "8.4.5",
"@types/node": "^22.5.5",
"@types/react": "^18.3.12",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"http-server": "^14.1.1",
"postcss": "^8.4.49",
"storybook": "8.4.5",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@storybook/addon-viewport": "^8.4.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"lodash.template": "^4.5.0",
"lucide-react": "^0.460.0",
"next": "^15.0.3",
"nextra": "^3.2.4",
"nextra-theme-docs": "^3.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"ts-morph": "^23.0.0",
"vaul": "^1.1.1",
"zod": "^3.23.8"
}
}