visitapp-web/package.json
Thomas Fransolet 474cd61244 Wip sections
2026-04-30 16:46:45 +02:00

27 lines
563 B
JSON

{
"name": "visitapp-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"color2k": "^2.0.3",
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.95.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}