1 Star 3 Fork 1

Owen/vue3-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
wengyangdong 提交于 2024-03-30 00:04 +08:00 . 打包兼容插件配置与使用
{
"name": "vue3-template",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@iconify-json/ri": "^1.1.18",
"@vueuse/core": "^10.6.1",
"animate.css": "^4.1.1",
"axios": "^1.6.2",
"element-plus": "^2.4.2",
"pinia": "^2.1.7",
"rollup-plugin-visualizer": "^5.9.3",
"terser": "^5.26.0",
"unocss": "^0.57.7",
"vite-plugin-pages": "^0.31.0",
"vue": "^3.4.21",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify-json/ph": "^1.1.6",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.3",
"@types/node": "^18.18.5",
"@unocss/preset-icons": "^0.57.7",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"js-cookie": "^3.0.5",
"jsdom": "^22.1.0",
"npm-run-all2": "^6.1.1",
"nprogress": "^0.2.0",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"typescript": "~5.2.0",
"unplugin-auto-import": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.11",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.19"
},
"rules": {
"vue/multi-word-component-names": "off"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/owen-devs/vue3-template.git
git@gitee.com:owen-devs/vue3-template.git
owen-devs
vue3-template
vue3-template
master

搜索帮助