2026-04-21 22:20:39 +06:00
|
|
|
{
|
|
|
|
|
"name": "jaiben-ui",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2026-05-06 16:38:57 +06:00
|
|
|
"dev": "next dev --webpack",
|
2026-04-21 22:20:39 +06:00
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-06 16:38:57 +06:00
|
|
|
"@ducanh2912/next-pwa": "^10.2.9",
|
2026-06-22 15:52:44 +06:00
|
|
|
"@react-three/drei": "^10.7.7",
|
|
|
|
|
"@react-three/fiber": "^9.6.1",
|
2026-06-22 21:52:00 +06:00
|
|
|
"date-fns": "^4.4.0",
|
2026-06-23 01:08:03 +06:00
|
|
|
"glob": "^13.0.6",
|
2026-04-26 14:56:12 +06:00
|
|
|
"jspdf": "^4.2.1",
|
2026-06-22 21:52:00 +06:00
|
|
|
"jspdf-autotable": "^5.0.8",
|
2026-06-23 00:40:29 +06:00
|
|
|
"lucide-react": "^1.8.0",
|
2026-06-23 01:08:03 +06:00
|
|
|
"next": "^16.2.9",
|
|
|
|
|
"react": "^19.2.7",
|
|
|
|
|
"react-dom": "^19.2.7",
|
2026-06-22 15:52:44 +06:00
|
|
|
"react-hot-toast": "^2.6.0",
|
|
|
|
|
"three": "^0.184.0"
|
2026-04-21 22:20:39 +06:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
2026-06-23 00:40:29 +06:00
|
|
|
"@types/node": "^20",
|
2026-04-21 22:20:39 +06:00
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
2026-06-22 15:52:44 +06:00
|
|
|
"@types/three": "^0.184.1",
|
2026-06-22 22:37:12 +06:00
|
|
|
"eslint": "^9",
|
2026-06-23 00:40:29 +06:00
|
|
|
"eslint-config-next": "16.2.4",
|
2026-04-21 22:20:39 +06:00
|
|
|
"tailwindcss": "^4",
|
2026-06-22 22:37:12 +06:00
|
|
|
"typescript": "^5"
|
2026-04-21 22:20:39 +06:00
|
|
|
}
|
2026-06-23 01:08:03 +06:00
|
|
|
}
|