mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "utopia-ui",
|
|
"version": "1.0.8",
|
|
"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": "MIT",
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.7.11",
|
|
"@types/react": "^18.0.14",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@types/react-leaflet": "^2.8.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
|
"@typescript-eslint/parser": "^5.38.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"daisyui": "^2.19.0",
|
|
"eslint": "^8.24.0",
|
|
"eslint-plugin-react": "^7.31.8",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"postcss": "^8.4.14",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rollup": "^2.75.7",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"rollup-plugin-typescript2": "^0.32.1",
|
|
"tailwindcss": "^3.1.5",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^1.0.6",
|
|
"leaflet": "^1.9.3",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-leaflet-cluster": "^2.1.0"
|
|
}
|
|
}
|