forked from onibe/onibesite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
{
"name": "onibe",
"version": "0.0.1",
"description": "",
"private": true,
"scripts": {
"start": "node ./bin/www",
"complete-start": "npm run build && node ./bin/www",
"pm-start": "git pull origin master && pm2 start npm --name \"onibe\" -- start",
"pm-restart": "git pull origin master && npm run build && pm2 restart onibe",
"build": "gulp build",
"dev": "gulp default"
},
"dependencies": {
"body-parser": "~1.13.2",
"compression": "^1.6.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"glob": "^7.0.3",
"hbs": "~3.1.0",
"jquery": "^2.2.4",
"lodash": "^4.17.2",
"morgan": "^1.7.0",
"nodemailer": "^2.4.2",
"nodemailer-sendgrid-transport": "^0.2.0",
"nunjucks": "^2.4.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"smoothscroll-polyfill": "^0.3.4",
"webpack": "^1.13.1",
"winston": "^2.1.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "^3.3.6",
"bootstrap-sass": "^3.3.6",
"chai": "^3.5.0",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-sass": "^2.1.0",
"gulp-util": "^3.0.7",
"mocha": "^2.5.3",
"node-sass": "^3.7.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"webpack": "^1.13.1"
},
"engines": {
"node": ">=6.9.1"
}
}