[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
+37
View File
@@ -0,0 +1,37 @@
{
"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"
}
}