Files
dndextended/package.json
T
Alexander Harding a3ea76fdff Vibecode central
2026-07-31 19:50:55 -04:00

44 lines
1.0 KiB
JSON

{
"name": "dndextended",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^5.5.7",
"@iconify-react/fa6-solid": "^1.0.2",
"@iconify-react/game-icons": "^1.0.3",
"@iconify-react/mdi": "^1.0.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"bcryptjs": "^3.0.3",
"mongodb": "^7.5.0",
"next": "16.2.10",
"next-auth": "^5.0.0-beta.31",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "^7.83.0",
"three": "^0.185.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5"
},
"allowScripts": {
"unrs-resolver@1.12.2": true,
"sharp@0.34.5": true
}
}