-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 864 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 864 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
{
"name": "live-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_a0bb60a5c642cf0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-google-analytics": "^6.2.9",
"@storybook/addon-interactions": "^8.6.12",
"@storybook/blocks": "^8.6.12",
"@storybook/builder-vite": "^8.6.14",
"@storybook/html": "^8.6.12",
"@storybook/html-vite": "^8.6.12",
"@storybook/test": "^8.6.12",
"@whitespace/storybook-addon-html": "^6.1.1",
"chromatic": "^11.28.2",
"storybook": "^8.6.12",
"vite": "^6.3.5"
}
}