-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.11 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
{
"name": "nhd-tillsammanstittande",
"version": "1.0.0",
"author": "Alexander Ekman <[email protected]>",
"scripts": {
"start": "PM2_HOME=.pm2 ./node_modules/.bin/pm2 start --no-daemon config/pm2/all.json",
"start:server": "PM2_HOME=.pm2 ./node_modules/.bin/pm2 start --no-daemon config/pm2/server.json",
"start:socket": "PM2_HOME=.pm2 ./node_modules/.bin/pm2 start --no-daemon config/pm2/socket.json"
},
"dependencies": {
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-resolver": "0.0.7",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-0": "^6.5.0",
"chance": "^1.0.2",
"copy-webpack-plugin": "^2.1.3",
"eslint": "^2.8.0",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.2.0",
"html-webpack-plugin": "^2.16.0",
"jquery": "^2.2.3",
"lodash": "^4.11.1",
"path": "^0.12.7",
"pm2": "^1.1.3",
"socket.io": "^1.4.5",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
}
}