school-file-portal/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2024-06-12 07:47:55 +00:00
{
2024-07-04 02:55:22 +00:00
"name": "school-file-portal",
"version": "1.0.0",
"description": "校本资源库",
"author": "mozhe",
2024-06-12 07:47:55 +00:00
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
2024-06-24 07:20:12 +00:00
"@vue-office/docx": "^1.6.2",
"@vue-office/excel": "^1.7.8",
"@vue-office/pdf": "^2.0.2",
2024-06-12 07:47:55 +00:00
"@vueuse/core": "^9.12.0",
"axios": "^1.2.6",
"dayjs": "^1.11.7",
2024-06-24 07:20:12 +00:00
"element-plus": "^2.6.1",
"file-saver": "^2.0.5",
2024-07-02 01:32:49 +00:00
"js-base64": "^3.7.7",
2024-06-24 07:20:12 +00:00
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.21",
"vue-demi": "^0.14.8",
"vue-router": "^4.3.0"
2024-06-12 07:47:55 +00:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.57.1",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.0"
}
}