-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 911 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
{
"name": "gammazon-reviews",
"version": "",
"description": "",
"author": "",
"license": "",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"start": "nodemon server/index.js",
"react-dev": "webpack -d --watch"
},
"dependencies": {
"@material-ui/core": "^4.7.1",
"@material-ui/lab": "^4.0.0-alpha.34",
"axios": "^0.19.0",
"body-parser": "^1.17.2",
"cors": "^2.8.5",
"csv-parser": "^2.3.2",
"express": "^4.15.0",
"mongodb": "^3.3.5",
"mongoose": "^5.7.13",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.1",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"webpack": "^2.7.0"
}
}