{
  "name": "silverstripe-campaign-admin",
  "version": "1.0.0",
  "description": "SilverStripe campaign admin interface",
  "directories": {
    "test": "tests"
  },
  "engines": {
    "node": "^10.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.3.1",
    "classnames": "^2.2.5",
    "deep-freeze-strict": "^1.1.1",
    "es6-promise": "^3.1.2",
    "jquery": "^3.3.1",
    "popper.js": "^1.14.4",
    "prop-types": "^15.6.2",
    "react": "^16.6.1",
    "react-dom": "^16.6.1",
    "react-redux": "^5.0.7",
    "react-router-dom": "^4.4.0-beta.6",
    "reactstrap": "^6.4.0",
    "redux": "^4.0.0",
    "redux-form": "^7.4.2",
    "redux-mock-store": "^1.2.3",
    "redux-thunk": "^2.2.0"
  },
  "devDependencies": {
    "@silverstripe/eslint-config": "^0.0.5",
    "@silverstripe/webpack-config": "^1.3.0",
    "babel-core": "^6.26.3",
    "babel-jest": "^23.6.0",
    "babel-loader": "^6.0.0",
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "jest-cli": "^23.6.0",
    "toposort": "^1.0.3",
    "validator": "^6.1.0",
    "webpack": "^2.0.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"
    ]
  }
}
