加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
litao 提交于 2023-04-28 21:47 . chore: 配置代码提交门禁
{
"name": "byd-vite-vue2.7-2",
"version": "0.0.0",
"scripts": {
"dev": "run-p vite type-check-watch",
"vite": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"type-check-watch": "vue-tsc --noEmit --watch",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore",
"prepare": "husky install"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.4.0",
"@vueuse/core": "^9.13.0",
"axios": "^1.3.2",
"element-ui": "^2.15.12",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.16",
"sortablejs": "^1.15.0",
"vue": "^2.7.7",
"vue-i18n": "^8.28.2",
"vue-router": "^3.5.4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@rushstack/eslint-patch": "^1.1.0",
"@types/node": "^16.11.45",
"@types/sortablejs": "^1.15.1",
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue2": "^1.1.2",
"@vitejs/plugin-vue2-jsx": "^1.0.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"sass": "1.32",
"terser": "^5.14.2",
"typescript": "~4.7.4",
"vite": "^3.0.2",
"vue-tsc": "^0.38.8"
},
"lint-staged": {
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": [
"eslint --fix --ignore-path .eslintignore",
"git add"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化