{ "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:test": "yarn workspace @docsearch/website start --no-open" }, "devDependencies": { "@babel/plugin-transform-react-jsx": "7.27.1", "@babel/preset-env": "7.28.0", "@babel/preset-typescript": "7.27.1", "@eslint-community/eslint-plugin-eslint-comments": "4.5.0", "@rollup/plugin-babel": "6.0.4", "@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": "^18.0.0", "@types/react-dom": "^18.0.0", "@typescript-eslint/eslint-plugin": "8.37.0", "@typescript-eslint/parser": "8.37.0", "babel-plugin-module-resolver": "5.0.2", "bundlesize2": "0.0.35", "cssnano": "7.1.0", "cypress": "13.17.0", "eslint": "8.57.1", "eslint-config-algolia": "23.2.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-cypress": "4.3.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-jsdoc": "50.8.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-prettier": "5.5.3", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.20", "jsdom": "26.1.0", "lerna": "8.2.3", "postcss": "8.5.6", "prettier": "3.6.2", "react": "^18.0.0", "react-dom": "^18.0.0", "rollup": "4.45.1", "rollup-plugin-dts": "6.2.1", "rollup-plugin-filesize": "10.0.0", "shipjs": "0.27.0", "start-server-and-test": "2.0.12", "stylelint": "16.22.0", "stylelint-config-sass-guidelines": "12.1.0", "stylelint-config-standard": "36.0.1", "stylelint-no-unsupported-browser-features": "8.0.4", "stylelint-order": "6.0.4", "stylelint-prettier": "5.0.3", "typescript": "5.8.3", "typescript-eslint": "8.37.0", "vitest": "3.2.4", "watch": "1.0.2" }, "packageManager": "yarn@4.7.0" }