-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3000/",
"dependencies": {
"@saeon/saeon-ux": "^1.1.14",
"@trendmicro/react-sidenav": "^0.4.5",
"@trendmicro/react-tooltip": "^0.6.0",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-template": "^6.2.0",
"mdbreact": "^4.8.5-patch.1",
"mini-css-extract-plugin": "^0.7.0",
"react": "^16.8.6",
"react-bootstrap": "^0.32.4",
"react-burger-menu": "^2.5.4",
"react-dom": "^16.8.6",
"react-hooks": "^1.0.1",
"react-hooks-fetch": "^0.10.0",
"react-redux": "^7.0.3",
"react-responsive-modal": "^3.5.1",
"react-scripts": "2.1.1",
"redux": "^4.0.1",
"terser-webpack-plugin": "^1.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-prod": "webpack --mode production --config ./webpack.config.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"style-loader": "^0.23.1",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-serve": "^3.1.0"
}
}