Initial commit
Showing
This diff is collapsed.
Click to expand it.
... | @@ -9,16 +9,20 @@ | ... | @@ -9,16 +9,20 @@ |
"lint": "next lint" | "lint": "next lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"axios": "^1.9.0", | |||
"canvas": "^3.1.0", | |||
"next": "15.3.3", | |||
"react": "^19.0.0", | "react": "^19.0.0", | ||
"react-dom": "^19.0.0", | "react-dom": "^19.0.0", | ||
"next": "15.3.3" | "tesseract.js": "^6.0.1" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"typescript": "^5", | "@tailwindcss/postcss": "^4", | ||
"@types/axios": "^0.9.36", | |||
"@types/node": "^20", | "@types/node": "^20", | ||
"@types/react": "^19", | "@types/react": "^19", | ||
"@types/react-dom": "^19", | "@types/react-dom": "^19", | ||
"@tailwindcss/postcss": "^4", | "tailwindcss": "^4", | ||
"tailwindcss": "^4" | "typescript": "^5" | ||
} | } | ||
} | } |
pages/components/quizmodal.tsx
0 → 100644
pages/components/slideviewer.tsx
0 → 100644
pages/editor.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/player.tsx
0 → 100644
utils/api.ts
0 → 100644
Please
register
or
sign in
to comment