package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "poe-portal",
  3. "version": "0.0.0",
  4. "private": true,
  5. "web-types": "./web-types.json",
  6. "scripts": {
  7. "dev": "vite --host --port=5175",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  11. "format": "prettier --write src/",
  12. "clean-dist": "rm -rf dist/*"
  13. },
  14. "dependencies": {
  15. "@ant-design/icons-vue": "^6.1.0",
  16. "@f3ve/vue-markdown-it": "^0.2.2",
  17. "@kangc/v-md-editor": "^2.3.18",
  18. "@llm-eaf/node-event-source": "^1.0.1",
  19. "@microsoft/fetch-event-source": "^2.0.1",
  20. "@tanstack/vue-query": "^5.67.2",
  21. "@terraformer/arcgis": "^2.1.2",
  22. "@tinymce/tinymce-vue": "^6.1.0",
  23. "@turf/turf": "^6.5.0",
  24. "@vue-office/docx": "1.3.0",
  25. "@wangeditor/editor": "^5.1.23",
  26. "@wangeditor/editor-for-vue": "next",
  27. "@wangeditor/plugin-md": "^1.0.0",
  28. "ant-design-vue": "^4.0.6",
  29. "axios": "^1.4.0",
  30. "clipboard": "^2.0.11",
  31. "crypto-js": "^4.1.1",
  32. "dayjs": "^1.11.9",
  33. "docx-preview": "^0.3.3",
  34. "echarts": "^5.5.1",
  35. "esri-leaflet": "^3.0.12",
  36. "fingerprintjs2": "^2.1.4",
  37. "form-data": "^4.0.0",
  38. "fs": "^0.0.1-security",
  39. "html-docx-fixed": "^1.0.2",
  40. "html2canvas": "^1.4.1",
  41. "html2pdf.js": "^0.10.2",
  42. "js-md5": "^0.8.3",
  43. "jspdf": "^2.5.2",
  44. "jszip": "^3.10.1",
  45. "leaflet": "^1.9.4",
  46. "lodash": "^4.17.21",
  47. "mammoth": "^1.7.2",
  48. "markdown-it": "^14.1.0",
  49. "marked": "^12.0.2",
  50. "pdfjs-dist": "2.0.943",
  51. "pinia": "^2.1.3",
  52. "pinia-plugin-persist": "^1.0.0",
  53. "pinia-plugin-persistedstate": "^3.2.0",
  54. "proj4js": "^10.0.0",
  55. "sass": "^1.63.4",
  56. "sass-loader": "^13.3.2",
  57. "secure-ls": "^1.2.6",
  58. "shapefile": "^0.6.6",
  59. "sm-crypto": "^0.3.12",
  60. "swiper": "^11.1.14",
  61. "tinymce": "^7.7.1",
  62. "unplugin-auto-import": "^0.16.6",
  63. "unplugin-vue-components": "^0.25.1",
  64. "uuid": "^11.1.0",
  65. "v-code-diff": "^1.13.1",
  66. "vite-svg-loader": "^4.0.0",
  67. "vue": "^3.3.4",
  68. "vue-demi": "0.13.11",
  69. "vue-perfect-scrollbar": "^0.2.1",
  70. "vue-router": "^4.2.2",
  71. "vue-svg-loader": "^0.16.0",
  72. "vue-wxlogin": "^1.0.5",
  73. "vue3-markdown-it": "^1.0.10",
  74. "vue3-perfect-scrollbar": "^2.0.0",
  75. "vue3-scroll-seamless": "^1.0.6",
  76. "vuedraggable": "^4.1.0",
  77. "wellknown": "^0.5.0",
  78. "xlsx": "^0.18.5"
  79. },
  80. "devDependencies": {
  81. "@rushstack/eslint-patch": "^1.2.0",
  82. "@types/lodash": "^4.17.7",
  83. "@vitejs/plugin-legacy": "^5.4.0",
  84. "@vitejs/plugin-vue": "^4.2.3",
  85. "@vue/eslint-config-prettier": "^7.1.0",
  86. "eslint": "^8.39.0",
  87. "eslint-plugin-vue": "^9.11.0",
  88. "prettier": "^2.8.8",
  89. "terser": "^5.39.0",
  90. "vite": "^4.3.9"
  91. }
  92. }