{ "name": "api-reference", "version": "0.1.0", "private": true, "scripts": { "dev": "NODE_OPTIONS='--inspect' next dev", "dev:monorepo": "yarn dev -p 3000", "build": "next build", "build:dev": "NODE_ENV=test next build", "build:prod": "NEXT_PUBLIC_ENV=production next build", "start": "next start", "start:monorepo": "yarn start -p 3000", "lint": "next lint --fix", "prep": "node ./scripts/prepare.mjs" }, "dependencies": { "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.1.0", "@medusajs/icons": "2.11.1", "@medusajs/ui": "4.0.25", "@next/mdx": "15.3.5", "@react-hook/resize-observer": "^2.0.2", "@readme/openapi-parser": "^2.5.0", "algoliasearch": "4", "autoprefixer": "10.4.14", "clsx": "^2.0.0", "docs-ui": "*", "docs-utils": "*", "jsdom": "^22.1.0", "json-schema": "^0.4.0", "json-stringify-pretty-compact": "^4.0.0", "next": "15.3.5", "next-mdx-remote": "5.0.0", "openapi-sampler": "^1.3.1", "pluralize": "^8.0.0", "postcss": "8.4.27", "posthog-js": "^1.269.1", "prism-react-renderer": "2.4.0", "react": "rc", "react-dom": "rc", "react-intersection-observer": "^9.13.1", "react-tooltip": "^5.28.0", "react-transition-group": "^4.4.5", "rehype-mdx-code-props": "^3.0.1", "rehype-slug": "^6.0.0", "remark-rehype-plugins": "*", "slugify": "^1.6.6", "swr": "^2.2.0", "tailwind": "*", "tailwindcss": "3.3.3", "typescript": "5.1.6", "yaml": "^2.3.1" }, "devDependencies": { "@next/bundle-analyzer": "15.3.5", "@types/jsdom": "^21.1.1", "@types/mapbox__rehype-prism": "^0.8.0", "@types/mdx": "^2.0.13", "@types/node": "20.4.5", "@types/pluralize": "^0.0.33", "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react@rc", "build-scripts": "*", "eslint": "^9.13.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react-hooks": "^5.0.0", "types": "*" }, "engines": { "node": ">=20" }, "overrides": { "@types/react": "npm:types-react@rc", "@types/react-dom": "npm:types-react-dom@rc" } }