{
  "name": "@teko-data-ui/core",
  "version": "0.0.2",
  "description": "Teko data UI core",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "esm/index.js",
  "files": [
    "esm",
    "lib"
  ],
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/binhnt-teko/teko-data-ui.git"
  },
  "keywords": [
    "teko-data-ui"
  ],
  "author": "teko-data-ui",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/binhnt-teko/teko-data-ui/issues"
  },
  "homepage": "https://github.com/binhnt-teko/teko-data-ui#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/fetch-mock": "^7.3.3",
    "fetch-mock": "^6.5.2",
    "jest-mock-console": "^1.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.1.2",
    "@emotion/core": "^10.0.28",
    "@emotion/styled": "^10.0.27",
    "@types/d3-format": "^1.3.0",
    "@types/d3-interpolate": "^1.3.1",
    "@types/d3-scale": "^2.1.1",
    "@types/d3-time": "^1.0.9",
    "@types/d3-time-format": "^2.1.0",
    "@types/lodash": "^4.14.149",
    "@types/react-loadable": "^5.5.5",
    "@types/rison": "0.0.6",
    "@types/seedrandom": "^2.4.28",
    "@vx/responsive": "^0.0.199",
    "csstype": "^2.6.4",
    "d3-format": "^1.3.2",
    "d3-interpolate": "^1.4.0",
    "d3-scale": "^3.0.0",
    "d3-time": "^1.0.10",
    "d3-time-format": "^2.2.0",
    "emotion-theming": "^10.0.27",
    "fetch-retry": "^4.0.1",
    "jed": "^1.1.1",
    "lodash": "^4.17.11",
    "pretty-ms": "^7.0.0",
    "react-error-boundary": "^1.2.5",
    "react-loadable": "^5.5.0",
    "react-markdown": "^4.3.1",
    "reselect": "^4.0.0",
    "rison": "^0.1.1",
    "seedrandom": "^3.0.5",
    "tsc": "^1.20150623.0",
    "typescript": "^4.2.3",
    "whatwg-fetch": "^3.0.0"
  },
  "peerDependencies": {
    "@types/react": "*",
    "@types/react-bootstrap": "*",
    "@types/react-loadable": "*",
    "react": "^16.13.1",
    "react-bootstrap": "^0.33.1",
    "react-loadable": "^5.5.0"
  }
}
