You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
507 B

{
"name": "webcode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp buildTask",
"dev": "gulp devTask"
},
"author": "fanruan.zhanying",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
}
}