Created a prototype for one exercise of the reading module

This commit is contained in:
Tiago Ribeiro
2023-03-21 17:09:35 +00:00
parent be7665fab8
commit 740346f696
8 changed files with 414 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@mdi/js": "^7.1.96",
"@mdi/react": "^1.6.1",
"@next/font": "13.1.6",
@@ -26,7 +27,9 @@
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
"react-string-replace": "^1.1.0",
"typescript": "4.9.5",
"zustand": "^4.3.6"
},
"devDependencies": {
"@types/lodash": "^4.14.191",