37 lines
837 B
JSON
37 lines
837 B
JSON
{
|
|
"name": "dndextended",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"next": "16.2.10",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"three": "^0.185.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@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
|
|
}
|
|
}
|