mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
101 lines
3.1 KiB
JSON
101 lines
3.1 KiB
JSON
{
|
|
"name": "@nextui-org/docs",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"build:analyze": "ANALYZE=true next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"preinstall": "node preinstall.js",
|
|
"build:sponsors": "tsx scripts/build-sponsors.ts",
|
|
"update:search-meta": "tsx scripts/update-search-meta.ts"
|
|
},
|
|
"dependencies": {
|
|
"@codesandbox/sandpack-react": "^2.6.4",
|
|
"@mapbox/rehype-prism": "^0.6.0",
|
|
"@nextui-org/aria-utils": "workspace:*",
|
|
"@nextui-org/react": "workspace:*",
|
|
"@nextui-org/shared-icons": "workspace:*",
|
|
"@nextui-org/shared-utils": "workspace:*",
|
|
"@nextui-org/theme": "workspace:*",
|
|
"@nextui-org/use-clipboard": "workspace:*",
|
|
"@nextui-org/use-is-mobile": "workspace:*",
|
|
"@react-aria/focus": "^3.12.1",
|
|
"@react-aria/interactions": "^3.15.1",
|
|
"@react-aria/selection": "^3.15.0",
|
|
"@react-aria/ssr": "^3.6.0",
|
|
"@react-aria/utils": "^3.17.0",
|
|
"@react-aria/virtualizer": "^3.8.0",
|
|
"@react-aria/visually-hidden": "^3.8.0",
|
|
"@react-stately/layout": "^3.12.0",
|
|
"@react-stately/tree": "^3.6.1",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"canvas-confetti": "^1.4.0",
|
|
"cmdk": "^0.2.0",
|
|
"color2k": "^2.0.2",
|
|
"framer-motion": "^10.12.16",
|
|
"gray-matter": "^4.0.3",
|
|
"hast-util-to-html": "7.1.2",
|
|
"lodash": "^4.17.21",
|
|
"match-sorter": "^6.3.1",
|
|
"mini-svg-data-uri": "^1.4.3",
|
|
"mitt": "3.0.0",
|
|
"next": "13.4.7-canary.1",
|
|
"next-mdx-remote": "^3.0.2",
|
|
"next-themes": "^0.2.1",
|
|
"nprogress": "^0.2.0",
|
|
"parse-numeric-range": "1.2.0",
|
|
"prism-react-renderer": "^1.2.1",
|
|
"querystring": "^0.2.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-live": "^2.3.0",
|
|
"react-multi-ref": "^1.0.1",
|
|
"refractor": "3.3.1",
|
|
"rehype": "11.0.0",
|
|
"rehype-parse": "7.0.1",
|
|
"rehype-slug": "^5.1.0",
|
|
"remark-autolink-headings": "^6.0.1",
|
|
"remark-slug": "^6.0.0",
|
|
"scroll-into-view-if-needed": "2.2.29",
|
|
"sharp": "^0.32.1",
|
|
"shelljs": "^0.8.4",
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
|
"tailwind-variants": "^0.1.8",
|
|
"unified": "^9.2.2",
|
|
"zustand": "^4.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/utils": "2.0.0-beta.3",
|
|
"@next/bundle-analyzer": "^13.4.6",
|
|
"@next/env": "^13.4.2",
|
|
"@react-types/shared": "^3.18.0",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/canvas-confetti": "^1.4.2",
|
|
"@types/lodash": "^4.14.194",
|
|
"@types/node": "20.2.5",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/parse-numeric-range": "^0.0.1",
|
|
"@types/react": "18.2.8",
|
|
"@types/react-dom": "18.2.4",
|
|
"@types/refractor": "^3.0.2",
|
|
"@types/shelljs": "^0.8.9",
|
|
"@types/uuid": "^8.3.1",
|
|
"algoliasearch": "^4.10.3",
|
|
"autoprefixer": "^10.4.14",
|
|
"dotenv": "^16.0.1",
|
|
"eslint-config-next": "^11.0.0",
|
|
"markdown-toc": "^1.2.0",
|
|
"next-sitemap": "^4.0.7",
|
|
"node-fetch": "^3.2.10",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.7.1",
|
|
"tailwindcss": "^3.2.7",
|
|
"tsx": "^3.8.2",
|
|
"typescript": "^4.9.5",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|