package.json
943 Bytes
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
{
"name": "layuiAdmin.pro",
"version": "1.2.1",
"description": "通用后台管理模板系统",
"license": "LPPL",
"author": [
"xianxin <xianxin@layui-inc.com>"
],
"scripts": {
"w": "gulp w",
"s": "node app.js",
"sw": "concurrently \"npm run w\" \"npm run s\""
},
"homepage": "http://www.layui.com/admin/",
"devDependencies": {
"chai": "^4.1.1",
"concurrently": "^4.0.1",
"del": "^2.2.2",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-concat": "^2.6.0 ",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-px2rem": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^1.5.4",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"node-sass": "^4.12.0",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
}
}