{ "name": "usehooks-ts--demo", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@nextui-org/react": "^2.0.22", "@types/node": "20.5.1", "@types/react": "18.2.20", "@types/react-dom": "18.2.7", "autoprefixer": "10.4.15", "classnames": "^2.3.2", "eslint": "8.47.0", "eslint-config-next": "13.4.19", "framer-motion": "^10.16.0", "next": "13.4.19", "postcss": "8.4.28", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.3", "typescript": "5.1.6", "usehooks-ts": "^2.9.1" } }