Some checks reported errors
continuous-integration/drone/push Build was killed
38 lines
871 B
JSON
38 lines
871 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": {
|
|
"bcryptjs": "^3.0.3",
|
|
"edge-tts-universal": "^1.3.2",
|
|
"next": "15.5.3",
|
|
"next-auth": "^4.24.13",
|
|
"next-intl": "^4.4.0",
|
|
"pg": "^8.16.3",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"unstorage": "^1.17.2",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/node": "^20",
|
|
"@types/pg": "^8.15.6",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.5.3",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|