-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1 KB
/
package.json
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
{
"name": "vanilla",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes --project-token=chpt_afe4ab51a37a518"
},
"devDependencies": {
"@chromatic-com/storybook": "1.3.2",
"@storybook/addon-actions": "^8.0.9",
"@storybook/addon-console": "^3.0.0",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/client-logger": "^8.2.5",
"@storybook/core-events": "^8.2.5",
"@storybook/html": "^8.0.8",
"@storybook/html-vite": "^8.0.8",
"@storybook/test": "^8.0.8",
"chromatic": "^11.5.6",
"storybook": "^8.0.8",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"dependencies": {
"@storybook/addon-viewport": "^8.0.8",
"sass": "^1.77.6",
"swiper": "^11.1.1"
}
}