{ "name": "llm", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@chakra-ui/react": "2", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "framer-motion": "^12.34.3", "next": "16.1.6", "next-query-params": "^5.1.0", "react": "19.2.3", "react-dom": "19.2.3", "react-hook-form": "^7.71.2", "react-icons": "^5.5.0", "swr": "^2.4.0", "use-query-params": "^2.2.2" } }