|
| 1 | +{ |
| 2 | + "private": true, |
| 3 | + "scripts": { |
| 4 | + "dev": "next dev --turbo", |
| 5 | + "build": "next build", |
| 6 | + "start": "next start", |
| 7 | + "lint": "next lint", |
| 8 | + "predev": "npm run typegen", |
| 9 | + "prebuild": "npm run typegen", |
| 10 | + "typegen": "sanity schema extract --path=./sanity/extract.json && sanity typegen generate", |
| 11 | + "format": "biome format . --write" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@codingcatdev/sanity-plugin-podcast-rss": "^1.0.0", |
| 15 | + "@hookform/resolvers": "^5.2.1", |
| 16 | + "@marsidev/react-turnstile": "^1.3.1", |
| 17 | + "@portabletext/block-tools": "^3.5.5", |
| 18 | + "@portabletext/react": "^4.0.3", |
| 19 | + "@portabletext/to-html": "^3.0.0", |
| 20 | + "@radix-ui/react-accordion": "^1.2.12", |
| 21 | + "@radix-ui/react-alert-dialog": "^1.1.15", |
| 22 | + "@radix-ui/react-aspect-ratio": "^1.1.7", |
| 23 | + "@radix-ui/react-avatar": "^1.1.10", |
| 24 | + "@radix-ui/react-checkbox": "^1.3.3", |
| 25 | + "@radix-ui/react-collapsible": "^1.1.12", |
| 26 | + "@radix-ui/react-context-menu": "^2.2.16", |
| 27 | + "@radix-ui/react-dialog": "^1.1.15", |
| 28 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
| 29 | + "@radix-ui/react-hover-card": "^1.1.15", |
| 30 | + "@radix-ui/react-icons": "^1.3.2", |
| 31 | + "@radix-ui/react-label": "^2.1.7", |
| 32 | + "@radix-ui/react-menubar": "^1.1.16", |
| 33 | + "@radix-ui/react-navigation-menu": "^1.2.14", |
| 34 | + "@radix-ui/react-popover": "^1.1.15", |
| 35 | + "@radix-ui/react-progress": "^1.1.7", |
| 36 | + "@radix-ui/react-radio-group": "^1.3.8", |
| 37 | + "@radix-ui/react-scroll-area": "^1.2.10", |
| 38 | + "@radix-ui/react-select": "^2.2.6", |
| 39 | + "@radix-ui/react-separator": "^1.1.7", |
| 40 | + "@radix-ui/react-slider": "^1.3.6", |
| 41 | + "@radix-ui/react-slot": "^1.2.3", |
| 42 | + "@radix-ui/react-switch": "^1.2.6", |
| 43 | + "@radix-ui/react-tabs": "^1.1.13", |
| 44 | + "@radix-ui/react-toast": "^1.2.15", |
| 45 | + "@radix-ui/react-toggle": "^1.1.10", |
| 46 | + "@radix-ui/react-toggle-group": "^1.1.11", |
| 47 | + "@radix-ui/react-tooltip": "^1.2.8", |
| 48 | + "@sanity/assist": "^5.0.0", |
| 49 | + "@sanity/block-content-to-markdown": "^1.0.0", |
| 50 | + "@sanity/client": "^7.11.1", |
| 51 | + "@sanity/code-input": "^6.0.1", |
| 52 | + "@sanity/icons": "^3.7.4", |
| 53 | + "@sanity/image-url": "^1.2.0", |
| 54 | + "@sanity/preview-url-secret": "^2.1.15", |
| 55 | + "@sanity/studio-secrets": "^3.0.2", |
| 56 | + "@sanity/ui": "^3.1.0", |
| 57 | + "@sanity/vision": "^4.8.1", |
| 58 | + "@sanity/webhook": "^4.0.4", |
| 59 | + "@tailwindcss/postcss": "^4.1.13", |
| 60 | + "@uidotdev/usehooks": "^2.4.1", |
| 61 | + "algoliasearch": "^5.37.0", |
| 62 | + "autoprefixer": "^10.4.21", |
| 63 | + "class-variance-authority": "^0.7.1", |
| 64 | + "clsx": "^2.1.1", |
| 65 | + "cmdk": "^1.1.1", |
| 66 | + "date-fns": "^4.1.0", |
| 67 | + "embla-carousel-react": "^8.6.0", |
| 68 | + "feed": "^5.1.0", |
| 69 | + "input-otp": "^1.4.2", |
| 70 | + "instantsearch.js": "^4.80.0", |
| 71 | + "jwt-decode": "^4.0.0", |
| 72 | + "lucide-react": "^0.544.0", |
| 73 | + "micromark": "^4.0.2", |
| 74 | + "next": "^15.5.3", |
| 75 | + "next-cloudinary": "^6.16.0", |
| 76 | + "next-sanity": "^11.1.0", |
| 77 | + "next-themes": "^0.4.6", |
| 78 | + "nextjs-toploader": "^3.9.17", |
| 79 | + "postcss": "^8.5.6", |
| 80 | + "react": "^19.1.1", |
| 81 | + "react-cookie": "^8.0.1", |
| 82 | + "react-day-picker": "^9.9.0", |
| 83 | + "react-dom": "^19.1.1", |
| 84 | + "react-dropzone": "^14.3.8", |
| 85 | + "react-facebook-pixel": "^1.0.4", |
| 86 | + "react-hook-form": "^7.62.0", |
| 87 | + "react-icons": "^5.5.0", |
| 88 | + "react-inlinesvg": "^4.2.0", |
| 89 | + "react-instantsearch": "^7.16.3", |
| 90 | + "react-instantsearch-nextjs": "^1.0.2", |
| 91 | + "react-resizable-panels": "^3.0.6", |
| 92 | + "react-syntax-highlighter": "^15.6.6", |
| 93 | + "react-twitter-embed": "^4.0.4", |
| 94 | + "recharts": "2.15.4", |
| 95 | + "sanity": "^4.8.1", |
| 96 | + "sanity-plugin-cloudinary": "^1.4.0", |
| 97 | + "server-only": "^0.0.1", |
| 98 | + "sonner": "^2.0.7", |
| 99 | + "styled-components": "^6.1.19", |
| 100 | + "tailwind-merge": "^3.3.1", |
| 101 | + "tailwindcss-animate": "^1.0.7", |
| 102 | + "typescript": "5.9.2", |
| 103 | + "uuid": "^13.0.0", |
| 104 | + "vaul": "^1.1.2", |
| 105 | + "zod": "^4.1.8" |
| 106 | + }, |
| 107 | + "devDependencies": { |
| 108 | + "@biomejs/biome": "2.2.4", |
| 109 | + "@eslint/eslintrc": "^3.3.1", |
| 110 | + "@tailwindcss/typography": "^0.5.16", |
| 111 | + "@types/node": "^24.3.1", |
| 112 | + "@types/react": "^19.1.12", |
| 113 | + "@types/react-dom": "^19.1.9", |
| 114 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 115 | + "eslint": "^9.35.0", |
| 116 | + "eslint-config-next": "15.5.3", |
| 117 | + "postcss": "^8", |
| 118 | + "tailwindcss": "^4.1.13", |
| 119 | + "typescript": "^5" |
| 120 | + }, |
| 121 | + "pnpm": { |
| 122 | + "peerDependencyRules": { |
| 123 | + "allowAny": [ |
| 124 | + "react", |
| 125 | + "react-dom" |
| 126 | + ] |
| 127 | + } |
| 128 | + } |
| 129 | +} |
0 commit comments