-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.92 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
53
54
55
56
57
58
59
{
"name": "test-design-system",
"private": true,
"version": "0.1.27",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006 --docs",
"build-storybook": "storybook build --docs",
"chromatic": "npx chromatic --project-token=chpt_e5ae770dbe0773a"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.0.8"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@storybook/addon-docs": "^7.4.3",
"@storybook/addon-essentials": "^7.4.3",
"@storybook/addon-interactions": "^7.4.3",
"@storybook/addon-links": "^7.4.3",
"@storybook/blocks": "^7.4.3",
"@storybook/manager-api": "^7.4.3",
"@storybook/react": "^7.4.3",
"@storybook/react-vite": "^7.4.3",
"@storybook/testing-library": "^0.2.1",
"@types/color-convert": "^2.0.3",
"@types/color-string": "^1.5.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"babel-loader": "^8.3.0",
"chromatic": "^7.5.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.15",
"prettier": "^3.0.1",
"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-visualizer": "^5.9.2",
"rollup-plugin-webpack-stats": "^0.2.0",
"storybook": "^7.4.3",
"storybook-docs-toc": "^1.7.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.3",
"vite-plugin-turbosnap": "^1.0.3"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}