-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.16 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "dry-ui",
"version": "1.1.0",
"description": "",
"main": "dist",
"files": [
"dist"
],
"scripts": {
"lint": "npm run eslint src/",
"test": "echo \"Error: no test specified\" && exit 0",
"storybook": "start-storybook -p 6006 -s ./public",
"dev": "npm run storybook",
"build-storybook": "NODE_ENV=development build-storybook -s ./public",
"build-components": "cross-env NODE_ENV=production babel src --out-dir dist",
"prepublish": "npm run build-components",
"deploy": "npm publish"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.5.0",
"@material-ui/icons": "^4.4.3",
"@material-ui/lab": "4.0.0-alpha.39",
"clsx": "^1.0.4",
"draft-js": "^0.11.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"rc-pagination": "^1.20.10",
"react": "^16.10.1",
"react-color": "^2.17.3",
"react-dom": "^16.10.1",
"react-draft-wysiwyg": "^1.13.2",
"react-image": "^2.2.1",
"react-slick": "^0.25.2",
"recharts": "^1.8.5",
"slick-carousel": "^1.8.1",
"styled-components": "^4.4.0"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.1.11",
"@storybook/addon-storysource": "^6.1.11",
"@storybook/addons": "^6.1.11",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/react": "^6.1.11",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.2",
"babel-plugin-module-resolver": "^3.2.0",
"cross-env": "^6.0.3",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.15.1",
"eslint-plugin-react-hooks": "^1.7.0",
"node-sass": "^7.0.0",
"np": "^5.2.1",
"sass-loader": "^8.0.0"
}
}