hospital-admin/package.json
2023-10-18 10:51:45 +08:00

51 lines
1.3 KiB
JSON

{
"name": "quark_arco",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vite --mode=test build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@codemirror/lang-html": "^6.4.3",
"@codemirror/lang-javascript": "^6.1.7",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"codemirror": "^6.0.1",
"cropperjs": "^1.5.13",
"dayjs": "^1.11.9",
"element-plus": "^2.4.0",
"file-saver": "^2.0.5",
"i": "^0.3.7",
"js-cookie": "^3.0.5",
"npm": "^9.6.6",
"pinia": "^2.0.36",
"pinia-plugin-persistedstate": "^3.1.0",
"spinkit": "^2.0.1",
"terser": "^5.19.1",
"vite-plugin-compression": "^0.5.1",
"vue": "^3.2.47",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.1.6",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@arco-design/web-vue": "^2.45.3",
"@vitejs/plugin-vue": "^4.2.1",
"eslint": "^8.40.0",
"eslint-plugin-vue": "^9.12.0",
"mockjs": "^1.1.0",
"sass": "^1.62.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.5",
"vite-plugin-mock": "^3.0.0",
"vite-svg-loader": "^4.0.0"
}
}