{ "name": "c", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@ducanh2912/next-pwa": "^10.2.9", "crypto-js": "^4.2.0", "ioredis": "^5.10.1", "jsonwebtoken": "^9.0.2", "next": "16.2.4", "next-intl": "^4.12.0", "pg": "^8.20.0", "react": "19.2.4", "react-dom": "19.2.4", "uuid": "^14.0.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/crypto-js": "^4.2.2", "@types/jsonwebtoken": "^9.0.5", "@types/node": "^20", "@types/pg": "^8.11.2", "@types/react": "^19", "@types/react-dom": "^19", "@types/uuid": "^10.0.0", "eslint": "^9", "eslint-config-next": "16.2.4", "tailwindcss": "^4", "typescript": "^5" } }