-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
74 lines (74 loc) · 2.07 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
72
73
74
{
"name": "election-app",
"version": "0.0.1",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.9",
"@devexpress/dx-react-core": "^1.10.4",
"@devexpress/dx-react-grid": "^1.10.4",
"@devexpress/dx-react-grid-material-ui": "^1.10.4",
"@material-ui/core": "3.9.2",
"@material-ui/icons": "latest",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"clsx": "^1.0.4",
"file-saver": "^2.0.2",
"formik": "^1.5.1",
"http-proxy-middleware": "^0.19.1",
"immutability-helper": "^2.9.0",
"jss": "latest",
"material-ui-dropzone": "^2.0.0",
"material-ui-pickers": "^2.2.4",
"moment": "^2.24.0",
"mui-datatables": "^2.0.0-beta-53",
"multer": "^1.4.1",
"notistack": "^0.6.1",
"npm": "^6.10.0",
"prop-types": "latest",
"react": "latest",
"react-datepicker": "^2.0.0",
"react-datetime": "^2.16.3",
"react-dom": "latest",
"react-dropzone": "^8.0.3",
"react-jss": "latest",
"react-loadable": "latest",
"react-moment": "^0.8.4",
"react-number-format": "^4.0.6",
"react-popup": "^0.9.3",
"react-redux": "^6.0.0",
"react-responsive-modal": "^3.5.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-select": "^3.0.4",
"react-timestamp": "^4.4.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-thunk": "^2.3.0",
"underscore": "^1.9.1",
"update": "^0.7.4",
"yarn-install": "^1.0.0",
"yup": "^0.26.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@storybook/addon-actions": "^4.1.11",
"@storybook/addon-links": "^4.1.6",
"@storybook/addons": "^4.1.6",
"@storybook/react": "^4.1.6",
"babel-loader": "^8.0.5"
}
}