Created Dice Roller - Began work on character sheets

This commit is contained in:
Alexander Harding
2026-07-12 04:32:36 -04:00
parent fea5ea7bb8
commit 8ee55532f3
16 changed files with 2411 additions and 86 deletions
+11 -1
View File
@@ -9,9 +9,15 @@
"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"
"react-dom": "19.2.4",
"three": "^0.185.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -22,5 +28,9 @@
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5"
},
"allowScripts": {
"unrs-resolver@1.12.2": true,
"sharp@0.34.5": true
}
}