{
  "name": "react-cubedb",
  "version": "1.4.0",
  "description": "Ract client to CubeDB",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cubedb/react-cubedb.git"
  },
  "contributors": [
    "sztanko",
    "jrfferreira",
    "danielmt",
    "Daniele Esposti <daniele.esposti@gmail.com>"
  ],
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/cubedb/react-cubedb/issues"
  },
  "homepage": "https://github.com/cubedb/react-cubedb",
  "keywords": [
    "react-component",
    "react",
    "d3"
  ],
  "options": {
    "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
  },
  "scripts": {
    "prepare": "npm run build:clean && npm run build",
    "prepublish": "npm run build:clean && npm run build",
    "build": "npm run build:js && npm run build:scss",
    "build:clean": "rimraf ./dist",
    "build:js": "babel ./src -d ./dist",
    "build:scss": "cpy './src/style/*.scss' ./dist/style",
    "build:storybook": "build-storybook -o demo",
    "test": "jest",
    "test:updateSnapshot": "jest --updateSnapshot",
    "test:storybook": "storyshots",
    "storybook": "start-storybook -p 6006",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-flow": "^7.8.3",
    "@babel/preset-react": "^7.0.0",
    "@storybook/addon-knobs": "^3.1.6",
    "@storybook/addon-storyshots": "^3.1.6",
    "@storybook/react": "^3.1.6",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^25.1.0",
    "cpy-cli": "^3.0.0",
    "css-loader": "^3.4.2",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^6.8.0",
    "eslint-plugin-flowtype": "^4.6.0",
    "eslint-plugin-jasmine": "^4.1.0",
    "eslint-plugin-jest": "^23.6.0",
    "eslint-plugin-jsx-control-statements": "^2.2.0",
    "eslint-plugin-mocha": "^6.2.2",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.18.3",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^25.1.0",
    "jsdom": "^16.1.0",
    "node-sass": "^4.12.0",
    "react": "^16.12.0",
    "react-addons-test-utils": "^15.6.2",
    "react-doc-generator": "^1.2.5",
    "react-dom": "^16.12.0",
    "react-test-renderer": "^16.12.0",
    "rimraf": "^3.0.1",
    "sass-loader": "^8.0.2",
    "storyshots": "^3.2.2",
    "style-loader": "^1.1.3"
  },
  "peerDependencies": {
    "d3": "^4.9.1",
    "lodash": "^4.17.4",
    "react": "^15.5.0 || ^16.0.0",
    "react-bootstrap": "0.32.4",
    "react-dom": "^15.5.0 || ^16.0.0"
  },
  "dependencies": {
    "d3": "^5.15.0",
    "lodash": "^4.17.15",
    "react-bootstrap": "0.32.4",
    "react-faux-dom": "^4.0.3"
  },
  "jest": {
    "moduleNameMapper": {
      "\\.scss$": "identity-obj-proxy"
    },
    "setupFiles": [
      "<rootDir>/src/testSetup.js"
    ],
    "roots": [
      "<rootDir>/src"
    ]
  }
}
