Created Dice Roller - Began work on character sheets
This commit is contained in:
+11
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user