加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
李兵兵 提交于 2024-11-23 14:17 . 校园版运动一号
{
"name": "siboasi-smart-sports-org-web",
"private": true,
"version": "1.1.1",
"scripts": {
"dev": "vite",
"dev:prod": "vite --mode production",
"build": "vue-tsc && vite build",
"build:dev": "vite build --mode development",
"build:test": "vite build --mode test",
"build:prod": "vite build --mode production",
"prepare": "husky install",
"format-code": "bash .husky/format-code.sh",
"serve": "vite preview --host"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.4.0",
"echarts": "^5.4.3",
"element-plus": "^2.3.9",
"html2canvas": "^1.4.1",
"lodash-es": "^4.17.21",
"path": "^0.12.7",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"prettier": "^3.3.2",
"qiniu-js": "^3.4.1",
"qrcode.vue": "^3.4.1",
"vue": "^3.3.4",
"vue-router": "4"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.14",
"@types/node": "^20.4.9",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.35",
"husky": "^9.0.11",
"json-bigint": "^1.0.0",
"lint-staged": "^15.2.2",
"picocolors": "^1.0.0",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.65.1",
"terser": "^5.19.4",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.4.5",
"vite-plugin-cdn-import": "^0.3.5",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.29"
},
"engines": {
"node": "^16.0.0 || >=18.0.0",
"pnpm": ">=8.6.10"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,vue,json}": [
"prettier --write"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化