mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystemFrontend.git
synced 2025-10-28 15:45:05 +08:00
Upload Source Code
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "netsupport",
|
||||
"version": "0.0.1",
|
||||
"description": "网络维护科在线报修平台-前端",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"graceful-fs": "^4.2.4",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-clean": "^0.4.0",
|
||||
"gulp-clean-css": "^4.0.0",
|
||||
"gulp-htmlmin": "^5.0.1",
|
||||
"gulp-preprocess": "^3.0.1",
|
||||
"gulp-sequence": "^1.0.0",
|
||||
"gulp-uglify": "^3.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "gulp build -v2",
|
||||
"build:dev": "gulp build -v2d",
|
||||
"start": "gulp live",
|
||||
"test": "gulp"
|
||||
},
|
||||
"author": "Liu Yue"
|
||||
}
|
||||
Reference in New Issue
Block a user