in progress: gold chip functionality

This commit is contained in:
2022-08-12 10:38:45 -05:00
parent 6a40c0e592
commit ab6a190cb5
8 changed files with 2258 additions and 135 deletions

View File

@@ -10,18 +10,22 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^6.3.0",
"scss": "^0.2.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^2.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"jsdom": "^20.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",