{
  "name": "sd-data-table",
  "version": "1.9.4",
  "description": "Wrapper around React DataTable",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/StratoDem/sd-data-table.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/StratoDem/sd-data-table/issues"
  },
  "homepage": "https://github.com/StratoDem/sd-data-table",
  "scripts": {
    "extract-metadata": "mkdirp lib && react-docgen --pretty -e index.js -o lib/metadata.json src/components && node -e \"const fs = require('fs'); const path = require('path'); const m = JSON.parse(fs.readFileSync('./lib/metadata.json')); const r = {}; Object.keys(m).forEach(k => r[k.split(path.sep).join('/')] = m[k]); fs.writeFileSync('./lib/metadata.json', JSON.stringify(r, '\t', 2));\"",
    "build-dist": "builder run clean-lib && builder run extract-metadata && webpack --config=config/webpack.config.dev.js --display-error-details",
    "build-dist-production": "builder run clean-lib && builder run extract-metadata && webpack -p --config=config/webpack.config.dist.js",
    "copy-lib": "copyfiles -u 1 lib/* sd_data_table",
    "install-local": "npm run copy-lib && venv/bin/python setup.py install",
    "prepublish": "npm test && builder run build-dist-production && npm run copy-lib",
    "publish-all": "npm publish && python setup.py sdist upload",
    "publish-pypi": "npm run prepublish && python setup.py sdist upload",
    "start": "builder run build-dev",
    "test": "jest --verbose",
    "test-watch": "builder run test-frontend-watch",
    "test-debug": "builder run test-frontend-debug",
    "uninstall-local": "pip uninstall sd-data-table -y"
  },
  "dependencies": {
    "@stratodem/js-archetype": "^1.10.0",
    "builder": "3.2.2",
    "copyfiles": "^1.2.0",
    "d3-format": "^1.2.0",
    "dash-components-archetype": "^0.2.11",
    "flow-bin": "^0.72.0",
    "lodash": "^4.17.10",
    "material-ui": "^0.20.1",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "react-table": "^6.8.2",
    "string-format": "^0.5.0"
  },
  "devDependencies": {
    "babel-loader": "^7.1.4",
    "dash-components-archetype-dev": "^0.2.11",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "ify-loader": "^1.1.0",
    "jest": "^22.4.4",
    "react-test-renderer": "^16.3.2",
    "webpack": "^3.8.1"
  },
  "jest": {
    "setupFiles": [
      "raf/polyfill",
      "<rootDir>test/_test-env.js"
    ]
  }
}
