package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "tjm-vue3-elplus-admin",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite --mode development",
  7. "build": "vite build --mode production",
  8. "preview": "vite preview",
  9. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  10. "format": "prettier --write src/"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.1.0",
  14. "@micro-zoe/micro-app": "^1.0.0-rc.4",
  15. "@vue-office/docx": "^1.6.2",
  16. "@vue-office/excel": "^1.7.11",
  17. "@vue-office/pdf": "^2.0.8",
  18. "@vueuse/core": "^10.5.0",
  19. "axios": "^1.5.1",
  20. "crypto-js": "^4.2.0",
  21. "echarts": "5.4.1",
  22. "element-plus": "^2.8.0",
  23. "fuse.js": "^6.6.2",
  24. "js-cookie": "^3.0.5",
  25. "mitt": "^3.0.1",
  26. "moment": "^2.29.4",
  27. "pinia": "^2.1.6",
  28. "pinia-plugin-persist": "^1.0.0",
  29. "vue": "^3.3.4",
  30. "vue-demi": "^0.14.6",
  31. "vue-i18n": "^9.5.0",
  32. "vue-router": "^4.2.4",
  33. "xlsx-js-style": "^1.2.0"
  34. },
  35. "devDependencies": {
  36. "@iconify-json/ep": "^1.1.12",
  37. "@iconify-json/fluent-emoji-high-contrast": "^1.2.1",
  38. "@iconify-json/mdi": "^1.1.54",
  39. "@iconify-json/tabler": "^1.2.5",
  40. "@iconify-json/uis": "^1.2.1",
  41. "@rushstack/eslint-patch": "^1.3.3",
  42. "@vitejs/plugin-vue": "^4.3.4",
  43. "@vue/eslint-config-prettier": "^8.0.0",
  44. "eslint": "8.35.0",
  45. "eslint-plugin-vue": "9.9.0",
  46. "prettier": "^3.0.3",
  47. "sass": "^1.77.6",
  48. "unplugin-auto-import": "^0.16.6",
  49. "unplugin-icons": "^0.17.0",
  50. "unplugin-vue-components": "^0.25.2",
  51. "vite": "^4.4.9",
  52. "vite-plugin-svg-icons": "^2.0.1",
  53. "vite-plugin-top-level-await": "^1.4.4"
  54. }
  55. }