榆山数据端小程序
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.

37 lines
969 B

{
5 years ago
"name": "gulp-miniprogram",
"version": "1.0.0",
"description": "",
5 years ago
"main": "app.js",
"scripts": {
5 years ago
"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": {
5 years ago
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0"
}
}