{
  "name": "@capsulajs/capsulahub-ui",
  "version": "0.0.4",
  "description": "Common reusable ui components",
  "main": "./lib/index.js",
  "author": "CapsulaJS",
  "license": "MIT",
  "private": false,
  "scripts": {
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "test": "yarn jest",
    "build": "rimraf lib && cross-env BABEL_ENV=commonjs babel src --out-dir lib --copy-files",
    "lint": "eslint src/components/**",
    "lint:fix": "yarn lint --fix",
    "prettier": "prettier --write '{src,stories}/**/*.{js,jsx}'"
  },
  "dependencies": {
    "@material-ui/core": "4.5.0",
    "@material-ui/icons": "^4.9.1",
    "lodash": "^4.17.15",
    "react": "16.8.6",
    "react-ace": "^6.1.4",
    "react-beautiful-dnd": "^10.1.0",
    "react-click-outside": "^3.0.1",
    "react-json-view": "^1.19.1",
    "react-reflex": "^3.0.16",
    "react-table": "^6.10.0",
    "rxjs": "6.5.2",
    "styled-components": "^3.4.5"
  },
  "devDependencies": {
    "@testing-library/dom": "^6.6.0",
    "@testing-library/jest-dom": "^4.1.1",
    "@testing-library/react": "^9.3.0"
  },
  "gitHead": "fcdf48b59cdf841a15f147f1d157087fbea3d854"
}
