mirror of
				https://github.com/DerTyp7/apartment-altenau-nextjs.git
				synced 2025-10-30 21:27:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			797 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			797 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",
 | |
| 		"firebase": "^9.14.0",
 | |
| 		"eslint": "8.29.0",
 | |
| 		"eslint-config-next": "13.0.6",
 | |
| 		"next": "13.0.6",
 | |
| 		"react": "18.2.0",
 | |
| 		"react-dom": "18.2.0",
 | |
| 		"sass": "^1.56.2",
 | |
| 		"react-select": "^5.7.0",
 | |
| 		"react-simple-image-slider": "^2.4.1",
 | |
| 		"react-slideshow-image": "^4.0.5"
 | |
| 	}
 | |
| }
 | 
