-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "chefcopilot",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material/menu": "^7.0.0",
"axios": "^0.21.0",
"bootstrap": "4.5.0",
"classnames": "2.2.6",
"concurrently": "5.2.0",
"flask-cors": "^0.0.1",
"fontsource-roboto": "^3.0.3",
"fs-extra": "9.0.1",
"lodash": "^4.17.20",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "^7.2.2",
"react-router-dom": "5.2.0",
"react-scripts": "^4.0.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"requirements": "^1.4.0"
},
"eslintConfig": {
"extends": "react-app"
},
"scripts": {
"start": "react-scripts start",
"start-backend": "python3 server/server.py || python server/server.py || py -3 server/server.py",
"install-requirements": "pip install -r requirements.txt",
"start-frontend": "react-scripts start",
"build": "node ./buildScript",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.js src/**/*.jsx"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}