{ "name": "radiant", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "typegen": "sanity schema extract --path=src/sanity/extract.json && sanity typegen generate && rm ./src/sanity/extract.json" }, "dependencies": { "@headlessui/react": "^2.2.6", "@heroicons/react": "^2.2.0", "@octokit/core": "^7.0.3", "clsx": "^2.1.1", "dayjs": "^1.11.13", "feed": "^5.1.0", "framer-motion": "^12.23.11", "next": "15.5.18", "react": "^19", "react-dom": "^19", "react-use-measure": "^2.1.7", "styled-components": "^6" }, "devDependencies": { "@content-collections/core": "^0.11.1", "@content-collections/mdx": "^0.2.2", "@content-collections/next": "^0.2.7", "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4.1.11", "@types/mdx": "^2.0.13", "@types/node": "^24", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.4.4", "postcss": "^8.5.6", "prettier": "^3.6.2", "prettier-plugin-organize-imports": "^4.2.0", "prettier-plugin-tailwindcss": "^0.6.14", "tailwindcss": "^4.1.11", "typescript": "^5", "zod": "^4.1.5" } }