Sacha VAUDEY 537c2b01d1
Some checks failed
Build / build-check (pull_request) Failing after 2m2s
init new version
2025-09-13 18:23:10 +02:00

40 lines
973 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": {
"@tanstack/react-query": "^5.17.9",
"axios": "^1.6.5",
"clsx": "^2.1.0",
"framer-motion": "^10.18.0",
"next": "^14.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"tailwind-merge": "^2.2.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "24.3.3",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.16",
"eslint": "^9.25.0",
"eslint-config-next": "^14.2.0",
"eslint-plugin-tailwindcss": "^3.14.0",
"pnpm": "^8.8.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "~5.8.3"
}
}