mirror of
https://github.com/DerTyp7/apartment-altenau-nextjs.git
synced 2025-10-28 20:32:13 +01:00
32 lines
822 B
JSON
32 lines
822 B
JSON
{
|
|
"name": "next-apartment",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@formatjs/intl-localematcher": "^0.2.32",
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.2.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@googlemaps/react-wrapper": "^1.1.35",
|
|
"@react-google-maps/api": "^2.13.1",
|
|
"eslint": "8.29.0",
|
|
"eslint-config-next": "13.0.6",
|
|
"firebase": "^9.22.0",
|
|
"next": "^13.4.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-select": "^5.7.0",
|
|
"react-simple-image-slider": "^2.4.1",
|
|
"react-slideshow-image": "^4.0.5",
|
|
"sass": "^1.56.2",
|
|
"sharp": "^0.32.1"
|
|
}
|
|
}
|