39 lines
949 B
JSON
39 lines
949 B
JSON
{
|
|
"name": "learn-languages",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build --turbopack",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^6.19.0",
|
|
"bcryptjs": "^3.0.3",
|
|
"edge-tts-universal": "^1.3.2",
|
|
"lucide-react": "^0.553.0",
|
|
"next": "15.5.3",
|
|
"next-auth": "^4.24.13",
|
|
"next-intl": "^4.5.2",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"unstorage": "^1.17.2",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/node": "^20.19.25",
|
|
"@types/react": "^19.2.4",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-next": "15.5.3",
|
|
"prisma": "^6.19.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|