-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "biliard-counter",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.1",
"@material-ui/icons": "^3.0.2",
"@material-ui/styles": "^3.0.0-alpha.9",
"axios": "^1.1.3",
"bootstrap-css-only": "^4.4.1",
"easy-peasy": "^1.7.0",
"express": "^4.18.2",
"final-form": "^4.20.7",
"history": "^4.7.2",
"lodash": "^4.17.21",
"react": "^16.8.0",
"react-app-rewire-workbox": "^2.0.1",
"react-dom": "^16.8.0",
"react-final-form": "^4.0.2",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"rxjs": "^6.4.0",
"serve-build": "^0.1.0",
"workbox-webpack-plugin": "^3.6.3"
},
"scripts": {
"start-dev": "react-app-rewired start",
"start": "serve-build",
"build": "react-app-rewired build --prod",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-app-rewired": "^2.2.1",
"redux-devtools-extension": "^2.13.7"
},
"engines": {
"node": "^14.0.0",
"npm": "8.19.2"
}
}