-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "voog-design-system",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@storybook/addon-actions": "^6.1.18",
"@storybook/addon-controls": "^6.1.18",
"@storybook/addon-essentials": "^6.1.14",
"@storybook/addon-links": "^6.1.14",
"@storybook/react": "^6.1.14",
"babel-loader": "^8.2.2",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.3.1",
"file-loader": "^6.2.0",
"url-loader": "^4.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -s ./src/public -p 6006",
"build-storybook": "build-storybook -s ./src/public"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@storybook/addon-docs": "^6.1.14",
"css-loader": "^5.0.1",
"eslint": "^7.18.0",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
"styled-components-modifiers": "^1.2.5",
"webpack": "^5.17.0"
}
}