-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1013 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
38
39
{
"name": "paypal-amazon-ipn-listener-emailer-database-ui",
"version": "1.0.0",
"private": false,
"proxy": "http://localhost:8000",
"dependencies": {
"amazon-payments": "^0.2.6",
"aws-sdk": "^2.58.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.15.3",
"firebase": "^4.0.0",
"firebase-admin": "^5.0.0",
"flat": "^2.0.1",
"morgan": "^1.8.2",
"querystring": "^0.2.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router-dom": "^4.0.0",
"request": "^2.81.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.0.1",
"react-scripts": "1.0.7"
},
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"server": "node src/server",
"setup": "node setup.js",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom",
"watch": "nodemon src/server"
}
}