mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 15:25:59 +00:00
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 5.1.2. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.2/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
147 lines
4.8 KiB
JSON
147 lines
4.8 KiB
JSON
{
|
|
"name": "utopia-ui",
|
|
"version": "3.0.111",
|
|
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
|
|
"repository": "https://github.com/utopia-os/utopia-ui",
|
|
"homepage": "https://utopia-os.org/",
|
|
"engines": {
|
|
"node": ">=22.20.0"
|
|
},
|
|
"module": "./dist/index.esm.js",
|
|
"main": "./dist/index.cjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.esm.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./Profile": {
|
|
"types": "./dist/Profile.d.ts",
|
|
"import": "./dist/Profile.esm.js",
|
|
"require": "./dist/Profile.cjs.js"
|
|
}
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"start": "rollup -c -w",
|
|
"test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.json,.yml,.yaml --max-warnings 0 .",
|
|
"lint": "npm run test:lint:eslint",
|
|
"lintfix": "npm run test:lint:eslint -- --fix",
|
|
"test:component": "cypress run --component --browser electron",
|
|
"test:unit": "npm run test:unit:dev -- run --coverage",
|
|
"test:unit:dev": "vitest",
|
|
"test:unit:update": "npm run test:unit:dev -- run --coverage -u",
|
|
"docs:generate": "typedoc --includeVersion --navigation.includeCategories true --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-coverage src/index.tsx",
|
|
"update": "npx npm-check-updates"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [],
|
|
"author": "Anton Tranelis",
|
|
"license": "GPL-3.0-only",
|
|
"devDependencies": {
|
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
"@rollup/plugin-alias": "^6.0.0",
|
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@types/geojson": "^7946.0.14",
|
|
"@types/leaflet": "^1.9.21",
|
|
"@types/leaflet.markercluster": "^1.5.5",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"@vitest/coverage-v8": "^3.0.5",
|
|
"cypress": "^15.7.1",
|
|
"daisyui": "^5.5.5",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-json": "^3.1.0",
|
|
"eslint-plugin-n": "^17.23.1",
|
|
"eslint-plugin-no-catch-all": "^1.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-react": "^7.31.8",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"eslint-plugin-security": "^3.0.1",
|
|
"eslint-plugin-yml": "^1.14.0",
|
|
"happy-dom": "^20.0.11",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^3.7.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"rollup": "^4.53.3",
|
|
"rollup-plugin-dts": "^6.1.1",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"rollup-plugin-svg": "^2.0.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"typedoc": "^0.27.6",
|
|
"typedoc-plugin-coverage": "^3.4.1",
|
|
"typedoc-plugin-missing-exports": "^3.1.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"vitest": "^3.0.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.23.0"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.0.17",
|
|
"@maplibre/maplibre-gl-leaflet": "^0.1.3",
|
|
"@tiptap/core": "^3.11.0",
|
|
"@tiptap/extension-bubble-menu": "^3.11.0",
|
|
"@tiptap/extension-color": "^3.11.0",
|
|
"@tiptap/extension-image": "^3.11.0",
|
|
"@tiptap/extension-link": "^3.11.0",
|
|
"@tiptap/extension-placeholder": "^3.11.0",
|
|
"@tiptap/extension-youtube": "^3.11.0",
|
|
"@tiptap/pm": "^3.6.5",
|
|
"@tiptap/react": "^3.11.0",
|
|
"@tiptap/starter-kit": "^3.11.0",
|
|
"axios": "^1.13.2",
|
|
"browser-image-compression": "^2.0.2",
|
|
"classnames": "^2.5.1",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.locatecontrol": "^0.79.0",
|
|
"maplibre-gl": "^5.9.0",
|
|
"radash": "^12.1.0",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-icons": "^5.5.0",
|
|
"react-image-crop": "^11.0.10",
|
|
"react-inlinesvg": "^4.2.0",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-leaflet-cluster": "^3.1.1",
|
|
"react-markdown": "^9.0.1",
|
|
"react-photo-album": "^3.2.1",
|
|
"react-qr-code": "^2.0.16",
|
|
"react-toastify": "^9.1.3",
|
|
"remark-breaks": "^4.0.0",
|
|
"tiptap-markdown": "^0.9.0",
|
|
"yet-another-react-lightbox": "^3.21.7"
|
|
},
|
|
"imports": {
|
|
"#assets/*": "./src/assets/*",
|
|
"#components/*": "./src/Components/*",
|
|
"#utils/*": "./src/Utils/*",
|
|
"#types/*": "./src/types/*",
|
|
"#src/*": "./src/*",
|
|
"#root/*": "./*"
|
|
}
|
|
}
|