{
  "name": "silverstripe-campaign-admin",
  "version": "1.0.0",
  "description": "SilverStripe campaign admin interface",
  "directories": {
    "test": "tests"
  },
  "engines": {
    "node": "^6.x"
  },
  "scripts": {
    "build": "yarn && yarn lint && yarn test && NODE_ENV=production webpack -p --bail --progress",
    "watch": "yarn && NODE_ENV=development webpack --watch --progress",
    "css": "yarn && WEBPACK_CHILD=css webpack -p --bail --progress",
    "test": "jest",
    "coverage": "jest --coverage",
    "lint": "eslint client/src && sass-lint -v client/src"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/silverstripe/silverstripe-campaign-admin.git"
  },
  "keywords": [
    "silverstripe",
    "admin"
  ],
  "author": "SilverStripe Ltd",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/silverstripe/silverstripe-campaign-admin/issues"
  },
  "homepage": "https://github.com/silverstripe/silverstripe-campaign-admin",
  "dependencies": {
    "bootstrap": "4.0.0",
    "classnames": "^2.2.5",
    "deep-freeze-strict": "^1.1.1",
    "es6-promise": "^3.1.2",
    "react": "15.3.1",
    "react-addons-test-utils": "15.3.1",
    "react-dom": "15.3.1",
    "react-redux": "^4.4.1",
    "react-router": "^2.4.1",
    "react-router-redux": "^4.0.5",
    "reactstrap": "5.0.0-beta",
    "redux": "https://registry.npmjs.org/redux/-/redux-3.0.5.tgz",
    "redux-form": "^6.0.2",
    "redux-mock-store": "^1.2.3",
    "redux-thunk": "^2.2.0"
  },
  "devDependencies": {
    "@silverstripe/eslint-config": "^0.0.4",
    "@silverstripe/webpack-config": "^0.7.0",
    "babel-jest": "^19.0.0",
    "jest-cli": "^19.0.2",
    "toposort": "^1.0.3",
    "validator": "^6.1.0"
  },
  "jest": {
    "roots": [
      "client/src"
    ],
    "modulePaths": [
      "client/src",
      "../admin/client/src",
      "../admin/node_modules",
      "vendor/silverstripe/admin/client/src",
      "vendor/silverstripe/admin/node_modules"
    ],
    "testMatch": [
      "**/tests/**/*-test.js?(x)"
    ],
    "transform": {
      ".*": "babel-jest"
    }
  },
  "babel": {
    "presets": [
      "react",
      "env"
    ],
    "plugins": [
      "transform-object-rest-spread"
    ]
  }
}
