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.
|
|
|
{
|
|
|
|
"name": "gulp-miniprogram",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp build",
|
|
|
|
"serve": "gulp serve",
|
|
|
|
"init": "./node_modules/.bin/eslint --init",
|
|
|
|
"lint": "./node_modules/.bin/eslint --fix src --ext .ts",
|
|
|
|
"tslint": "./node_modules/.bin/eslint --fix src --ext .ts"
|
|
|
|
},
|
|
|
|
"author": "lihenian",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"eslint": "^7.4.0",
|
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-changed": "^4.0.2",
|
|
|
|
"gulp-clean": "^0.4.0",
|
|
|
|
"gulp-cssnano": "^2.1.3",
|
|
|
|
"gulp-debug": "^4.0.0",
|
|
|
|
"gulp-eslint": "^6.0.0",
|
|
|
|
"gulp-less": "^4.0.1",
|
|
|
|
"gulp-plumber": "^1.2.1",
|
|
|
|
"gulp-preprocess": "^3.0.3",
|
|
|
|
"gulp-rename": "^2.0.0",
|
|
|
|
"gulp-sass": "^4.1.0",
|
|
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
|
|
"typescript": "^3.9.6"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^3.5.0",
|
|
|
|
"@typescript-eslint/parser": "^3.5.0"
|
|
|
|
}
|
|
|
|
}
|