{
  "name": "login-forms",
  "version": "0.1.0",
  "description": "A collection of templates for the CMS login screens",
  "scripts": {
    "build": "yarn && yarn lint && NODE_ENV=production webpack -p --bail --progress",
    "watch": "yarn && NODE_ENV=development webpack --watch --progress",
    "css": "WEBPACK_CHILD=css npm run build",
    "lint": "sass-lint -v"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silverstripe/login-forms.git"
  },
  "author": "SilverStripe Ltd",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/silverstripe/login-forms/issues"
  },
  "homepage": "https://github.com/silverstripe/login-forms#readme",
  "devDependencies": {
    "@silverstripe/webpack-config": "^1.1.0",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.24.1",
    "css-loader": "^0.28.1",
    "eslint": "^4.6.1",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-config-airbnb-base": "^12.0.0",
    "eslint-loader": "^1.7.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.3.0",
    "webpack": "^2.6.1"
  },
  "engines": {
    "node": "^10.x"
  }
}
