[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
+34
View File
@@ -0,0 +1,34 @@
{
"name": "vc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 127.0.0.1 -p 3000",
"lint": "eslint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@types/three": "^0.184.1",
"next": "16.2.4",
"pdf-lib": "^1.17.1",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}