nextui/apps/docs/package.json

129 lines
3.9 KiB
JSON

{
"name": "@heroui/docs",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "rimraf .contentlayer && concurrently \"contentlayer2 dev\" \"next dev\"",
"build": "contentlayer2 build && next build ",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"typecheck": "contentlayer2 build && tsc --noEmit",
"preinstall": "node preinstall.js",
"build:sponsors": "tsx scripts/build-sponsors.ts",
"update:search-meta": "tsx scripts/update-search-meta.ts",
"update:github-info": "tsx scripts/update-github-info.ts",
"postbuild": "next-sitemap"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.6.4",
"@emotion/is-prop-valid": "^1.3.1",
"@heroui/aria-utils": "workspace:*",
"@heroui/react": "workspace:*",
"@heroui/shared-icons": "workspace:*",
"@heroui/shared-utils": "workspace:*",
"@heroui/spacer": "workspace:*",
"@heroui/theme": "workspace:*",
"@heroui/use-clipboard": "workspace:*",
"@heroui/use-infinite-scroll": "workspace:*",
"@iconify/icons-solar": "1.2.3",
"@iconify/react": "5.0.2",
"@internationalized/date": "3.10.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@react-aria/focus": "3.21.2",
"@react-aria/i18n": "3.12.13",
"@react-aria/interactions": "3.25.6",
"@react-aria/selection": "3.26.0",
"@react-aria/ssr": "3.9.10",
"@react-aria/utils": "3.31.0",
"@react-aria/visually-hidden": "3.8.28",
"@react-stately/data": "3.14.1",
"@react-stately/tree": "3.9.3",
"@rehooks/local-storage": "^2.4.5",
"@stackblitz/sdk": "^1.11.0",
"@types/lodash": "^4.17.15",
"@vercel/analytics": "^1.4.1",
"canvas-confetti": "^1.9.2",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"color2k": "2.0.3",
"contentlayer2": "0.5.8",
"date-fns": "4.1.0",
"framer-motion": "11.18.2",
"github-slugger": "^2.0.0",
"hast-util-to-html": "9.0.3",
"lodash": "^4.17.21",
"marked": "^5.1.0",
"match-sorter": "8.0.0",
"mini-svg-data-uri": "1.4.4",
"mitt": "3.0.1",
"next": "15.3.1",
"next-contentlayer2": "0.5.8",
"next-themes": "0.4.6",
"parse-numeric-range": "1.2.0",
"posthog-js": "1.298.0",
"prism-react-renderer": "^1.2.1",
"react": "18.3.0",
"react-colorful": "^5.6.1",
"react-dom": "18.3.0",
"react-hook-form": "^7.51.3",
"react-live": "^4.1.8",
"react-multi-ref": "^1.0.1",
"react-wrap-balancer": "^1.0.0",
"refractor": "3.3.1",
"rehype-parse": "9.0.1",
"rehype-slug": "6.0.0",
"remark": "^15.0.1",
"remark-gfm": "4.0.0",
"rss": "1.2.2",
"scroll-into-view-if-needed": "3.1.0",
"sharp": "^0.32.1",
"shelljs": "^0.8.4",
"swr": "2.2.5",
"tailwind-variants": "3.1.1",
"tailwind-merge": "3.3.1",
"unified": "^11.0.5",
"unist-util-visit": "5.0.0",
"usehooks-ts": "3.1.0",
"values.js": "^2.1.1",
"zustand": "5.0.1"
},
"devDependencies": {
"@docusaurus/utils": "2.0.0-beta.3",
"@react-types/calendar": "3.8.0",
"@react-types/datepicker": "3.13.2",
"@react-types/shared": "3.32.1",
"@tailwindcss/postcss": "4.1.11",
"@tailwindcss/typography": "0.5.16",
"@types/canvas-confetti": "^1.4.2",
"@types/marked": "^5.0.0",
"@types/mdx": "^2.0.5",
"@types/node": "22.13.10",
"@types/parse-numeric-range": "^0.0.1",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/refractor": "^3.0.2",
"@types/rss": "0.0.32",
"@types/shelljs": "^0.8.9",
"@types/uuid": "^8.3.1",
"algoliasearch": "^4.10.3",
"dotenv": "^16.0.1",
"esbuild-plugin-raw": "0.1.8",
"markdown-toc": "^1.2.0",
"next-sitemap": "4.2.3",
"node-fetch": "^3.2.10",
"prettier": "^2.7.1",
"tailwindcss": "4.1.11",
"tsx": "^3.8.2",
"typescript": "^5.7.3",
"uuid": "^8.3.2"
},
"pnpm": {
"overrides": {
"react": "18.3.0",
"react-dom": "18.3.0"
}
}
}