-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 890 Bytes
/
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
{
"name": "smartxt2.0",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "concurrent \"supervisor ./bin/www\" \"gulp\""
},
"dependencies": {
"body-parser": "~1.15.1",
"bootstrap": "^4.0.0-alpha.4",
"consolidate": "^0.14.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-session": "^1.14.1",
"morgan": "~1.7.0",
"mustache": "^2.2.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.14.3",
"concurrently": "^2.2.0",
"cssnano": "^3.7.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-imagemin": "^3.0.3",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-pug": "^3.0.4",
"gulp-uglify": "^2.0.0"
},
"author": "liucaizhong",
"license": "Smartxt"
}