1 Star 0 Fork 10

金刚腿/Vite + Ts + Vue3 - template -- 模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.78 KB
一键复制 编辑 原始数据 按行查看 历史
Zk 提交于 2024-05-28 15:05 . fix(package.json): update package.json
{
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jingangtui/Vite--Ts--Vue3---template.git
git@gitee.com:jingangtui/Vite--Ts--Vue3---template.git
jingangtui
Vite--Ts--Vue3---template
Vite + Ts + Vue3 - template -- 模板
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385