mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat: add pre-commit
This commit is contained in:
17
package.json
17
package.json
@@ -9,6 +9,11 @@
|
||||
"preview": "vite preview",
|
||||
"preview:build": "npm run build && vite preview"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "node scripts/verify-commit.ts"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@amap/amap-jsapi-loader": "^1.0.1",
|
||||
"@logicflow/core": "^0.4.6",
|
||||
@@ -17,10 +22,10 @@
|
||||
"await-to-js": "^3.0.0",
|
||||
"axios": "^0.21.1",
|
||||
"cropperjs": "^1.5.11",
|
||||
"dayjs": "^1.10.4",
|
||||
"dayjs": "^1.10.5",
|
||||
"dotenv": "^8.2.0",
|
||||
"echarts": "^5.1.1",
|
||||
"element-plus": "^1.0.2-beta.44",
|
||||
"element-plus": "^1.0.2-beta.46",
|
||||
"font-awesome": "^4.7.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"mitt": "^2.1.0",
|
||||
@@ -52,14 +57,16 @@
|
||||
"@vue/compiler-sfc": "^3.0.11",
|
||||
"autoprefixer": "^10.2.4",
|
||||
"babel-plugin-transform-remove-console": "^6.9.4",
|
||||
"chalk": "^2.4.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"husky": "^6.0.0",
|
||||
"postcss": "^8.2.6",
|
||||
"postcss-import": "^14.0.0",
|
||||
"sass": "^1.32.8",
|
||||
"sass-loader": "^11.0.1",
|
||||
"typescript": "^4.2.4",
|
||||
"vite": "^2.3.4",
|
||||
"vite-plugin-mock": "^2.5.0",
|
||||
"vite-plugin-style-import": "^0.10.0"
|
||||
"vite": "^2.3.7",
|
||||
"vite-plugin-mock": "^2.7.0",
|
||||
"vite-plugin-style-import": "^0.10.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user