Added the proper study mode (and freestyle mode so I can continue to test)

This commit is contained in:
2025-03-24 21:19:59 -06:00
parent 0ad8ca09c2
commit b4a104a860
11 changed files with 1137 additions and 496 deletions

View File

@ -14,16 +14,16 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@eslint/js": "^9.23.0",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint": "^9.23.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.25.0",
"vite": "^6.1.1"
"typescript": "~5.8.2",
"typescript-eslint": "^8.28.0",
"vite": "^6.2.3"
}
}