-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "gimme-gimme",
"version": "0.1.0",
"private": true,
"dependencies": {
"aws-sdk": "^2.344.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"multer": "^1.4.1",
"multer-s3": "^2.7.0",
"nodemon": "^1.18.5",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-modal": "^3.6.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"watson-developer-cloud": "^3.12.0"
},
"scripts": {
"start": "react-scripts start & ./node_modules/.bin/nodemon ./server/server.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm install && npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "https://gimmemoar.herokuapp.com/",
"proxy": "http://localhost:8989",
"engines": {
"node": "10.0.0"
}
}