Files
multiverse/jumpa-iam/package.json
T

37 lines
853 B
JSON

{
"name": "iam",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 127.0.0.1 -p 3005",
"lint": "eslint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"bcryptjs": "^3.0.3",
"drizzle-orm": "^0.45.2",
"ioredis": "^5.10.1",
"jsonwebtoken": "^9.0.3",
"next": "16.2.4",
"next-intl": "^4.11.0",
"postgres": "^3.4.9",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}