build(custom): 修正提交规范
This commit is contained in:
94
package.json
94
package.json
@@ -27,7 +27,14 @@
|
||||
"dev:rn": "npm run build:rn -- --watch",
|
||||
"dev:qq": "npm run build:qq -- --watch",
|
||||
"dev:jd": "npm run build:jd -- --watch",
|
||||
"dev:quickapp": "npm run build:quickapp -- --watch"
|
||||
"dev:quickapp": "npm run build:quickapp -- --watch",
|
||||
"lint": "eslint --ext .ts,.vue .",
|
||||
"lint:fix": "eslint --fix --ext .ts,.vue .",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepare": "husky install",
|
||||
"preview": "vite preview",
|
||||
"cz": "cz",
|
||||
"lf": "npx prettier --write --end-of-line lf ."
|
||||
},
|
||||
"browserslist": [
|
||||
"last 3 versions",
|
||||
@@ -35,51 +42,68 @@
|
||||
"ios >= 8"
|
||||
],
|
||||
"author": "",
|
||||
"lint-staged": {
|
||||
"*.{ts,vue}": [
|
||||
"eslint --ext .ts,.vue .",
|
||||
"npx prettier --write --end-of-line lf ."
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "node_modules/cz-customizable"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.23.1",
|
||||
"@babel/runtime": "^7.23.2",
|
||||
"@nutui/icons-vue-taro": "^0.0.9",
|
||||
"@nutui/nutui-taro": "^4.1.6",
|
||||
"@nutui/nutui-taro": "^4.2.0",
|
||||
"@qiun/vue-ucharts": "2.5.0-20230101",
|
||||
"@tarojs/components": "3.6.16",
|
||||
"@tarojs/helper": "3.6.16",
|
||||
"@tarojs/plugin-framework-vue3": "3.6.16",
|
||||
"@tarojs/plugin-html": "3.6.16",
|
||||
"@tarojs/plugin-platform-alipay": "3.6.16",
|
||||
"@tarojs/plugin-platform-h5": "3.6.16",
|
||||
"@tarojs/plugin-platform-jd": "3.6.16",
|
||||
"@tarojs/plugin-platform-qq": "3.6.16",
|
||||
"@tarojs/plugin-platform-swan": "3.6.16",
|
||||
"@tarojs/plugin-platform-tt": "3.6.16",
|
||||
"@tarojs/plugin-platform-weapp": "3.6.16",
|
||||
"@tarojs/runtime": "3.6.16",
|
||||
"@tarojs/shared": "3.6.16",
|
||||
"@tarojs/taro": "3.6.16",
|
||||
"dayjs": "^1.11.10",
|
||||
"pinia": "^2.1.6",
|
||||
"vue": "^3.3.4"
|
||||
"@tarojs/components": "3.6.18",
|
||||
"@tarojs/helper": "3.6.18",
|
||||
"@tarojs/plugin-framework-vue3": "3.6.18",
|
||||
"@tarojs/plugin-html": "3.6.18",
|
||||
"@tarojs/plugin-platform-alipay": "3.6.18",
|
||||
"@tarojs/plugin-platform-h5": "3.6.18",
|
||||
"@tarojs/plugin-platform-jd": "3.6.18",
|
||||
"@tarojs/plugin-platform-qq": "3.6.18",
|
||||
"@tarojs/plugin-platform-swan": "3.6.18",
|
||||
"@tarojs/plugin-platform-tt": "3.6.18",
|
||||
"@tarojs/plugin-platform-weapp": "3.6.18",
|
||||
"@tarojs/runtime": "3.6.18",
|
||||
"@tarojs/shared": "3.6.18",
|
||||
"@tarojs/taro": "3.6.18",
|
||||
"dayjs": "^1.11.10",
|
||||
"pinia": "^2.1.7",
|
||||
"vue": "^3.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.0",
|
||||
"@tarojs/cli": "3.6.16",
|
||||
"@tarojs/taro-loader": "3.6.16",
|
||||
"@tarojs/webpack5-runner": "3.6.16",
|
||||
"@types/node": "^18.18.4",
|
||||
"@types/webpack-env": "^1.18.2",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||||
"@typescript-eslint/parser": "^6.7.4",
|
||||
"@babel/core": "^7.23.3",
|
||||
"@commitlint/cli": "^18.2.0",
|
||||
"@commitlint/config-conventional": "^18.1.0",
|
||||
"@tarojs/cli": "3.6.18",
|
||||
"@tarojs/taro-loader": "3.6.18",
|
||||
"@tarojs/webpack5-runner": "3.6.18",
|
||||
"@types/node": "^18.18.9",
|
||||
"@types/webpack-env": "^1.18.4",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
"@typescript-eslint/parser": "^6.10.0",
|
||||
"@vue/babel-plugin-jsx": "^1.1.5",
|
||||
"@vue/compiler-sfc": "^3.3.4",
|
||||
"babel-preset-taro": "3.6.16",
|
||||
"@vue/compiler-sfc": "^3.3.8",
|
||||
"babel-preset-taro": "3.6.18",
|
||||
"commitizen": "^4.3.0",
|
||||
"css-loader": "3.4.2",
|
||||
"eslint": "^8.51.0",
|
||||
"eslint-config-taro": "3.6.16",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"cz-customizable": "^7.0.0",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-taro": "3.6.18",
|
||||
"eslint-plugin-vue": "^9.18.1",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^15.0.2",
|
||||
"style-loader": "1.3.0",
|
||||
"stylelint": "9.3.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.5",
|
||||
"unplugin-vue-components": "^0.23.0",
|
||||
"vue-loader": "^17.3.0",
|
||||
"webpack": "^5.88.2"
|
||||
"vue-loader": "^17.3.1",
|
||||
"webpack": "^5.89.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user