artRepair/package.json

83 lines
2.5 KiB
JSON
Raw Permalink Normal View History

2025-04-01 16:48:16 +08:00
{
"name": "artrepair",
"version": "0.1.25",
"private": true,
"scripts": {
"serve": "vite --host 0.0.0.0 --force",
"build:prod": "npm version patch && vite build --mode production",
"build:stage": "npm version patch && vite build --mode test",
"preview": "vite preview"
},
"dependencies": {
"@airkoon/cellsys": "git+http://ag:12345678@8.134.38.106:3000/ag/cellsys.git#1.16.1",
"@airkoon/cellsysArt": "git+http://ag:12345678@8.134.38.106:3000/ag/cellsysArt.git",
"@amap/amap-jsapi-loader": "^1.0.1",
"@bepo65/leaflet.fullscreen": "~2.0.1",
"@element-plus/icons-vue": "^2.3.1",
"@geoman-io/leaflet-geoman-free": "~2.14.2",
"@svgdotjs/svg.js": "~3.1.2",
"@turf/turf": "~6.5.0",
"angular-expressions": "^1.4.3",
"awesome-qr": "^2.1.5-rc.0",
"axios": "~1.4.0",
"babel-plugin-component": "~1.1.1",
"canvg": "~3.0.7",
"clipboard": "~2.0.11",
"csv-exportor": "~1.0.2",
"dayjs": "~1.10.6",
"docxtemplater": "^3.54.1",
"docxtemplater-image-module-free": "^1.1.1",
"driver.js": "^1.3.1",
"echarts": "^5.5.1",
"element-plus": "^2.3.7",
"file-saver": "~2.0.5",
"gcoord": "~0.2.3",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.2",
"image-size": "^2.0.1",
"js-base64": "~3.6.1",
"jspanel4": "~4.12.0",
"jspdf": "^2.5.2",
"jszip": "^3.10.1",
"jszip-utils": "^0.1.0",
"konva": "^9.3.18",
"leaflet": "^1.9.4",
"leaflet-draw": "~1.0.4",
"leaflet.chinatmsproviders": "~3.0.6",
"leaflet.coordinates": "~0.1.5",
"leaflet.heat": "~0.2.0",
"leaflet.marker.slideto": "~0.3.0",
"leaflet.markercluster": "~1.5.1",
"leaflet.polylinemeasure": "~2.0.0",
"mammoth": "^1.8.0",
"normalize.css": "~8.0.1",
"nprogress": "~0.2.0",
"pdf-lib": "^1.17.1",
"pinia": "^2.1.4",
"pizzip": "^3.1.7",
"svg-sprite-loader": "~5.2.1",
"turf": "~3.0.14",
"vite-plugin-clean": "^1.0.0",
"vue": "^3.3.4",
"vue-echarts": "^7.0.3",
"vue-qrcode": "^2.2.2",
"vue-router": "^4.2.2",
"vue-signature-pad": "^3.0.2",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@vitejs/plugin-vue": "^4.2.3",
"prettier": "~2.8.8",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-zip-dist-js": "^0.0.3",
"vite-plugin-zip-pack": "^1.2.4"
}
}