代码拉取完成,页面将自动刷新
同步操作将从 张坤/Vite + Ts + Vue3 - template -- 模板 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "my-vue-app",
"private": true,
"version": "0.0.0",
"author": "张坤",
"description": "一个标准化初始项目",
"type": "module",
"scripts": {
"pnpm:": "pnpm install && npm run dev",
"dev": "concurrently \"vite --open\" \"npx husky install\"",
"CheckAll": "concurrently \"npm run ESlint:check\" \"npm run Prettier:check\"",
"commit": "git pull && git add -A && git-cz && git push && pnpm run deploy:auto-build-pages",
"test": "vite --mode test",
"prod": "vite --mode production",
"build": "\"npm run CheckAll\" && vite build --mode production",
"build:dev": "vite build --mode development",
"build:test": "vite build --mode test",
"build:jg": "vite build --mode jg",
"ESlint:check": "eslint . --ext .vue,.js,cjs,mjs,.ts,.cts,.mts,.jsx,.tsx --fix",
"Prettier:check": "prettier --write \"./**/*.{html,vue,ts,cts,mts,js,mjs,cjs,json,md,scss}\"",
"deploy:gitBase": "bash deploy.sh",
"deploy:auto-build-pages": "pnpm run build && cd dist && git init && git add -A && git commit -m 'deploy' && git branch -M main-pages && git push -f https://github.com/huozaifenlangli/Vue3-template.git main-pages && cd ../ && rmdir /s /q dist"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"src/**/*.{vue,cjs,jsx,ts,tsx,json,css,scss,md}": [
"eslint --fix",
"prettier --write",
"git add -A"
]
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.6.5",
"canvas-confetti": "^1.9.2",
"echarts": "^5.4.3",
"element-plus": "^2.5.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"secure-ls": "^1.2.6",
"vue": "^3.4.14",
"vue-router": "^4.2.5",
"vue3-directive-tools": "^1.1.1",
"vue3-encryption-plugin": "^1.0.8",
"vue3-loading-plug": "^1.3.7",
"vue3-progress-scroll": "^1.2.6"
},
"devDependencies": {
"@types/node": "^18.19.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.6.2",
"commitizen": "^4.3.0",
"concurrently": "^8.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.20.1",
"husky": "^8.0.3",
"jsplumb": "^2.15.6",
"lint-staged": "^13.3.0",
"postcss": "^8.4.33",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9",
"prettier": "^2.8.8",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"sortablejs": "^1.15.2",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.5.1",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.8.27"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。