-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 1.94 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
{
"name": "front-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.6.3",
"axios": "^0.19.2",
"core-decorators": "^0.20.0",
"history": "4.10.1",
"html-react-parser": "^0.14.0",
"mobx": "^5.15.5",
"mobx-persist": "^0.4.1",
"mobx-react": "^6.2.5",
"mobx-react-lite": "^2.0.7",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"query-string": "^6.13.7",
"react": "^16.13.1",
"react-csv": "^2.0.3",
"react-dom": "^16.13.1",
"react-ga": "^3.3.0",
"react-google-login": "^5.1.22",
"react-icons": "^3.10.0",
"react-player": "^2.6.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"recharts": "^1.8.5",
"sass-loader": "^9.0.3",
"socket.io-client": "^2.3.0",
"styled-components": "^5.1.1",
"sweetalert2": "^9.17.1"
},
"scripts": {
"start": "PORT=3018 react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"babel-plugin-import": "^1.13.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-styled-components": "^1.11.1",
"classnames": "^2.2.6",
"customize-cra": "^1.0.0",
"html-loader": "^1.1.0",
"mini-css-extract-plugin": "^0.9.0",
"prettier": "^2.0.5",
"react-app-rewired": "^2.1.6"
}
}