-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 988 Bytes
/
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
{
"name": "redux-intro",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@material-ui/core": "^4.9.14",
"axios": "^0.18.1",
"bootstrap": "^4.5.0",
"pg": "^7.18.2",
"react": "^16.13.0",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.0",
"react-redux": "^5.1.2",
"react-scripts": "^3.4.0",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"sweetalert2": "^9.10.13",
"typeface-roboto": "0.0.75"
},
"devDependencies": {
"nodemon": "^1.19.4"
},
"scripts": {
"start": "node server/server.js",
"build": "react-scripts build",
"client": "react-scripts start",
"server": "nodemon --watch server server/server.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}