1 Star 0 Fork 113

张瑶 / tov-template

forked from EnvyUs / tov-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.61 KB
一键复制 编辑 原始数据 按行查看 历史
markthree 提交于 2022-02-26 18:14 . chore: 更新依赖
{
"name": "tov-template",
"version": "1.0.0",
"description": "一个 vite + vue3 + ts 开箱即用模板",
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "vite build",
"dev:host": "vite --host",
"dev:open": "vite --open",
"preview": "vite preview",
"deps:fresh": "npx taze -w",
"coverage": "vitest --coverage",
"analysis": "windicss-analysis",
"typecheck": "vue-tsc --noEmit",
"deps:fresh:major": "npx taze major -w",
"deps:fresh:minor": "npx taze minor -w",
"deps:fresh:patch": "npx taze patch -w",
"preview:host": "vite preview --host",
"preview:open": "vite preview --open",
"auto:create": "esno scripts/create.ts",
"auto:remove": "esno scripts/remove.ts",
"analysis:build": "windicss-analysis --html dist"
},
"dependencies": {
"vue": "^3.2.31"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.3.0",
"@markthree/ilazy": "^1.0.2",
"@markthree/node-shared": "^1.3.2",
"@types/ityped": "^1.0.1",
"@types/node": "^17.0.21",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.2.2",
"@vitejs/plugin-vue-jsx": "^1.3.7",
"@vueuse/components": "^7.6.2",
"@vueuse/core": "^7.6.2",
"c8": "^7.11.0",
"esno": "^0.14.1",
"ityped": "^1.0.3",
"markdown-it-anchor": "^8.4.1",
"markdown-it-prism": "^2.2.3",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.11",
"prism-theme-vars": "^0.2.2",
"typescript": "^4.5.5",
"unplugin-auto-import": "^0.6.1",
"unplugin-icons": "^0.13.2",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.4",
"vite-auto-import-resolvers": "^2.1.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-inspect": "^0.4.1",
"vite-plugin-md": "^0.11.8",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-optimize-persist": "^0.1.2",
"vite-plugin-package-config": "^0.1.1",
"vite-plugin-pages": "^0.20.2",
"vite-plugin-restart": "^0.1.1",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-plugin-watcher": "^0.1.0",
"vite-plugin-windicss": "^1.7.1",
"vitest": "^0.5.5",
"vue-i18n": "^9.1.9",
"vue-request": "^1.2.4",
"vue-router": "^4.0.12",
"vue-tsc": "^0.32.0",
"windicss": "^3.4.4",
"windicss-analysis": "^0.3.5"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup",
"markdown-it",
"@types/markdown-it"
]
}
},
"vite": {
"optimizeDeps": {
"include": [
"@vueuse/core",
"ityped",
"nprogress",
"pinia",
"vue",
"vue-i18n",
"vue-router"
]
}
}
}
JavaScript
1
https://gitee.com/zhangyaowl/tov-template.git
git@gitee.com:zhangyaowl/tov-template.git
zhangyaowl
tov-template
tov-template
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891