-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.72 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "curly-resonance",
"version": "1.0.0",
"description": "My app description",
"scripts": {
"build": "webpack --display-error-details",
"postinstall": "npm run build",
"start": "node server.js",
"start:production": "pm2 start server.js -i 4",
"restart": "webpack --display-error-details && node server.js",
"test": "echo all tests passed :D"
},
"dependencies": {
"async": "^1.5.2",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.1",
"compression": "^1.6.2",
"cookie-parser": "^1.4.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-validator": "^2.20.4",
"jade": "^1.11.0",
"jsonwebtoken": "^5.7.0",
"moment": "^2.12.0",
"mongoose": "^4.4.8",
"moniker": "^0.1.2",
"morgan": "^1.7.0",
"mout": "^1.0.0",
"node-sass-middleware": "^0.9.7",
"node-uuid": "^1.4.7",
"nodemailer": "^2.3.0",
"pm2": "^1.0.2",
"react": "15.1.0",
"react-cookie": "^0.4.5",
"react-dom": "15.1.0",
"react-redux": "4.4.1",
"react-router": "^2.4.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.4",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.0.1",
"request": "^2.69.0",
"socket.io": "^1.4.5",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.0",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {},
"engines": {
"node": "6.1.0"
}
}