{ "name": "provenance-frontend", "version": "0.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "postinstall": "patch-package", "gen:api": "openapi-typescript ./openapi.json -o ./lib/api/schema.d.ts --default-non-nullable false" }, "dependencies": { "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "family-chart": "^0.9.0", "lucide-react": "^0.469.0", "next": "^15.1.0", "openapi-fetch": "^0.13.0", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^2.6.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.0", "@types/node": "^22.10.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "openapi-typescript": "^7.5.0", "patch-package": "^8.0.1", "postcss": "^8.4.49", "tailwindcss": "^4.0.0", "typescript": "^5.7.0" } }