加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
337547038 提交于 2024-03-13 17:54 . v3.3
{
"name": "ak-design",
"private": true,
"version": "3.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue,.ts src --fix"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"axios": "^1.6.2",
"clipboard": "^2.0.11",
"element-plus": "^2.4.2",
"js-beautify": "^1.14.9",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"sortablejs": "^1.15.0",
"spark-md5": "^3.0.2",
"vue": "^3.3.9",
"vue-router": "^4.2.5",
"vuedraggable-es": "^4.1.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-plugin-doc-preview": "^0.2.1",
"vite-plugin-pages": "^0.32.0",
"vue-tsc": "^1.8.22"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化