- Improve intro sections of API reference to utilize divided columns - Improve the content of the intro sections - Add a new Workflows section to explain the workflows badge and how to use it - Fixes to headings and add anchor for copying the link to a section - Fixes responsiveness of intro sections on mobile devices - Other: fix loading not showing when a sidebar category is opened. Closes DOCS-932, DOCS-934, DOCS-937 Preview: https://api-reference-v2-git-docs-api-ref-intro-fixes-medusajs.vercel.app/v2/api/store
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "api-reference",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "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"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^3.0.0",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"@medusajs/icons": "preview",
|
|
"@medusajs/ui": "^3.0.0",
|
|
"@next/mdx": "14.2.14",
|
|
"@readme/openapi-parser": "^2.5.0",
|
|
"@types/mapbox__rehype-prism": "^0.8.0",
|
|
"@types/mdx": "^2.0.5",
|
|
"@types/node": "20.4.5",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/react-transition-group": "^4.4.6",
|
|
"algoliasearch": "4",
|
|
"autoprefixer": "10.4.14",
|
|
"clsx": "^2.0.0",
|
|
"docs-ui": "*",
|
|
"eslint-config-docs": "*",
|
|
"jsdom": "^22.1.0",
|
|
"json-schema": "^0.4.0",
|
|
"json-stringify-pretty-compact": "^4.0.0",
|
|
"next": "^14.2.14",
|
|
"next-mdx-remote": "^4.4.1",
|
|
"openapi-sampler": "^1.3.1",
|
|
"openapi-types": "^12.1.3",
|
|
"pluralize": "^8.0.0",
|
|
"postcss": "8.4.27",
|
|
"prism-react-renderer": "2.3.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-intersection-observer": "^9.5.3",
|
|
"react-tooltip": "^5.19.0",
|
|
"react-transition-group": "^4.4.5",
|
|
"rehype-mdx-code-props": "^2.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"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": "^14.2.14",
|
|
"@types/jsdom": "^21.1.1",
|
|
"@types/pluralize": "^0.0.33",
|
|
"types": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|