-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "@cloudmix-dev/storybook",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
"build": "storybook build",
"preview": "wrangler dev",
"publish": "wrangler publish"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "~0.3.1",
"@cloudmix-dev/react": "workspace:~0.0.25",
"@heroicons/react": "~2.1.1",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "~4.20240129.0",
"@cloudmix-dev/tailwind": "workspace:~0.0.25",
"@storybook/addon-essentials": "~7.6.12",
"@storybook/addon-interactions": "~7.6.12",
"@storybook/addon-links": "~7.6.12",
"@storybook/addon-themes": "~7.6.12",
"@storybook/blocks": "~7.6.12",
"@storybook/manager-api": "~8.0.10",
"@storybook/react": "~7.6.12",
"@storybook/react-vite": "~7.6.12",
"@storybook/test": "~7.6.12",
"@storybook/theming": "~7.6.12",
"@types/node": "~20.10.7",
"@types/react": "~18.2.48",
"@types/react-dom": "~18.2.18",
"autoprefixer": "~10.4.16",
"prop-types": "~15.8.1",
"storybook": "~7.6.12",
"tailwindcss": "~3.4.0",
"vite": "~5.1.1",
"wrangler": "~3.28.3"
},
"engines": {
"node": ">=18.0.0"
}
}