Files
medusa-store/www/packages/docs-ui/package.json
github-actions[bot] 673627044b chore(docs): Updated UI Reference (automated) (#14507)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action


---

> [!NOTE]
> Applies patch updates to the Medusa UI stack across the monorepo.
> 
> - Bumps `@medusajs/icons` to `2.12.5`, `@medusajs/ui` to `4.0.33`, and `@medusajs/ui-preset` to `2.12.5`
> - Updates affected apps/packages: `api-reference`, `book`, `cloud`, `resources`, `ui`, `user-guide`, `docs-ui`, `tailwind`, and `types`
> - Refreshes `yarn.lock` accordingly
> 
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 756527915a20240054463bd83b93888d5dc0f5da. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>


Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2026-01-09 13:19:10 +00:00

94 lines
2.4 KiB
JSON

{
"name": "docs-ui",
"version": "0.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"exports": {
".": {
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
},
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
}
}
},
"sideEffects": false,
"files": [
"dist/**"
],
"scripts": {
"build": "yarn clean && yarn build:js:cjs && yarn build:js:esm",
"build:js:cjs": "tsc --project tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json",
"build:js:esm": "tsc --project tsconfig.esm.json && tsc-alias -p tsconfig.esm.json",
"clean": "rimraf dist",
"dev": "yarn build:js:cjs && yarn build:js:esm",
"lint": "eslint src --fix",
"test": "vitest"
},
"devDependencies": {
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3",
"clsx": "^2.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^9.13.0",
"next": "15.3.8",
"rimraf": "^5.0.1",
"schema-dts": "^1.1.5",
"tailwind": "*",
"tailwindcss": "^3.3.3",
"tsc-alias": "^1.8.7",
"tsup": "^5.10.1",
"types": "*",
"typescript": "^5.1.6",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"next": "*",
"posthog-js": "^1.298.1",
"react": "*",
"react-dom": "*"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@kapaai/react-sdk": "^0.9.0",
"@medusajs/icons": "2.12.5",
"@medusajs/ui": "4.0.33",
"@next/third-parties": "15.3.8",
"@react-hook/resize-observer": "^1.2.6",
"@segment/analytics-next": "^1.75.0",
"@uidotdev/usehooks": "^2.4.1",
"algoliasearch": "^5.2.1",
"framer-motion": "^11.11.9",
"mermaid": "^10.9.0",
"minisearch": "^7.1.1",
"npm-to-yarn": "^2.1.0",
"prism-react-renderer": "2.4.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-instantsearch": "^7.13.6",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.2.10",
"react-tooltip": "^5.28.0",
"react-transition-group": "^4.4.5",
"react-uuid": "^2.0.0",
"reodotdev": "^1.0.0",
"slugify": "^1.6.6"
},
"overrides": {
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3"
}
}