{
  "name": "@adventera/vectara-ui",
  "version": "0.0.1",
  "description": "Vectara's design system, codified as a React component library",
  "author": "Vectara",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vectara/vectara-ui.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "Conversational",
    "search",
    "UI"
  ],
  "bugs": {
    "url": "https://github.com/vectara/vectara-ui/issues"
  },
  "homepage": "https://github.com/vectara/vectara-ui#readme",
  "browser": "dist/index.js",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "buildPackage": "npx tsc --project tsconfig.package.json",
    "publishPackage": "npm run buildPackage && npm publish --access public"
  },
  "dependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/mdx": "^2.0.3",
    "@types/node": "^16.18.34",
    "@types/react": "^18.2.8",
    "@types/react-dom": "^18.2.4",
    "autoprefixer": "^10.4.7",
    "classnames": "^2.3.2",
    "lodash": "^4.17.21",
    "postcss": "^8.4.14",
    "query-string": "^7.1.1",
    "react-focus-on": "^3.8.1",
    "react-icons": "^4.7.1",
    "react-markdown": "^8.0.3",
    "react-scripts": "^5.0.1",
    "web-vitals": "^2.1.4"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.8.2"
  },
  "devDependencies": {
    "babel-plugin-named-exports-order": "^0.0.2",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "husky": "^8.0.0",
    "postcss-cli": "^9.1.0",
    "prettier": "2.8.3",
    "pretty-quick": "^3.1.3",
    "prop-types": "^15.8.1",
    "sass": "^1.58.0",
    "typescript": "^4.9.5",
    "webpack": "^5.85.0"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
