nextui/apps/docs/package.json
Junior Garcia b8e7b94586
🚀 (#4570)
* docs: optimize route higtlight (#4520)

* docs: optimize home display (#4519)

* docs: optimize home display and route highlight

* docs: optimize home display

* fix(alert): propagate className (#4535)

* fix(alert): propagate className

* chore(alert): remove className from alert theme

* fix(avatar): title type in Avatar (#4529)

* fix(avatar): title type in Avatar

* fix(alert): apply isEmpty check on title

* fix(alert): alert interface props type

* refactor: remove unnecessary props types (#4530)

* refactor(docs): remove string type as it is included in ReactNode

* refactor: remove unnecessary types

* feat(changeset): add changeset

* chore: remove changeset

* refactor: remove null since ReactNode unions it already

* fix(input): use onPress for wrapper click focus (#4483)

* fix(input): use onPress for wrapper click focus

* test(input): wrapper click focus test

* chore(changeset): input onPress for wrapper click focus

* chore(changeset): minor wording

* Refactor/rebrand (#4532)

* chore: rebrand in progress

* chore: update docs to use heroui

* chore: components renbranded

* chore: figma moved to the docs files

* fix: posthog config

* fix(docs): extra classname in form example (#4465)

* chore: clean git

* chore: make heroui private

* chore: new logo

* chore: node env var renamed

* chore: public robots txt deleted

* chore: wrangler installed

* chore: wrangler renamed

* chore: cloudlfare workers removed

* chore: force vercel deploy

* refactor: first migration and provider

* refactor: rename nextui plugin

* refactor: rename github site

* refactor: rename CONTRIBUTING

* refactor: rename package name

* refactor: nextjs image hostname

* refactor: mdx repo nextui-org rename frontio-ai

* refactor: nextui.org rename heroui.com

* refactor: add heroui to missing places

* fix: heroui plugin name

* fix: update docs

* docs: nextui to heroui add npmrc pnpm migratation

* chore: rename all packages with new org name

* chore: replace frontio-ai by frontioai

* chore: revert previous changes

* chore: small adjustment

* chore: doc updated

* feat: blog

* chore: avatar updated

* fix: url

* chore: add new ogimage

* fix: ogimage command

* fix: heroui name and storybook welcome page

* fix: og image url

* feat: favicon and icon changed

---------

Co-authored-by: աӄա <wingkwong.code@gmail.com>
Co-authored-by: winches <329487092@qq.com>

* fix: postbuild script

* chore: core package updates

* ci(changesets): version packages (#4569)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>

* feat: contributors added to the blog

---------

Co-authored-by: winches <329487092@qq.com>
Co-authored-by: աӄա <wingkwong.code@gmail.com>
Co-authored-by: Peterl561 <76144929+Peterl561@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-16 16:24:32 -03:00

148 lines
4.6 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",
"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",
"@iconify/icons-solar": "1.2.3",
"@iconify/react": "5.0.2",
"@internationalized/date": "3.6.0",
"@mapbox/rehype-prism": "^0.6.0",
"@heroui/aria-utils": "workspace:*",
"@heroui/badge": "workspace:*",
"@heroui/code": "workspace:*",
"@heroui/divider": "workspace:*",
"@heroui/input-otp": "workspace:*",
"@heroui/kbd": "workspace:*",
"@heroui/listbox": "workspace:*",
"@heroui/react": "workspace:*",
"@heroui/shared-icons": "workspace:*",
"@heroui/shared-utils": "workspace:*",
"@heroui/skeleton": "workspace:*",
"@heroui/spacer": "workspace:*",
"@heroui/spinner": "workspace:*",
"@heroui/theme": "workspace:*",
"@heroui/use-clipboard": "workspace:*",
"@heroui/use-infinite-scroll": "workspace:*",
"@heroui/use-is-mobile": "workspace:*",
"@radix-ui/react-scroll-area": "^1.0.5",
"@react-aria/focus": "3.19.0",
"@react-aria/i18n": "3.12.4",
"@react-aria/interactions": "3.22.5",
"@react-aria/selection": "3.21.0",
"@react-aria/ssr": "3.9.7",
"@react-aria/utils": "3.26.0",
"@react-aria/virtualizer": "4.1.0",
"@react-aria/visually-hidden": "3.8.18",
"@react-stately/data": "3.12.0",
"@react-stately/layout": "4.1.0",
"@react-stately/tree": "3.8.6",
"@rehooks/local-storage": "^2.4.5",
"@stackblitz/sdk": "^1.11.0",
"@tanstack/react-virtual": "3.11.2",
"canvas-confetti": "^1.9.2",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"color2k": "2.0.3",
"contentlayer2": "0.5.3",
"date-fns": "4.1.0",
"framer-motion": "11.11.13",
"geist": "1.3.1",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast-util-to-html": "9.0.3",
"marked": "^5.1.0",
"match-sorter": "8.0.0",
"mini-svg-data-uri": "1.4.4",
"mitt": "3.0.1",
"next": "14.3.0-canary.43",
"next-contentlayer2": "0.5.3",
"next-themes": "0.4.3",
"nprogress": "^0.2.0",
"parse-numeric-range": "1.2.0",
"posthog-js": "1.197.0",
"prism-react-renderer": "^1.2.1",
"querystring": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.3",
"react-icons": "^4.10.1",
"react-live": "^4.1.8",
"react-multi-ref": "^1.0.1",
"react-wrap-balancer": "^1.0.0",
"refractor": "3.3.1",
"rehype": "13.0.2",
"rehype-parse": "9.0.1",
"rehype-pretty-code": "^0.14.0",
"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": "^0.1.20",
"unified": "^11.0.5",
"unist-util-visit": "5.0.0",
"usehooks-ts": "3.1.0",
"zustand": "5.0.1"
},
"devDependencies": {
"@docusaurus/utils": "2.0.0-beta.3",
"@next/bundle-analyzer": "14.3.0-canary.43",
"@next/env": "14.3.0-canary.43",
"@react-types/calendar": "3.5.0",
"@react-types/datepicker": "3.9.0",
"@react-types/shared": "3.26.0",
"@tailwindcss/typography": "^0.5.9",
"@types/canvas-confetti": "^1.4.2",
"@types/marked": "^5.0.0",
"@types/mdx": "^2.0.5",
"@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/rss": "0.0.32",
"@types/shelljs": "^0.8.9",
"@types/uuid": "^8.3.1",
"algoliasearch": "^4.10.3",
"autoprefixer": "10.4.20",
"dotenv": "^16.0.1",
"esbuild-plugin-raw": "0.1.8",
"eslint-config-next": "15.0.3",
"markdown-toc": "^1.2.0",
"mdx-bundler": "10.0.3",
"next-sitemap": "4.2.3",
"node-fetch": "^3.2.10",
"postcss": "8.4.49",
"prettier": "^2.7.1",
"tailwindcss": "3.4.14",
"tsx": "^3.8.2",
"typescript": "^5.5.0",
"uuid": "^8.3.2"
},
"pnpm": {
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
}