-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "vacgom-design-system",
"version": "1.0.2",
"description": "Vacgom's Design System Packages",
"main": "index.js",
"scripts": {
"test": "npm run test",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_110e2bf1eda4f6c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VACGOM/Vacgom-Design-System.git"
},
"author": {
"name": "osohyun0224"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VACGOM/Vacgom-Design-System/issues"
},
"homepage": "https://github.com/VACGOM/Vacgom-Design-System#readme",
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-onboarding": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@storybook/test": "^8.0.8",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"chromatic": "^11.3.0",
"prop-types": "^15.8.1",
"sass": "^1.75.0",
"storybook": "^8.0.8",
"typescript": "^5.4.5",
"vite": "^5.2.10"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}