1 Star 1 Fork 0

hardstylewyl/vite-vue3-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
hardstylewyl 提交于 2024-09-08 21:17 . update-dep: 更新依赖为最新
{
"name": "vite-vue3-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --config vite/config.dev.ts ",
"preview": "vite preview --port=3000",
"build": "run-p check-type build-prod",
"build-prod": "rimraf dist && vite build --config vite/config.prod.ts",
"check-type": "vue-tsc --noEmit",
"test": "vitest",
"lint": "eslint \"src/**/*.{vue,ts,tsx,cts,mts}\"",
"fmt": "dprint fmt"
},
"dependencies": {
"axios": "^1.7.7",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.0",
"vue": "^3.5.3",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "0.1.3",
"@vueuse/core": "^11.0.3",
"autoprefixer": "^10.4.20",
"dprint": "^0.47.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-vue": "^9.28.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.78.0",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.3",
"vite-plugin-checker": "latest",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-mkcert": "^1.17.6",
"vitest": "^2.0.5",
"vue-tsc": "^2.1.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hardstylewyl/vite-vue3-template.git
git@gitee.com:hardstylewyl/vite-vue3-template.git
hardstylewyl
vite-vue3-template
vite-vue3-template
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385