Files
voyage/apps/public-web/package.json
2026-01-24 21:56:20 +01:00

31 lines
672 B
JSON

{
"name": "public-web",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"gray-matter": "^4.0.3",
"next": "^16.1.4",
"p5": "^2.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"three": "^0.182.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}