| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "gin-vue-admin",
- "version": "2.5.7",
- "private": true,
- "scripts": {
- "serve": "node openDocument.js && vite --host --mode development",
- "build": "vite build --mode production",
- "limit-build": "npm install increase-memory-limit-fixbug cross-env -g && npm run fix-memory-limit && node ./limit && npm run build",
- "preview": "vite preview",
- "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.1.0",
- "@vue-office/docx": "^1.3.0",
- "@vue-office/excel": "^1.4.5",
- "@vue-office/pdf": "^1.5.3",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "^1.4.0",
- "core-js": "^3.31.1",
- "dayjs": "^1.11.10",
- "echarts": "^5.4.3",
- "element-plus": "^2.4.4",
- "file-saver": "^2.0.5",
- "highlight.js": "^11.8.0",
- "jspdf": "^2.5.1",
- "jspdf-autotable": "^3.5.25",
- "luckyexcel": "^1.0.1",
- "marked": "4.3.0",
- "mitt": "^3.0.1",
- "nprogress": "^0.2.0",
- "path": "^0.12.7",
- "pinia": "^2.1.4",
- "qs": "^6.11.2",
- "screenfull": "^6.0.2",
- "scriptjs": "^2.5.9",
- "spark-md5": "^3.0.2",
- "splitpanes": "^3.1.5",
- "tailwindcss": "^3.3.3",
- "vue": "^3.3.4",
- "vue-contextmenu": "^1.5.11",
- "vue-echarts": "^6.6.8",
- "vue-plugin-hiprint": "^0.0.56",
- "vue-router": "^4.2.4",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@arco-design/web-vue": "^2.54.3",
- "@babel/eslint-parser": "^7.22.9",
- "@vitejs/plugin-legacy": "^4.1.0",
- "@vitejs/plugin-vue": "^4.2.3",
- "@vue/cli-plugin-babel": "~5.0.8",
- "@vue/cli-plugin-eslint": "~5.0.8",
- "@vue/cli-plugin-router": "~5.0.8",
- "@vue/cli-plugin-vuex": "~5.0.8",
- "@vue/cli-service": "~5.0.8",
- "@vue/compiler-sfc": "^3.3.4",
- "babel-plugin-import": "^1.13.6",
- "chalk": "^4.1.2",
- "dotenv": "^16.3.1",
- "eslint": "^8.49.0",
- "eslint-plugin-vue": "^9.15.1",
- "sass": "^1.54.0",
- "terser": "^5.19.1",
- "unplugin-auto-import": "^0.16.6",
- "unplugin-vue-components": "^0.25.1",
- "vite": "^4.4.6",
- "vite-plugin-banner": "^0.7.0",
- "vite-plugin-importer": "^0.2.5"
- }
- }
|