-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 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
{
"name": "apidocs.meiyou.com",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "supervisor --debug ./bin/www",
"serve": "supervisor -w routes/ -i public/ bin/www",
"local": "nodemon -i public/",
"watch": "node ./tools/watch",
"release": "NODE_ENV=production node ./tools/release",
"debug": "node-inspector",
"eslint": "eslint ./public/**/*.js -c .eslintrc.json --cache",
"stylelint": "stylelint ./public/**/*.css",
"lint": "npm run eslint && npm run stylelint",
"prepush": "npm run lint"
},
"dependencies": {
"angular": "^1.5.8",
"angular-route": "^1.5.8",
"angular-ui-router": "^0.3.1",
"body-parser": "~1.13.2",
"compression": "^1.6.2",
"connect-multiparty": "^2.0.0",
"connect-redis": "^3.1.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.4",
"express": "~4.14.0",
"express-session": "^1.14.1",
"moment": "^2.15.1",
"mongoose": "^4.6.0",
"morgan": "~1.6.1",
"nodemailer": "^2.6.4",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.3.2",
"gulp-webpack": "^1.5.0",
"moment": "^2.15.1",
"ng-tags-input": "^3.1.1",
"node-sass": "^3.10.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
}
}