Files
f1r3wave-website/package.json
DerTyp7 76a7ac9d83 chore: update dependencies and devDependencies in package.json
fix: add IconProp type for FontAwesome icons in Header and Paginator components

refactor: change string quotes from double to single in Paginator component

fix: update tsconfig.json to use react-jsx and include additional type definitions
2025-12-25 20:25:13 +01:00

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.1.0",
"@fortawesome/free-regular-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"bcryptjs": "^3.0.3",
"iron-session": "^8.0.4",
"next": "^16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-google-recaptcha": "^3.1.0",
"sass": "^1.97.1",
"uuid": "^13.0.0",
"zod": "^4.2.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-google-recaptcha": "^2.1.9",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.7.4",
"prettier-eslint": "^16.4.2",
"typescript": "^5"
}
}