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-04-26 14:56:12 +06:00
|
|
|
"date-fns": "^4.1.0",
|
|
|
|
|
"jspdf": "^4.2.1",
|
|
|
|
|
"jspdf-autotable": "^5.0.7",
|
2026-04-22 01:02:45 +06:00
|
|
|
"lucide-react": "^1.8.0",
|
2026-04-21 22:20:39 +06:00
|
|
|
"next": "16.2.4",
|
|
|
|
|
"react": "19.2.4",
|
2026-05-05 02:40:35 +06:00
|
|
|
"react-dom": "19.2.4",
|
|
|
|
|
"react-hot-toast": "^2.6.0"
|
2026-04-21 22:20:39 +06:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.2.4",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|