{ "name": "next-template", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@chakra-ui/next-js": "^2.2.0", "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@privy-io/react-auth": "^1.72.0", "@supabase/supabase-js": "^2.44.0", "@types/node": "20.1.4", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "@zoralabs/protocol-deployments": "^0.1.13", "autoprefixer": "10.4.14", "date-fns": "^3.6.0", "eslint": "8.40.0", "eslint-config-next": "13.4.2", "framer-motion": "^11.2.10", "next": "^13.4.2", "papaparse": "^5.4.1", "postcss": "8.4.23", "postgres": "^3.4.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.2.1", "typescript": "5.0.4", "uuid": "^10.0.0", "viem": "^2.16.2" }, "devDependencies": { "@types/uuid": "^10.0.0", "file-loader": "^6.2.0" } }