mirror of
				https://github.com/DerTyp7/f1r3wave-website.git
				synced 2025-11-01 06:12:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "f1r3wave-gallery",
 | |
| 	"version": "0.1.0",
 | |
| 	"private": true,
 | |
| 	"scripts": {
 | |
| 		"dev": "next dev --turbopack",
 | |
| 		"build": "next build --turbopack",
 | |
| 		"start": "next start",
 | |
| 		"lint": "eslint"
 | |
| 	},
 | |
| 	"dependencies": {
 | |
| 		"@fortawesome/free-brands-svg-icons": "^7.0.1",
 | |
| 		"@fortawesome/free-regular-svg-icons": "^7.0.1",
 | |
| 		"@fortawesome/free-solid-svg-icons": "^7.0.1",
 | |
| 		"@fortawesome/react-fontawesome": "^3.0.2",
 | |
| 		"bcryptjs": "^3.0.2",
 | |
| 		"iron-session": "^8.0.4",
 | |
| 		"next": "^15.5.4",
 | |
| 		"react": "19.1.0",
 | |
| 		"react-dom": "19.1.0",
 | |
| 		"react-google-recaptcha": "^3.1.0",
 | |
| 		"sass": "^1.91.0",
 | |
| 		"uuid": "^11.1.0",
 | |
| 		"zod": "^4.1.5"
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"@eslint/eslintrc": "^3",
 | |
| 		"@types/node": "^20",
 | |
| 		"@types/react": "^19",
 | |
| 		"@types/react-dom": "^19",
 | |
| 		"@types/react-google-recaptcha": "^2.1.9",
 | |
| 		"@types/uuid": "^10.0.0",
 | |
| 		"@typescript-eslint/eslint-plugin": "^8.45.0",
 | |
| 		"@typescript-eslint/parser": "^8.45.0",
 | |
| 		"eslint": "^9.37.0",
 | |
| 		"eslint-config-next": "15.5.2",
 | |
| 		"eslint-plugin-import": "^2.32.0",
 | |
| 		"eslint-plugin-simple-import-sort": "^12.1.1",
 | |
| 		"prettier": "^3.6.2",
 | |
| 		"prettier-eslint": "^16.4.2",
 | |
| 		"typescript": "^5"
 | |
| 	}
 | |
| }
 |