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