mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "utopia-ui",
|
|
"version": "1.0.7",
|
|
"description": "Reuseable React Components to build mapping apps for all kinds of communities ",
|
|
"repository": "https://github.com/utopia-os/utopia-ui",
|
|
"homepage:": "https://utopia.os/",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"start": "rollup -c -w"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [],
|
|
"author": "Anton Tranelis",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.7.11",
|
|
"@types/react": "^18.0.14",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@types/react-leaflet": "^2.8.2",
|
|
"babel-core": "^6.26.3",
|
|
"babel-runtime": "^6.26.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"rollup": "^2.75.7",
|
|
"rollup-plugin-sass": "^1.2.12",
|
|
"rollup-plugin-typescript2": "^0.32.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"dependencies": {
|
|
"leaflet": "^1.8.0",
|
|
"react-leaflet": "^3.2.5",
|
|
"react-leaflet-cluster": "^1.0.4",
|
|
"rollup-plugin-postcss": "^4.0.2"
|
|
}
|
|
}
|