{ "name": "shunkakinoki.com", "version": "0.1.0", "private": true, "scripts": { "analyze": "ANALYZE=true next build", "biome:cmd": "biome check --write --unsafe --no-errors-on-unmatched", "biome:fix": "biome check --write --unsafe --no-errors-on-unmatched", "biome:lint": "biome check --unsafe --no-errors-on-unmatched", "build": "next build", "dev": "next dev --turbopack", "fix": "concurrently \"pnpm:*:fix\"", "license:cmd": "license-check-and-add -f .license-check-and-add-config.json", "license:fix": "license-check-and-add -f .license-check-and-add-config.json add", "license:lint": "license-check-and-add -f .license-check-and-add-config.json check", "lint": "concurrently \"pnpm:*:lint\"", "ncu:upgrade": "ncu -u", "npm-package-json:lint": "npmPkgJsonLint .", "prepare": "husky", "sort-package-json:fix": "sort-package-json", "start": "next start" }, "dependencies": { "@heroicons/react": "^2.1.5", "@hookform/resolvers": "^3.9.0", "@lightdotso/elements": "^0.0.24", "@lightdotso/styles": "^3.0.7", "@lightdotso/svg": "^0.0.16", "@lightdotso/tailwindcss": "^3.1.9", "@lightdotso/ui": "^3.1.20", "@next/bundle-analyzer": "^15.0.2-canary.7", "@notionhq/client": "^2.2.15", "@radix-ui/react-accordion": "^1.2.1", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-aspect-ratio": "^1.1.0", "@radix-ui/react-avatar": "^1.1.1", "@radix-ui/react-checkbox": "^1.1.2", "@radix-ui/react-collapsible": "^1.1.1", "@radix-ui/react-context-menu": "^2.2.2", "@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-hover-card": "^1.1.2", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-menubar": "^1.1.2", "@radix-ui/react-navigation-menu": "^1.2.1", "@radix-ui/react-popover": "^1.1.2", "@radix-ui/react-progress": "^1.1.0", "@radix-ui/react-radio-group": "^1.2.1", "@radix-ui/react-scroll-area": "^1.2.0", "@radix-ui/react-select": "^2.1.2", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slider": "^1.2.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.1", "@radix-ui/react-tabs": "^1.1.1", "@radix-ui/react-toast": "^1.2.2", "@radix-ui/react-toggle": "^1.1.0", "@radix-ui/react-toggle-group": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.3", "@tailwindcss/forms": "^0.5.9", "@tanstack/react-query": "^5.59.16", "@tanstack/react-query-devtools": "^5.59.16", "@upstash/ratelimit": "^2.0.4", "@upstash/redis": "^1.34.3", "@vercel/analytics": "^1.3.2", "@vercel/speed-insights": "^1.0.14", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", "date-fns": "^4.1.0", "embla-carousel-react": "^8.3.0", "input-otp": "^1.2.4", "jotai": "^2.10.1", "lucide-react": "^0.454.0", "next": "15.0.2-canary.7", "next-intl": "^3.23.5", "next-themes": "^0.3.0", "open-graph-scraper": "^6.8.2", "openapi-fetch": "^0.13.0", "react": "19.0.0-rc-65a56d0e-20241020", "react-day-picker": "^8.10.1", "react-dom": "19.0.0-rc-65a56d0e-20241020", "react-hook-form": "^7.53.1", "react-icons": "^5.3.0", "react-is": "19.0.0-rc-65a56d0e-20241020", "react-resizable-panels": "^2.1.6", "react-tweet": "^3.2.1", "react-wrap-balancer": "^1.1.1", "sonner": "^1.5.0", "swr": "2.2.6-beta.3", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", "twitter-api-v2": "^1.18.1", "uuid": "^11.0.1", "vaul": "^1.1.0", "zod": "^3.23.8" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.8.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/uuid": "^10.0.0", "commitlint": "^19.5.0", "concurrently": "^9.0.1", "git-cz": "^4.9.0", "husky": "^9.1.6", "license-check-and-add": "^4.0.5", "lint-staged": "^15.2.10", "npm-check-updates": "^17.1.8", "npm-package-json-lint": "^8.0.0", "npm-package-json-lint-config-default": "^7.0.1", "openapi-typescript": "^7.4.2", "postcss": "^8.4.47", "sort-package-json": "^2.10.1", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vercel": "^37.12.1" } }