{ "name": "candivista-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start" }, "dependencies": { "@hookform/resolvers": "^5.2.1", "@stripe/react-stripe-js": "^4.0.2", "@stripe/stripe-js": "^7.9.0", "axios": "^1.11.0", "next": "15.5.2", "next-themes": "^0.4.6", "react": "19.1.0", "react-dom": "19.1.0", "react-hook-form": "^7.62.0", "swagger-ui-react": "^5.29.0", "zod": "^4.1.5" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/swagger-ui-react": "^5.18.0", "tailwindcss": "^4", "typescript": "^5" } }