.
This commit is contained in:
parent
a9bad79339
commit
701c17a703
14 changed files with 3243 additions and 2974 deletions
|
|
@ -15,62 +15,68 @@
|
|||
"check:i18n": "node scripts/check-translations.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@deck.gl/core": "^9.0.0",
|
||||
"@deck.gl/geo-layers": "^9.0.0",
|
||||
"@deck.gl/layers": "^9.0.0",
|
||||
"@deck.gl/mapbox": "^9.2.6",
|
||||
"@deck.gl/react": "^9.0.0",
|
||||
"@plausible-analytics/tracker": "^0.4.4",
|
||||
"@protomaps/basemaps": "^5.7.0",
|
||||
"@radix-ui/react-select": "^2.0.0",
|
||||
"@radix-ui/react-slider": "^1.1.0",
|
||||
"@deck.gl/core": "^9.3.2",
|
||||
"@deck.gl/extensions": "^9.3.2",
|
||||
"@deck.gl/geo-layers": "^9.3.2",
|
||||
"@deck.gl/layers": "^9.3.2",
|
||||
"@deck.gl/mapbox": "^9.3.2",
|
||||
"@deck.gl/mesh-layers": "^9.3.2",
|
||||
"@deck.gl/react": "^9.3.2",
|
||||
"@deck.gl/widgets": "^9.3.2",
|
||||
"@plausible-analytics/tracker": "^0.4.5",
|
||||
"@protomaps/basemaps": "^5.7.2",
|
||||
"@radix-ui/react-select": "^2.2.6",
|
||||
"@radix-ui/react-slider": "^1.3.6",
|
||||
"@types/supercluster": "^7.1.3",
|
||||
"i18next": "^26.0.3",
|
||||
"maplibre-gl": "^4.0.0",
|
||||
"i18next": "^26.0.10",
|
||||
"maplibre-gl": "^5.24.0",
|
||||
"pocketbase": "^0.26.8",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-i18next": "^17.0.2",
|
||||
"react-joyride": "^2.9.3",
|
||||
"react-map-gl": "^7.1.0",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6",
|
||||
"react-i18next": "^17.0.7",
|
||||
"react-joyride": "^3.1.0",
|
||||
"react-map-gl": "^8.1.1",
|
||||
"supercluster": "^8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.29.0",
|
||||
"@babel/preset-env": "^7.29.0",
|
||||
"@babel/preset-env": "^7.29.5",
|
||||
"@babel/preset-react": "^7.28.5",
|
||||
"@babel/preset-typescript": "^7.28.5",
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
|
||||
"@tailwindcss/postcss": "^4.2.4",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@types/react": "^18.2.0",
|
||||
"@types/react-dom": "^18.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"babel-loader": "^10.0.0",
|
||||
"copy-webpack-plugin": "^13.0.1",
|
||||
"css-loader": "^7.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-react": "^7.34.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^8.59.2",
|
||||
"@typescript-eslint/parser": "^8.59.2",
|
||||
"autoprefixer": "^10.5.0",
|
||||
"babel-loader": "^10.1.1",
|
||||
"copy-webpack-plugin": "^14.0.0",
|
||||
"css-loader": "^7.1.4",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"favicons": "^7.2.0",
|
||||
"favicons-webpack-plugin": "^6.0.1",
|
||||
"html-webpack-plugin": "^5.6.0",
|
||||
"globals": "^17.6.0",
|
||||
"html-webpack-plugin": "^5.6.7",
|
||||
"jsdom": "^29.1.1",
|
||||
"mini-css-extract-plugin": "^2.9.0",
|
||||
"postcss": "^8.4.0",
|
||||
"postcss-loader": "^8.0.0",
|
||||
"prettier": "^3.2.0",
|
||||
"puppeteer": "^24.0.0",
|
||||
"mini-css-extract-plugin": "^2.10.2",
|
||||
"postcss": "^8.5.14",
|
||||
"postcss-loader": "^8.2.1",
|
||||
"prettier": "^3.8.3",
|
||||
"puppeteer": "^24.43.0",
|
||||
"react-refresh": "^0.18.0",
|
||||
"sharp": "^0.34.5",
|
||||
"style-loader": "^4.0.0",
|
||||
"tailwindcss": "^3.4.0",
|
||||
"ts-loader": "^9.5.0",
|
||||
"typescript": "^5.4.0",
|
||||
"tailwindcss": "^4.2.4",
|
||||
"ts-loader": "^9.5.7",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.1.5",
|
||||
"webpack": "^5.90.0",
|
||||
"webpack-cli": "^5.1.0",
|
||||
"webpack-dev-server": "^5.0.0"
|
||||
"webpack": "^5.106.2",
|
||||
"webpack-cli": "^7.0.2",
|
||||
"webpack-dev-server": "^5.2.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue