基于高德地图JS api开发的geojson编辑器.
http://geojson.finevis.cc/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
581 B
27 lines
581 B
3 years ago
|
{
|
||
|
"name": "fine-geojson-editor",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "tsc && vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"antd": "^4.16.13",
|
||
|
"less": "^4.1.2",
|
||
|
"lodash": "^4.17.21",
|
||
|
"react": "^17.0.2",
|
||
|
"react-dom": "^17.0.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@amap/amap-jsapi-types": "^0.0.8",
|
||
|
"@types/react": "^17.0.33",
|
||
|
"@types/react-dom": "^17.0.10",
|
||
|
"@vitejs/plugin-react": "^1.0.7",
|
||
|
"ncp": "^2.0.0",
|
||
|
"typescript": "^4.4.4",
|
||
|
"vite": "^2.6.4",
|
||
|
"vitepress": "^0.20.0"
|
||
|
}
|
||
|
}
|