加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
wjl 提交于 2024-11-16 17:17 . feat: 拓展-Echarts图表的集成
{
"name": "hm-admin",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"axios": "^1.7.7",
"echarts": "^5.5.1",
"element-plus": "^2.8.6",
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-router": "^4.4.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/js-cookie": "^3.0.6",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.7.5",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/eslint-plugin": "1.1.7",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/eslint-config-typescript": "^14.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.28.0",
"jsdom": "^25.0.1",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3.3",
"sass-embedded": "^1.80.4",
"typescript": "~5.5.4",
"vite": "^5.4.10",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化