{
  "name": "silverstripe-comments",
  "version": "1.0.0",
  "description": "SilverStripe campaign admin interface",
  "directories": {
    "test": "tests"
  },
  "engines": {
    "node": "^10.x"
  },
  "scripts": {
    "build": "yarn && 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": "true",
    "coverage": "jest --coverage",
    "lint": "eslint client/src && sass-lint -v client/src"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/silverstripe/silverstripe-comments.git"
  },
  "keywords": [
    "silverstripe",
    "admin"
  ],
  "author": "SilverStripe Ltd",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/silverstripe/silverstripe-comments/issues"
  },
  "homepage": "https://github.com/silverstripe/silverstripe-comments",
  "dependencies": {
    "jquery": "^3.6.0",
    "jquery-validation": "^1.19.3"
  },
  "devDependencies": {
    "@silverstripe/eslint-config": "^0.0.6",
    "@silverstripe/webpack-config": "^1.3",
    "babel-jest": "^19.0.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2016": "^6.24.1",
    "babel-preset-react": "^6.5.0",
    "copy-webpack-plugin": "^4",
    "jest-cli": "^19.0.2",
    "node-dir": "^0.1.17",
    "react-addons-test-utils": "^15.3.1",
    "redux-logger": "^2.6.1",
    "redux-mock-store": "^1.2.3",
    "redux-thunk": "^2.2.0"
  },
  "babel": {
    "presets": [
      "react",
      "es2015",
      "es2016"
    ],
    "plugins": [
      "transform-object-rest-spread"
    ]
  }
}