-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "myserver",
"version": "0.0.0",
"private": true,
"engines": {
"node": "14.8.0",
"npm": "6.14.7"
},
"scripts": {
"start": "nodemon server/app.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.11.5",
"axios": "^1.7.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.19.2",
"fast-csv": "^4.3.6",
"helmet": "^4.1.1",
"heroku": "^8.1.9",
"http-errors": "~1.6.3",
"ignore-styles": "^5.0.1",
"isomorphic-fetch": "^3.0.0",
"morgan": "~1.9.1",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.4",
"pg": "^8.3.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"request": "^2.88.2",
"serialize-javascript": "^5.0.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.11.5"
}
}