{
  "name": "tableau-react-internal",
  "version": "2.2.9",
  "description": "tableau for react using cooper version ",
  "main": "dist/index.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "test": "mocha test/.setup.js test/**/*-test.js",
    "build": "rimraf dist/ && babel src/ --out-dir dist",
    "prepublish": "npm run build"
  },
  "keywords": [
    "tableau",
    "react",
    "js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ezzio-salas/tableau-react-internal.git"
  },
  "author": "Ezzio Salas",
  "license": "MIT",
  "dependencies": {
    "es6-promise": "^4.2.8",
    "prop-types": "^15.7.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "shallowequal": "^0.2.2",
    "url": "^0.11.0"
  },
  "devDependencies": {
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-add-module-exports": "^1.0.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.3.4",
    "enzyme": "^3.11.0",
    "jsdom": "^19.0.0",
    "mocha": "^9.1.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2",
    "sinon": "^12.0.1"
  }
}
