Files
medusa-store/www/api-reference/package.json
Shahed Nasser f07dc0384f docs,api-ref: added search filters (#4830)
* initial implementation of search modal

* added hit and search suggestions

* added support for multiple indices

* updated sample env

* added close when click outside dropdown

* test for mobile

* added mobile design

* added shortcut

* dark mode fixes

* added search to docs

* added plugins filter

* added React import

* moved filters to configurations

* handled error on page load

* change suggestion text

* removed hits limit

* handle select all

* open link in current tab

* change highlight colors

* added support for shortcuts + auto focus

* change header and footer

* redesigned search ui
2023-08-24 18:36:06 +03:00

60 lines
1.6 KiB
JSON

{
"name": "api-reference",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:dev": "NODE_ENV=test next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@docsearch/react": "^3.5.1",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.12",
"@octokit/request": "^8.1.1",
"@readme/openapi-parser": "^2.5.0",
"@segment/analytics-next": "^1.53.2",
"@types/mapbox__rehype-prism": "^0.8.0",
"@types/mdx": "^2.0.5",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@types/react-transition-group": "^4.4.6",
"@types/uuid": "^9.0.2",
"algoliasearch": "^4.19.1",
"autoprefixer": "10.4.14",
"clsx": "^2.0.0",
"copy-text-to-clipboard": "^3.2.0",
"eslint": "8.45.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "latest",
"jsdom": "^22.1.0",
"json-schema": "^0.4.0",
"json-stringify-pretty-compact": "^4.0.0",
"next": "latest",
"next-mdx-remote": "^4.4.1",
"openapi-sampler": "^1.3.1",
"openapi-types": "^12.1.3",
"postcss": "8.4.27",
"prism-react-renderer": "^2.0.6",
"react": "latest",
"react-dom": "latest",
"react-instantsearch": "^7.0.1",
"react-intersection-observer": "^9.5.2",
"react-tooltip": "^5.19.0",
"react-transition-group": "^4.4.5",
"slugify": "^1.6.6",
"swr": "^2.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"uuid": "^9.0.0",
"yaml": "^2.3.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.1"
}
}