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.
|
|
|
{
|
|
|
|
"name": "fine-geojson-editor",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"antd": "^4.16.13",
|
|
|
|
"immer": "^9.0.7",
|
|
|
|
"less": "^4.1.2",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"redux": "^4.1.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"
|
|
|
|
}
|
|
|
|
}
|