1 Star 0 Fork 117

宋帅林/vite-ts-pinia-router-template

forked from 帝莎编程/tov-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.37 KB
一键复制 编辑 原始数据 按行查看 历史
markthree 提交于 2024-01-10 13:51 . chore: 更新依赖
{
"name": "tov-template",
"version": "1.19.0",
"description": "vite + vue3 + ts 开箱即用现代开发模板 | vite + vue3 + ts out-of-the-box modern development template",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "vite build",
"prepare": "husky install",
"dev:host": "vite --host",
"dev:open": "vite --open",
"preview": "vite preview",
"coverage": "vitest --coverage",
"preinstall": "npx only-allow pnpm",
"typecheck": "npx vue-tsc --noEmit",
"preview:host": "vite preview --host",
"preview:open": "vite preview --open",
"lint": "eslint --ext .ts,.js,.jsx,.vue .",
"release": "plop --plopfile scripts/release.cjs",
"auto:remove": "plop --plopfile scripts/remove.cjs",
"auto:create": "plop --plopfile scripts/create.cjs",
"build:debug": "cross-env NODE_ENV=debug vite build",
"deps:fresh": "plop --plopfile scripts/deps-fresh.cjs",
"lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue,.cjs ."
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@8.14.0",
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@types/ityped": "^1.0.3",
"@types/node": "^20.10.8",
"@typescript-eslint/parser": "^6.18.1",
"@unocss/eslint-config": "^0.58.3",
"@unocss/reset": "^0.58.3",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vueuse/components": "^10.7.1",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"axios": "^1.6.5",
"browserslist": "^4.22.2",
"c8": "^9.0.0",
"changelogen": "^0.5.5",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"defu": "^6.1.4",
"echarts": "^5.4.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.19.2",
"husky": "^8.0.3",
"ityped": "^1.0.3",
"kolorist": "^1.8.0",
"lightningcss": "^1.22.1",
"lint-staged": "^15.2.0",
"local-pkg": "^0.5.0",
"markdown-it-prism": "^2.3.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"perfect-debounce": "^1.0.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"plop": "^4.0.1",
"prettier": "^3.1.1",
"prism-theme-vars": "^0.2.4",
"taze": "^0.13.1",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.25.2",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.11",
"vite-auto-import-resolvers": "^3.2.0",
"vite-layers": "^0.5.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-env-types": "^0.1.3",
"vite-plugin-mock": "2.9.8",
"vite-plugin-removelog": "^0.2.2",
"vite-plugin-use-modules": "^1.4.6",
"vite-plugin-vue-devtools": "1.0.0-rc.8",
"vite-plugin-vue-meta-layouts": "^0.4.1",
"vitest": "^1.1.3",
"vue": "^3.4.7",
"vue-dark-switch": "^1.0.6",
"vue-echarts": "^6.6.8",
"vue-i18n": "^9.9.0",
"vue-request": "2.0.4",
"vue-router": "^4.2.5",
"vue-toastification": "2.0.0-rc.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --cache --fix"
},
"overrides": {
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec@latest",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"arraybuffer.prorotype.slice": "npm:@nolyfill/arraybuffer.prorotype.slice@latest",
"function.prototype.name": "npm:@nolyfill/function.prototype.name@latest",
"has": "npm:@nolyfill/has@latest",
"is-regex": "npm:@nolyfill/is-regex@latest",
"object-keys": "npm:@nolyfill/object-keys@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"vue-demi": "npm:vue-demi@latest"
},
"repository": {
"url": "https://github.com/dishait/tov-template"
},
"browserslist": [
">= 0.25%",
"last 2 versions",
"not dead",
"not ie <= 11",
"Android >= 4.0",
"iOS >= 8"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/songshuailin/tov-template.git
git@gitee.com:songshuailin/tov-template.git
songshuailin
tov-template
vite-ts-pinia-router-template
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385