1 Star 0 Fork 113

LiYuTing / tov-template

forked from 帝莎编程 / tov-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.19 KB
一键复制 编辑 原始数据 按行查看 历史
markthree 提交于 2023-04-30 22:24 . chore: release v1.11.3
{
"name": "tov-template",
"version": "1.11.3",
"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",
"deps:fresh": "npx taze -w",
"coverage": "vitest --coverage",
"typecheck": "npx 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",
"release": "bumpp --commit --push --tag",
"lint": "eslint --ext .ts,.js,.jsx,.vue .",
"lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue .",
"auto:create": "plop --plopfile scripts/create.cjs",
"auto:remove": "plop --plopfile scripts/remove.cjs"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.3.1",
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@types/ityped": "^1.0.1",
"@types/node": "^18.16.3",
"@typescript-eslint/parser": "^5.59.1",
"@unocss/eslint-config": "^0.51.8",
"@unocss/transformer-directives": "^0.51.8",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue-macros/volar": "^0.9.7",
"@vue/runtime-core": "^3.2.47",
"@vueuse/components": "^10.1.0",
"@vueuse/core": "^10.1.0",
"@vueuse/integrations": "^10.1.0",
"bumpp": "^9.1.0",
"c8": "^7.13.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"ityped": "^1.0.3",
"lint-staged": "^13.2.2",
"local-pkg": "^0.4.3",
"markdown-it": "^13.0.1",
"markdown-it-prism": "^2.3.0",
"mockjs": "^1.1.0",
"modern-css-reset": "^1.4.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.35",
"pinia-plugin-persistedstate": "^3.1.0",
"plop": "^3.1.2",
"prettier": "^2.8.8",
"prism-theme-vars": "^0.2.4",
"prismjs": "^1.29.0",
"typescript": "^5.0.4",
"unocss": "^0.51.8",
"unplugin-auto-import": "^0.15.3",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-macros": "^2.1.1",
"unplugin-vue-router": "^0.5.5",
"vite": "^4.3.3",
"vite-auto-import-resolvers": "^3.0.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-inspect": "^0.7.24",
"vite-plugin-md": "^0.22.5",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-removelog": "^0.2.1",
"vite-plugin-use-modules": "^1.3.1",
"vite-plugin-vue-meta-layouts": "^0.2.2",
"vite-plugin-warmup": "^0.1.0",
"vitest": "^0.30.1",
"vue": "^3.2.47",
"vue-dark-switch": "^0.5.9",
"vue-i18n": "^9.2.2",
"vue-request": "2.0.0-rc.4",
"vue-router": "^4.1.6"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"fp-ts",
"rollup",
"markdown-it",
"inferred-types",
"@types/markdown-it",
"@vueuse/core@^9.0.0",
"@rollup/pluginutils",
"@yankeeinlondon/builder-api",
"@yankeeinlondon/happy-wrapper"
]
}
},
"resolutions": {
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --cache --fix"
}
}
TypeScript
1
https://gitee.com/liyuting_1/tov-template.git
git@gitee.com:liyuting_1/tov-template.git
liyuting_1
tov-template
tov-template
main

搜索帮助