todo-app-phase5 / frontend /package.json
Naveedtechlab's picture
feat: Update with all 12 gap fixes - SQLModel, Better Auth, OpenAI Agents, Urdu, Voice
25b2e6b
raw
history blame contribute delete
462 Bytes
{
"name": "todo-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000"
},
"dependencies": {
"better-auth": "^1.2.0",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^5.0.0"
}
}