16 Star 100 Fork 33

无敌波/ok-admin-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
jianglong 提交于 2024-11-11 17:23 +08:00 . 🎈 perf: 更新版本依赖
{
"name": "admin-vue",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node ./start/index.js",
"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 . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@antv/g2": "^5.2.7",
"@vicons/ionicons5": "^0.12.0",
"axios": "^1.7.7",
"naive-ui": "^2.40.1",
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.1.5",
"@vitejs/plugin-vue-jsx": "^4.1.0",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.6.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"inquirer": "^9.2.14",
"jsdom": "^24.0.0",
"npm-run-all2": "^7.0.0",
"prettier": "^3.3.3",
"rollup-plugin-external-globals": "^0.9.2",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.0",
"shelljs": "^0.8.5",
"typescript": "~5.6.3",
"vite": "^5.4.10",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wudibo/ok-admin-vue.git
git@gitee.com:wudibo/ok-admin-vue.git
wudibo
ok-admin-vue
ok-admin-vue
main

搜索帮助