{
  "name": "@harnessio/uicore",
  "version": "4.3.6",
  "description": "Harness UICore - Legos for building Harness UI applications",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "style": "dist/index.css",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "NODE_ENV=production webpack --progress",
    "prepublishOnly": "yarn build",
    "test": "jest --no-cache src --config ../../jest.config.js"
  },
  "license": "Apache-2.0",
  "repository": "https://github.com/harness/uicore/packages/uicore",
  "peerDependencies": {
    "@blueprintjs/core": "^3.20.0",
    "@blueprintjs/datetime": "3.13.0",
    "@blueprintjs/select": "3.10.0",
    "@harnessio/design-system": "1.6.0-beta.2",
    "@harnessio/icons": "^2.0.0-beta.8",
    "anser": "^2.1.0",
    "classnames": "^2.2.6",
    "clipboard-copy": "^3.1.0",
    "formik": "^2.2.9",
    "lodash-es": "^4.17.15",
    "marked": "^4.0.12",
    "masonry-layout": "^4.2.2",
    "moment": "^2.25.3",
    "mustache": "^4.2.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-draggable": "^4.2.0",
    "react-router-dom": "^5.2.0",
    "react-table": "^7.0.4"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@blueprintjs/core": "^3.20.0",
    "@blueprintjs/datetime": "3.13.0",
    "@blueprintjs/select": "3.10.0",
    "@harnessio/design-system": "1.6.0-beta.2",
    "@harnessio/icons": "^2.0.0-beta.8",
    "@svgr/webpack": "^5.5.0",
    "@types/classnames": "^2.2.9",
    "@types/lodash-es": "^4.17.4",
    "@types/marked": "^4.0.3",
    "@types/masonry-layout": "^4.2.1",
    "@types/mustache": "^4.1.2",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "@types/react-router-dom": "^5.1.7",
    "@types/react-table": "7.0.13",
    "anser": "^2.1.0",
    "babel-loader": "^8.2.2",
    "classnames": "^2.2.6",
    "clipboard-copy": "^3.1.0",
    "css-loader": "^5.2.6",
    "fork-ts-checker-webpack-plugin": "^6.0.8",
    "formik": "^2.2.9",
    "lodash-es": "^4.17.21",
    "marked": "^4.0.12",
    "masonry-layout": "^4.2.2",
    "mini-css-extract-plugin": "^1.6.2",
    "moment": "^2.25.3",
    "mustache": "^4.2.0",
    "npm-run-all": "^4.1.5",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-draggable": "^4.2.0",
    "react-router-dom": "^5.2.0",
    "react-table": "^7.0.4",
    "react-test-renderer": "^17.0.2",
    "standard-version": "^9.3.0",
    "style-loader": "^3.0.0",
    "ts-loader": "^9.2.3",
    "tslib": "^2.0.3",
    "typescript": "^4.1.3",
    "webpack": "^5.41.0",
    "webpack-cli": "^4.7.2",
    "yup": "^0.32.8"
  },
  "files": [
    "dist/*",
    "tools/*"
  ]
}
