1 Star 0 Fork 122

Nicholas/tov-template

forked from 帝莎编程/tov-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
markthree 提交于 2022-04-08 20:05 . chore: 更新依赖
{
"name": "tov-template",
"version": "1.5.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": "plop --plopfile scripts/create.js",
"auto:remove": "plop --plopfile scripts/remove.js",
"analysis:build": "windicss-analysis --html dist"
},
"dependencies": {
"vue": "^3.2.31"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@types/ityped": "^1.0.1",
"@types/node": "^17.0.23",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"@vueuse/components": "^8.2.5",
"@vueuse/core": "^8.2.5",
"axios": "^0.26.1",
"c8": "^7.11.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",
"ityped": "^1.0.3",
"markdown-it-anchor": "^8.5.0",
"markdown-it-prism": "^2.2.3",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
"plop": "^3.0.5",
"prism-theme-vars": "^0.2.2",
"typescript": "^4.6.3",
"unplugin-auto-import": "^0.6.9",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.9.1",
"vite-auto-import-resolvers": "^2.2.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-inspect": "^0.4.3",
"vite-plugin-md": "^0.12.4",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pages": "^0.22.0",
"vite-plugin-restart": "^0.1.1",
"vite-plugin-use-modules": "^1.0.1",
"vite-plugin-vue-meta-layouts": "^0.0.2",
"vite-plugin-windicss": "^1.8.3",
"vitest": "^0.8.5",
"vue-i18n": "^9.1.9",
"vue-request": "^1.2.4",
"vue-router": "^4.0.14",
"vue-tsc": "^0.33.9",
"windicss": "^3.5.1",
"windicss-analysis": "^0.3.5"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup",
"markdown-it",
"@types/markdown-it"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/nicholas-guo/tov-template.git
[email protected]:nicholas-guo/tov-template.git
nicholas-guo
tov-template
tov-template
main

搜索帮助