{ "name": "@docsearch/monorepo", "private": true, "workspaces": [ "packages/*", "examples/*" ], "scripts": { "build:clean": "lerna run build:clean", "build:types": "lerna run build:types", "build": "lerna run build", "cy:clean": "rm -rf cypress/screenshots", "cy:info": "cypress info", "cy:run:chrome": "yarn run cy:run --browser chrome", "cy:run:edge": "yarn run cy:run --browser edge", "cy:run:firefox": "yarn run cy:run --browser firefox", "cy:run": "start-server-and-test 'yarn website:test' http://localhost:3000 'cypress run --headless'", "cy:verify": "cypress verify", "lint:css": "stylelint **/src/**/*.css", "lint": "eslint .", "playground:build": "yarn workspace @docsearch/react-example build", "playground:start": "yarn workspace @docsearch/react-example dev --host", "playground-js:start": "yarn workspace @docsearch/js-example dev --host", "release": "shipjs prepare", "start": "yarn run watch", "test:size": "bundlesize", "test:types": "tsc --noEmit", "test": "vitest", "watch": "lerna run watch --parallel", "website:build": "yarn workspace @docsearch/website build", "website:start": "yarn workspace @docsearch/website start --host 0.0.0.0", "website:serve": "yarn workspace @docsearch/website serve --host 0.0.0.0", "website:test": "yarn workspace @docsearch/website start --no-open" }, "resolutions": { "@docusaurus/utils": "https://github.com/algolia/docsearch/releases/download/v4.0.0-beta.4/docusaurus-utils-3.8.1.tgz", "@docusaurus/theme-search-algolia": "https://github.com/algolia/docsearch/releases/download/v4.0.0-beta.4/docusaurus-theme-search-algolia-3.8.1.tgz", "@docusaurus/theme-translations": "https://github.com/algolia/docsearch/releases/download/v4.0.0-beta.4/docusaurus-theme-translations-3.8.1.tgz" }, "devDependencies": { "@babel/plugin-transform-react-jsx": "7.25.9", "@babel/preset-env": "7.26.0", "@babel/preset-typescript": "7.26.0", "@eslint-community/eslint-plugin-eslint-comments": "4.4.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-replace": "6.0.2", "@rollup/plugin-terser": "0.4.4", "@stylistic/eslint-plugin": "2.13.0", "@testing-library/dom": "10.4.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@typescript-eslint/eslint-plugin": "8.20.0", "@typescript-eslint/parser": "8.20.0", "babel-plugin-module-resolver": "5.0.2", "bundlesize2": "0.0.32", "cssnano": "7.0.6", "cypress": "13.17.0", "eslint": "8.57.1", "eslint-config-algolia": "23.2.1", "eslint-config-prettier": "10.0.1", "eslint-plugin-cypress": "4.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsdoc": "50.6.2", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-react-refresh": "0.4.18", "jsdom": "26.0.0", "lerna": "8.1.9", "postcss": "8.5.1", "prettier": "3.4.2", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup": "4.31.0", "rollup-plugin-filesize": "10.0.0", "shipjs": "0.27.0", "start-server-and-test": "2.0.10", "stylelint": "16.13.2", "stylelint-config-sass-guidelines": "12.1.0", "stylelint-config-standard": "36.0.1", "stylelint-no-unsupported-browser-features": "8.0.2", "stylelint-order": "6.0.4", "stylelint-prettier": "5.0.2", "typescript": "5.7.3", "typescript-eslint": "8.20.0", "vitest": "3.0.2", "watch": "1.0.2" }, "packageManager": "yarn@4.6.0" }