123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "poe-portal",
- "version": "0.0.0",
- "private": true,
- "web-types": "./web-types.json",
- "scripts": {
- "dev": "vite --host --port=5175",
- "build": "vite build",
- "preview": "vite preview",
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
- "format": "prettier --write src/",
- "clean-dist": "rm -rf dist/*"
- },
- "dependencies": {
- "@ant-design/icons-vue": "^6.1.0",
- "@f3ve/vue-markdown-it": "^0.2.2",
- "@kangc/v-md-editor": "^2.3.18",
- "@llm-eaf/node-event-source": "^1.0.1",
- "@microsoft/fetch-event-source": "^2.0.1",
- "@terraformer/arcgis": "^2.1.2",
- "@turf/turf": "^6.5.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "next",
- "@wangeditor/plugin-md": "^1.0.0",
- "ant-design-vue": "^4.0.6",
- "axios": "^1.4.0",
- "clipboard": "^2.0.11",
- "crypto-js": "^4.1.1",
- "dayjs": "^1.11.9",
- "docx-preview": "^0.3.3",
- "echarts": "^5.5.1",
- "esri-leaflet": "^3.0.12",
- "fingerprintjs2": "^2.1.4",
- "form-data": "^4.0.0",
- "fs": "^0.0.1-security",
- "html2canvas": "^1.4.1",
- "html2pdf.js": "^0.10.2",
- "js-md5": "^0.8.3",
- "jspdf": "^2.5.2",
- "leaflet": "^1.9.4",
- "lodash": "^4.17.21",
- "lodash-es": "^4.17.21",
- "marked": "^15.0.7",
- "pdfjs-dist": "^2.16.105",
- "pinia": "^2.1.3",
- "pinia-plugin-persist": "^1.0.0",
- "pinia-plugin-persistedstate": "^3.2.0",
- "sass": "^1.63.4",
- "sass-loader": "^13.3.2",
- "secure-ls": "^1.2.6",
- "sm-crypto": "^0.3.12",
- "swiper": "^11.1.14",
- "unplugin-auto-import": "^0.16.6",
- "unplugin-vue-components": "^0.25.1",
- "v-code-diff": "^1.13.1",
- "vite-svg-loader": "^4.0.0",
- "vue": "^3.3.4",
- "vue-perfect-scrollbar": "^0.2.1",
- "vue-router": "^4.2.2",
- "vue-svg-loader": "^0.16.0",
- "vue-wxlogin": "^1.0.5",
- "vue3-markdown-it": "^1.0.10",
- "vue3-perfect-scrollbar": "^2.0.0",
- "vue3-scroll-seamless": "^1.0.6",
- "vuedraggable": "^4.1.0",
- "wellknown": "^0.5.0"
- },
- "devDependencies": {
- "@rushstack/eslint-patch": "^1.2.0",
- "@types/lodash": "^4.17.7",
- "@vitejs/plugin-vue": "^4.2.3",
- "@vue/eslint-config-prettier": "^7.1.0",
- "eslint": "^8.39.0",
- "eslint-plugin-vue": "^9.11.0",
- "prettier": "^2.8.8",
- "vite": "^4.3.9"
- }
- }
|