Sacha VAUDEY ff63b5958a
Some checks failed
Build / build-check (pull_request) Failing after 33s
WIP: rework
2025-09-14 11:53:12 +02:00

33 lines
773 B
JSON

{
"name": "banquise-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"lucide-react": "^0.544.0",
"next": "^15.5.3",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "24.3.3",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"autoprefixer": "^10.4.21",
"eslint": "^9.35.0",
"eslint-config-next": "^15.5.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"typescript": "~5.9.2"
}
}