-
- Downloads
photo grid fix
... | @@ -19,12 +19,16 @@ | ... | @@ -19,12 +19,16 @@ |
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-bootstrap": "^2.10.2", | "react-bootstrap": "^2.10.2", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
"react-router-dom": "^6.23.0" | "react-grid-gallery": "^1.0.1", | ||
"react-router-dom": "^6.23.0", | |||
"react-select": "^5.8.0", | |||
"react-simple-maps": "^3.0.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/node": "^20.12.10", | "@types/node": "^20.12.10", | ||
"@types/react": "^18.2.66", | "@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | "@types/react-dom": "^18.2.22", | ||
"@types/react-simple-maps": "^3.0.4", | |||
"@typescript-eslint/eslint-plugin": "^7.2.0", | "@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | "@typescript-eslint/parser": "^7.2.0", | ||
"@vitejs/plugin-react": "^4.2.1", | "@vitejs/plugin-react": "^4.2.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment