Files
website/package.json

33 lines
719 B
JSON

{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@types/three": "^0.183.1",
"framer-motion": "^12.38.0",
"next": "16.2.1",
"react": "^19.2.4",
"react-dom": "19.2.4",
"react-i18next": "^16.6.1",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4.2.2",
"three": "^0.183.2",
"typescript": "^5"
}
}