renders card components randomly extracted from a shuffled deck

This commit is contained in:
2022-07-18 18:57:32 -05:00
parent fed8853b94
commit 80bc389f6f
10 changed files with 385 additions and 140 deletions

View File

@@ -10,13 +10,15 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0"
}
}
}