-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
46
47
48
{
"name": "follou",
"version": "0.1.0",
"private": true,
"dependencies": {
"async": "^2.3.0",
"axios": "^0.16.2",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-session": "^1.15.1",
"history": "^4.6.3",
"html-entities": "^1.2.1",
"jsonwebtoken": "^7.4.1",
"localStorage": "^1.0.3",
"mongodb": "^2.2.24",
"mongoose": "^4.8.6",
"mongoose-findorcreate": "^1.0.0",
"morgan": "^1.8.2",
"newrelic": "^2.0.2",
"passport": "^0.3.2",
"passport-spotify": "^0.3.1",
"querystring": "^0.2.0",
"react": "^15.6.1",
"react-cookie": "^2.0.8",
"react-dom": "^15.6.1",
"react-loader": "^2.4.2",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-scripts": "1.0.10",
"redis": "^2.8.0",
"request": "^2.80.0"
},
"scripts": {
"server": "./node_modules/.bin/babel-node server",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku": "yarn run build && yarn run server"
}
}