UNPKG

xgis-ol

Version:

基于openlayers + ol-ext库进行封装

54 lines (53 loc) 1.3 kB
{ "name": "xgis-ol", "version": "0.4.5", "description": "基于openlayers + ol-ext库进行封装", "main": "dist/index.js", "common": "dist/index.cjs", "typings": "dist/index.d.ts", "type": "module", "scripts": { "build": "vite build" }, "keywords": [ "openlayers", "ol-ext", "xgis", "typescript" ], "author": { "name": "zorrowm", "email": "zorrowm@126.com" }, "homepage": "https://zorrowm.github.io/2dol", "license": "MIT", "dependencies": { "@quasar/extras": "^1.18.0", "ol": "^10.9.0", "ol-ext": "^4.0.38", "ol-mapbox-style": "^13.4.1", "proj4": "^2.20.8", "quasar": "^2.19.3" }, "devDependencies": { "@iconify/vue": "^5.0.1", "@quasar/vite-plugin": "^1.11.0", "@rollup/plugin-alias": "^6.0.0", "@rollup/plugin-terser": "^1.0.0", "@rollup/plugin-typescript": "^12.3.0", "@vitejs/plugin-vue": "^6.0.6", "@vue/compiler-sfc": "^3.5.34", "@vue/language-core": "^3.1.5", "consola": "^3.4.2", "rimraf": "^6.1.3", "rollup-plugin-scss": "^4.0.1", "sass": "^1.99.0", "typescript": "^6.0.3", "vite": "^8.0.12", "vite-plugin-dts": "^5.0.0", "vite-plugin-static-copy": "^4.1.0", "vue": "^3.5.34", "vue-router": "^5.0.6", "vue-tsc": "^3.2.8" } }