{ "name": "@elastic/eui-monorepo", "private": true, "version": "1.0.0", "description": "Elastic Design System", "workspaces": { "packages": [ "packages/*" ] }, "scripts": { "pre-push": "yarn --cwd packages/eui pre-push", "start": "printf $'\\x1b[K\\x1b[37;41mPlease run this script from the \\x1b[1;4mpackages/eui\\x1b[0m\\x1b[37;41m directory instead\\x1b[0m\\n'; exit 1", "build": "printf $'\\x1b[K\\x1b[37;41mPlease run this script from the \\x1b[1;4mpackages/eui\\x1b[0m\\x1b[37;41m directory instead\\x1b[0m\\n'; exit 1", "release": "node scripts/release", "clean": "node scripts/clean.mjs" }, "repository": { "type": "git", "url": "https://github.com/elastic/eui.git" }, "pre-push": [ "pre-push" ], "devDependencies": { "pre-push": "^0.1.4", "rimraf": "^6.0.1" }, "dependencies": { "@elastic/eui-release-cli": "link:packages/release-cli" }, "resolutions": { "prismjs": "1.30.0", "react": "^18", "@types/react": "^18", "react-focus-lock": "2.9.5", "@babel/core": "^7.21.8", "jsdom": "24.1.0", "@types/jsdom@npm:^20.0.0": "patch:@types/jsdom@npm%3A20.0.1#~/.yarn/patches/@types-jsdom-npm-20.0.1-5bb899e006.patch", "infima@npm:0.2.0-alpha.43": "patch:infima@npm%3A0.2.0-alpha.43#~/.yarn/patches/infima-npm-0.2.0-alpha.43-8d3b77b44d.patch", "infima@npm:0.2.0-alpha.44": "patch:infima@npm%3A0.2.0-alpha.44#~/.yarn/patches/infima-npm-0.2.0-alpha.44-145834fad0.patch" }, "packageManager": "yarn@4.6.0" }