-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.85 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.8.3",
"@material-ui/core": "^4.1.3",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.42",
"@material-ui/styles": "^4.1.2",
"chart.js": "^2.9.3",
"core-js": "^3.6.4",
"file-loader": "^6.2.0",
"google-map-react": "^2.2.0",
"immutable": "^3.8.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"prop-types": "^15.5.10",
"raf": "^3.4.1",
"react": "^16.3.1",
"react-app-polyfill": "^1.0.6",
"react-chartjs-2": "^2.8.0",
"react-countdown-circle-timer": "^1.0.41",
"react-dom": "^16.3.1",
"react-immutable-proptypes": "^2.1.0",
"react-items-carousel": "^2.8.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.3.1",
"react-scripts": "^5.0.1",
"redux": "^3.7.2",
"socket.io-client": "^2.3.0",
"url-loader": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"babel-cli": "^6.24.1",
"babel-jest": "^26.6.0",
"babel-loader": "^7.1.1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"jest": "^29.1.2",
"mini-css-extract-plugin": "^0.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}