[TSM.ID].[11031972] PXE : Platform X Ecosystem I [118 Module -LIVE-]

This commit is contained in:
TSM.ID
2026-05-25 03:50:05 +07:00
commit e820143b3c
673 changed files with 101320 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"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"
}
}