{ "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.1.1", "@heroicons/react": "^2.1.4", "@sanity/icons": "^3.7.0", "@sanity/image-url": "^1.1.0", "@sanity/vision": "^3.91.0", "clsx": "^2.1.1", "dayjs": "^1.11.12", "feed": "^4.2.2", "framer-motion": "^11.2.10", "next": "14.2.11", "next-sanity": "^9.12.0", "react": "^18", "react-dom": "^18", "react-use-measure": "^2.1.1", "sanity": "^3.91.0", "styled-components": "^6.1.18" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.7", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.11", "postcss": "^8.4.40", "prettier": "^3.3.2", "prettier-plugin-organize-imports": "^4.0.0", "prettier-plugin-tailwindcss": "^0.6.11", "tailwindcss": "^4.1.7", "typescript": "^5" } }