{
  "name": "@mongodb-js/compass-components",
  "version": "1.20.1",
  "description": "React Components used in Compass",
  "license": "SSPL",
  "main": "lib/index.js",
  "compass:main": "src/index.ts",
  "compass:exports": {
    ".": "./src/index.ts"
  },
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "bootstrap": "npm run compile",
    "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
    "clean": "node -e \"fs.rmSync('lib', { recursive: true, force: true })\" || true",
    "precompile": "npm run clean",
    "compile": "tsc -p tsconfig.json",
    "eslint": "eslint",
    "prettier": "prettier",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "depcheck": "depcheck",
    "check": "npm run lint && npm run depcheck",
    "check-ci": "npm run check",
    "test": "mocha",
    "test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
    "test-watch": "npm run test -- --watch",
    "test-ci": "npm run test-cov",
    "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
  },
  "dependencies": {
    "@dnd-kit/core": "^6.0.7",
    "@dnd-kit/sortable": "^7.0.2",
    "@dnd-kit/utilities": "^3.2.1",
    "@emotion/css": "^11.11.2",
    "@leafygreen-ui/badge": "^8.0.1",
    "@leafygreen-ui/banner": "^7.0.1",
    "@leafygreen-ui/button": "^19.0.3",
    "@leafygreen-ui/card": "^9.0.2",
    "@leafygreen-ui/checkbox": "^12.0.8",
    "@leafygreen-ui/code": "^14.1.0",
    "@leafygreen-ui/confirmation-modal": "^4.0.1",
    "@leafygreen-ui/emotion": "^4.0.3",
    "@leafygreen-ui/guide-cue": "^4.0.0",
    "@leafygreen-ui/hooks": "^7.3.3",
    "@leafygreen-ui/icon": "^11.21.0",
    "@leafygreen-ui/icon-button": "^15.0.3",
    "@leafygreen-ui/info-sprinkle": "^1.0.0",
    "@leafygreen-ui/inline-definition": "^6.0.0",
    "@leafygreen-ui/leafygreen-provider": "^3.1.0",
    "@leafygreen-ui/lib": "^10.0.0",
    "@leafygreen-ui/logo": "^7.0.0",
    "@leafygreen-ui/marketing-modal": "^3.0.10",
    "@leafygreen-ui/menu": "^19.0.1",
    "@leafygreen-ui/modal": "^14.0.0",
    "@leafygreen-ui/palette": "^3.4.6",
    "@leafygreen-ui/pipeline": "^5.0.1",
    "@leafygreen-ui/popover": "^11.0.1",
    "@leafygreen-ui/portal": "^4.0.7",
    "@leafygreen-ui/radio-box-group": "^12.0.5",
    "@leafygreen-ui/radio-group": "^10.1.1",
    "@leafygreen-ui/search-input": "^2.0.3",
    "@leafygreen-ui/segmented-control": "^7.0.0",
    "@leafygreen-ui/select": "^10.1.0",
    "@leafygreen-ui/table": "^10.0.2",
    "@leafygreen-ui/tabs": "^11.0.1",
    "@leafygreen-ui/text-area": "^8.0.1",
    "@leafygreen-ui/text-input": "^12.1.1",
    "@leafygreen-ui/toast": "^6.1.3",
    "@leafygreen-ui/toggle": "^10.0.2",
    "@leafygreen-ui/tokens": "^1.4.1",
    "@leafygreen-ui/tooltip": "^9.0.2",
    "@leafygreen-ui/typography": "^15.2.0",
    "@react-aria/interactions": "^3.9.1",
    "@react-aria/tooltip": "^3.2.1",
    "@react-aria/utils": "^3.13.1",
    "@react-aria/visually-hidden": "^3.3.1",
    "@react-stately/tooltip": "^3.0.5",
    "bson": "^6.2.0",
    "focus-trap-react": "^8.4.2",
    "hadron-document": "^8.4.4",
    "hadron-type-checker": "^7.1.1",
    "is-electron-renderer": "^2.0.1",
    "lodash": "^4.17.21",
    "polished": "^4.2.2",
    "prop-types": "^15.7.2",
    "react-hotkeys-hook": "^4.3.7",
    "react-intersection-observer": "^8.34.0",
    "react-window": "^1.8.6"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@mongodb-js/eslint-config-compass": "^1.0.12",
    "@mongodb-js/mocha-config-compass": "^1.3.3",
    "@mongodb-js/prettier-config-compass": "^1.0.1",
    "@mongodb-js/tsconfig-compass": "^1.0.3",
    "@testing-library/dom": "^8.11.1",
    "@testing-library/react": "^12.1.4",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^13.5.0",
    "@types/chai": "^4.2.21",
    "@types/chai-dom": "^0.0.10",
    "@types/mocha": "^9.0.0",
    "@types/react": "^17.0.5",
    "@types/reflux": "^6.4.3",
    "chai": "^4.3.4",
    "eslint": "^7.25.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "reflux": "^0.4.1",
    "sinon": "^9.0.0",
    "typescript": "^5.0.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "homepage": "https://github.com/mongodb-js/compass",
  "publishConfig": {
    "access": "public"
  }
}
