1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "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",
- "@tanstack/vue-query": "^5.67.2",
- "@terraformer/arcgis": "^2.1.2",
- "@tinymce/tinymce-vue": "^6.1.0",
- "@turf/turf": "^6.5.0",
- "@vue-office/docx": "1.3.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",
- "html-docx-fixed": "^1.0.2",
- "html2canvas": "^1.4.1",
- "html2pdf.js": "^0.10.2",
- "js-md5": "^0.8.3",
- "jspdf": "^2.5.2",
- "jszip": "^3.10.1",
- "leaflet": "^1.9.4",
- "lodash": "^4.17.21",
- "mammoth": "^1.7.2",
- "markdown-it": "^14.1.0",
- "marked": "^12.0.2",
- "pdfjs-dist": "2.0.943",
- "pinia": "^2.1.3",
- "pinia-plugin-persist": "^1.0.0",
- "pinia-plugin-persistedstate": "^3.2.0",
- "proj4js": "^10.0.0",
- "sass": "^1.63.4",
- "sass-loader": "^13.3.2",
- "secure-ls": "^1.2.6",
- "shapefile": "^0.6.6",
- "sm-crypto": "^0.3.12",
- "swiper": "^11.1.14",
- "tinymce": "^7.7.1",
- "unplugin-auto-import": "^0.16.6",
- "unplugin-vue-components": "^0.25.1",
- "uuid": "^11.1.0",
- "v-code-diff": "^1.13.1",
- "vite-svg-loader": "^4.0.0",
- "vue": "^3.3.4",
- "vue-demi": "0.13.11",
- "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",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@rushstack/eslint-patch": "^1.2.0",
- "@types/lodash": "^4.17.7",
- "@vitejs/plugin-legacy": "^5.4.0",
- "@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",
- "terser": "^5.39.0",
- "vite": "^4.3.9"
- }
- }
|