forked from fac-15/the-real-junk-food-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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": "the-real-junk-food-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"airtable": "^0.5.8",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"cron": "^1.6.0",
"env2": "^2.2.2",
"jsonwebtoken": "^8.4.0",
"jwt-decode": "^2.2.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"react-testing-library": "^5.6.1",
"styled-components": "^4.1.3",
"sweetalert2": "^8.2.0"
},
"scripts": {
"start": "node server.js",
"devstart": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm install && npm run build"
},
"proxy": "http://localhost:8080",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"express": "^4.16.4",
"nodemon": "^1.18.10"
}
}