1 Star 0 Fork 0

luohuangcheng/vue3-vite-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
luohuangcheng 提交于 2025-01-03 03:27 . update package.json.
{
"name": "gbld-web-front",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build --config ./config/vite.config.prod.ts",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint:style": "stylelint --fix \"src/**/*.{css,scss,vue}\"",
"link:format": "prettier --write ./**/*.{vue,ts,tsx,js,jsx,css,less,scss,json,md}",
"link:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js"
},
"dependencies": {
"@alova/scene-vue": "^1.2.0",
"alova": "^2.13.1",
"autofit.js": "^3.0.7",
"autoprefixer": "^10.4.16",
"axios": "^1.6.5",
"echarts": "^5.2.0",
"echarts-gl": "^2.0.8",
"element-plus": "^2.4.3",
"fast-glob": "^3.3.2",
"pinia": "^2.1.7",
"sass": "^1.69.5",
"swiper": "^11.0.5",
"unplugin-auto-import": "^0.17.2",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.3.10",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.10.4",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.1.3",
"echarts": "^5.5.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"lint-staged": "^15.3.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"stylelint": "^16.12.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-prettier": "^5.0.2",
"typescript": "~5.2.0",
"vite": "^5.0.5",
"vue-tsc": "^2.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luohuangcheng/vue3-vite-ts.git
git@gitee.com:luohuangcheng/vue3-vite-ts.git
luohuangcheng
vue3-vite-ts
vue3-vite-ts
master

搜索帮助