{ "name": "@mixan/public", "version": "0.1.0", "private": true, "scripts": { "dev": "rm -rf .next && pnpm with-env next dev", "build": "next build", "start": "next start", "lint": "eslint .", "format": "prettier --write \"**/*.{tsx,mjs,ts,md,json}\"", "typecheck": "tsc --noEmit", "with-env": "dotenv -e ../../.env -c --" }, "dependencies": { "@mixan/db": "workspace:*", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-aspect-ratio": "^1.0.3", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-scroll-area": "^1.0.5", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-tooltip": "^1.0.7", "@t3-oss/env-nextjs": "^0.7.0", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "email-validator": "^2.0.4", "embla-carousel-autoplay": "8.0.0-rc22", "embla-carousel-react": "8.0.0-rc22", "hamburger-react": "^2.5.0", "lucide-react": "^0.286.0", "next": "~14.0.4", "nuqs": "^1.15.2", "react": "18.2.0", "react-animate-height": "^3.2.3", "react-dom": "18.2.0", "react-in-viewport": "1.0.0-alpha.30", "react-responsive": "^9.0.2", "react-syntax-highlighter": "^15.5.0", "sharp": "^0.33.2", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7", "usehooks-ts": "^2.9.1", "zod": "^3.22.4" }, "devDependencies": { "@mixan/eslint-config": "workspace:*", "@mixan/prettier-config": "workspace:*", "@mixan/tsconfig": "workspace:*", "@types/bcrypt": "^5.0.0", "@types/lodash.debounce": "^4.0.9", "@types/node": "^18.16.0", "@types/ramda": "^0.29.6", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", "@types/react-syntax-highlighter": "^15.5.9", "@typescript-eslint/eslint-plugin": "^6.6.0", "@typescript-eslint/parser": "^6.6.0", "autoprefixer": "^10.4.14", "eslint": "^8.48.0", "postcss": "^8.4.27", "prettier": "^3.0.3", "prettier-plugin-tailwindcss": "^0.5.1", "tailwindcss": "^3.3.3", "typescript": "^5.2.2" }, "ct3aMetadata": { "initVersion": "7.21.0" }, "eslintConfig": { "root": true, "extends": [ "@mixan/eslint-config/base", "@mixan/eslint-config/react", "@mixan/eslint-config/nextjs" ] }, "prettier": "@mixan/prettier-config" }