1 Star 0 Fork 113

尔瑞海 / tov-template

forked from 帝莎编程 / tov-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.17 KB
一键复制 编辑 原始数据 按行查看 历史
markthree 提交于 2023-08-09 17:16 . chore: 更新依赖
{
"name": "tov-template",
"version": "1.17.2",
"description": "vite + vue3 + ts 开箱即用现代开发模板",
"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",
"lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue .",
"build:debug": "cross-env NODE_ENV=debug vite build",
"deps:fresh": "plop --plopfile scripts/deps-fresh.cjs"
},
"engines": {
"node": ">=v18.16.1"
},
"packageManager": "pnpm@8.6.12",
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@types/ityped": "^1.0.1",
"@types/node": "^18.17.4",
"@typescript-eslint/parser": "^6.3.0",
"@unocss/eslint-config": "^0.54.2",
"@unocss/reset": "^0.54.2",
"@unocss/transformer-directives": "^0.54.2",
"@unocss/transformer-variant-group": "^0.54.2",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vueuse/components": "^10.3.0",
"@vueuse/core": "^10.3.0",
"@vueuse/integrations": "^10.3.0",
"axios": "^1.4.0",
"browserslist": "^4.21.10",
"c8": "^8.0.1",
"changelogen": "^0.5.4",
"cross-env": "^7.0.3",
"echarts": "^5.4.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.16.1",
"husky": "^8.0.3",
"ityped": "^1.0.3",
"lightningcss": "^1.21.5",
"lint-staged": "^13.2.3",
"local-pkg": "^0.4.3",
"markdown-it-prism": "^2.3.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"perfect-debounce": "^1.0.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"plop": "^3.1.2",
"prettier": "^3.0.1",
"prism-theme-vars": "^0.2.4",
"taze": "^0.11.2",
"terser": "^5.19.2",
"typescript": "^5.1.6",
"unocss": "^0.54.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-router": "^0.6.4",
"vite": "^4.4.9",
"vite-auto-import-resolvers": "^3.1.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-env-types": "^0.1.3",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-removelog": "^0.2.1",
"vite-plugin-use-modules": "^1.4.5",
"vite-plugin-vue-devtools": "^0.5.1",
"vite-plugin-vue-markdown": "^0.23.7",
"vite-plugin-vue-meta-layouts": "^0.2.2",
"vite-plugin-warmup": "^0.1.0",
"vitest": "^0.34.1",
"vue": "^3.3.4",
"vue-dark-switch": "^1.0.5",
"vue-echarts": "^6.6.1",
"vue-i18n": "^9.2.2",
"vue-request": "2.0.3",
"vue-router": "^4.2.4",
"vue-toastification": "2.0.0-rc.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --cache --fix"
},
"overrides": {
"vue-demi": "npm:vue-demi@latest",
"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",
"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"
},
"repository": {
"url": "https://github.com/dishait/tov-template"
}
}
TypeScript
1
https://gitee.com/aityhere/tov-template.git
git@gitee.com:aityhere/tov-template.git
aityhere
tov-template
tov-template
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891