UNPKG

osm-mini-editor

Version:

osm轻量化编辑器,相比较OSM源代码包

100 lines (99 loc) 2.81 kB
{ "name": "osm-mini-editor", "version": "1.10.3", "keywords": [ "OSM", "mapbox", "矢量", "栅格" ], "private": false, "author": "Wbiokr", "license": "ISC", "type": "module", "main": "./dist/w-osm-editor.js", "module": "./dist/w-osm-editor.js", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview", "pub": "npm publish --access public", "lint": "eslint --ext .js,.vue src", "format": "prettier --write \"src/**/*.{js,vue}\"" }, "dependencies": { "@mapbox/vector-tile": "^2.0.3", "@terraformer/wkt": "^2.2.1", "@tmcw/togeojson": "^5.8.1", "@turf/area": "^7.0.0", "@turf/bbox": "^6.0.0", "@turf/bbox-clip": "^6.0.0", "@turf/center": "^7.1.0", "@turf/turf": "^6.5.0", "@vitejs/plugin-vue-jsx": "^4.0.0", "@wbiokr/css-class": "^3.4.0", "@wbiokr/geo": "^1.2.1", "@wbiokr/keybinding": "^2.0.5", "abortcontroller-polyfill": "^1.7.5", "aes-js": "^3.1.2", "alif-toolkit": "^1.2.9", "animate.css": "^3.7.2", "d3": "^6.5.0", "d3-array": "^2.11.0", "d3-dispatch": "^2.0.0", "d3-drag": "^2.0.0", "d3-ease": "^2.0.0", "d3-fetch": "^2.0.0", "d3-geo": "^2.0.1", "d3-interpolate": "^2.0.1", "d3-polygon": "^2.0.0", "d3-scale": "^3.2.3", "d3-timer": "^2.0.0", "d3-zoom": "^2.0.0", "diacritics": "1.3.0", "fast-deep-equal": "~3.1.1", "lodash-es": "^4.17.21", "lodash.debounce": "^4.0.8", "long": "^5.2.0", "mapbox-gl": "^3.5.2", "marked": "~12.0.2", "ol": "^9.2.4", "osm-community-index": "~5.7.1", "pbf": "^3.2.1", "polygon-clipping": "~0.15.7", "rbush": "^3.0.1", "rollup-plugin-terser": "^7.0.2", "s2-vector-tile": "^2.0.12", "turf": "^3.0.14", "whatwg-fetch": "^3.6.20", "which-polygon": "2.2.1" }, "devDependencies": { "@babel/plugin-transform-modules-umd": "^7.24.7", "@nabla/vite-plugin-eslint": "^2.0.4", "@types/lodash.debounce": "^4.0.9", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/parser": "^7.7.0", "@vitejs/plugin-vue": "^5.0.4", "d3-selection": "^2.0.0", "d3-transition": "^2.0.0", "eslint": "^8.14.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.7.1", "ol-mapbox-style": "^12.3.4", "prettier": "^2.6.2", "stylus": "^0.63.0", "terser": "^5.30.4", "typescript": "^5.2.2", "vite": "^5.2.0", "vite-plugin-dts": "^3.9.1", "vite-plugin-eslint": "^1.8.1", "vue-eslint-parser": "^9.3.2", "vue-tsc": "^2.0.6" } }