You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
1 year ago
|
{
|
||
|
"name": "layui-admin",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "gulpfile.js",
|
||
|
"scripts": {
|
||
|
"init": "npm install && cd mock && npm install",
|
||
|
"mock": "cd mock && node mockServer.js",
|
||
|
"gulp": "gulp &",
|
||
|
"start": "concurrently \"npm run gulp\" \"npm run mock\"",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "http://git.ppst.top/pengpian/layui-admin.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"art-template": "^4.13.2",
|
||
|
"concurrently": "^5.2.0",
|
||
|
"gulp": "^4.0.2",
|
||
|
"gulp-autoprefixer": "^7.0.1",
|
||
|
"gulp-clean": "^0.4.0",
|
||
|
"gulp-connect": "^5.7.0",
|
||
|
"gulp-file-include": "^2.2.2",
|
||
|
"gulp-html-tpl": "^0.5.2",
|
||
|
"gulp-if": "^3.0.0",
|
||
|
"gulp-imagemin": "^7.1.0",
|
||
|
"gulp-minify-css": "^1.2.4",
|
||
|
"gulp-minify-html": "^1.0.6",
|
||
|
"gulp-px2rem-plugin": "^0.4.0",
|
||
|
"gulp-rename": "^2.0.0",
|
||
|
"gulp-sass": "^4.1.0",
|
||
|
"gulp-uglify": "^3.0.2",
|
||
|
"gulp-webserver": "^0.9.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.0.0",
|
||
|
"babel-preset-env": "^1.7.0",
|
||
|
"gulp-babel": "^8.0.0"
|
||
|
},
|
||
|
"author": "pp",
|
||
|
"license": "ISC"
|
||
|
}
|