Files
nextui-org--nextui/apps/docs/package.json
T
2026-07-13 12:12:04 +08:00

87 lines
2.6 KiB
JSON

{
"name": "@heroui/docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"predev": "node scripts/build-skills.mjs && node scripts/build-theme-presets.mjs",
"dev": "next dev",
"prebuild": "node scripts/build-skills.mjs && node scripts/build-theme-presets.mjs",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix",
"typecheck": "tsc --noEmit",
"typegen": "next typegen",
"postinstall": "fumadocs-mdx",
"test:skills": "node test_skills_scripts.mjs",
"test:skills:dev": "node test_skills_scripts.mjs --env dev",
"test:skills:staging": "node test_skills_scripts.mjs --env staging",
"test:skills:prod": "node test_skills_scripts.mjs --env production"
},
"dependencies": {
"@fumadocs/language": "0.0.1",
"@gravity-ui/icons": "2.16.0",
"@heroui/react": "workspace:*",
"@iconify-json/gravity-ui": "1.2.10",
"@iconify/react": "6.0.2",
"@internationalized/date": "3.12.2",
"@lglab/react-qr-code": "1.7.0",
"@react-aria/overlays": "3.32.1",
"@react-stately/data": "3.16.1",
"@t3-oss/env-nextjs": "0.13.10",
"@tailwindcss/typography": "0.5.19",
"@tanstack/react-table": "8.21.3",
"@vercel/analytics": "1.6.1",
"@vercel/og": "0.8.6",
"calligraph": "1.3.0",
"clsx": "2.1.1",
"color-convert": "3.1.3",
"color2k": "2.0.3",
"culori": "4.0.2",
"feed": "5.1.0",
"fumadocs-core": "16.9.0",
"fumadocs-mdx": "14.2.2",
"fumadocs-typescript": "5.0.0",
"fumadocs-ui": "16.9.0",
"gray-matter": "4.0.3",
"lucide-react": "0.562.0",
"m3-ripple": "1.1.3",
"motion": "12.23.26",
"next": "16.2.6",
"next-mdx-remote": "6.0.0",
"next-sitemap": "4.2.3",
"next-themes": "0.4.6",
"nuqs": "2.8.6",
"posthog-node": "5.21.0",
"react": "19.2.6",
"react-aria-components": "1.19.0",
"react-dom": "19.2.6",
"remark": "15.0.1",
"remark-gfm": "4.0.1",
"remark-mdx": "3.1.1",
"shiki": "3.20.0",
"tailwind-merge": "3.4.0",
"tailwind-variants": "3.2.2",
"ts-morph": "27.0.2",
"usehooks-ts": "3.1.1",
"zod": "4.2.1"
},
"devDependencies": {
"@heroui/standard": "workspace:*",
"@heroui/styles": "workspace:*",
"@tailwindcss/postcss": "4.3.0",
"@types/color-convert": "2.0.4",
"@types/culori": "4.0.1",
"@types/mdx": "2.0.13",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"postcss": "8.5.6",
"source-map-support": "0.5.21",
"tailwindcss": "4.3.0",
"tar": "7.5.7"
}
}