{
  "name": "platformsh-user-widget",
  "version": "1.0.59",
  "main": "dist/user-widget.min.js",
  "license": "MIT",
  "scripts": {
    "start-message": "babel-node tools/startMessage.js",
    "prestart": "npm-run-all --parallel start-message",
    "start": "npm-run-all --parallel test open:src lint:watch",
    "open:src": "babel-node tools/srcServer.js",
    "test": "jest --passWithNoTests",
    "lint": "esw src --color",
    "lint:watch": "npm run lint --watch",
    "build": "babel-node tools/build.js && npm run build-without-psh-client",
    "build-without-psh-client": "babel-node tools/buildWithoutPshClient.js",
    "prettify-js": "find src -name '*.js' | xargs prettier --write",
    "analyze-bundle": "babel-node ./tools/analyzeBundle.js",
    "selenium-install": "node ./tools/selenium.js",
    "end-to-end-test": "npm run selenium-install && nightwatch -c nightwatch.ci.json",
    "end-to-end-test-local": "npm run selenium-install && nightwatch"
  },
  "devDependencies": {
    "autoprefixer": "9.4.8",
    "babel-cli": "6.26.0",
    "babel-core": "6.26.3",
    "babel-eslint": "7.2.3",
    "babel-jest": "18.0.0",
    "babel-loader": "7.1.5",
    "babel-plugin-module-resolver": "2.7.1",
    "babel-plugin-transform-async-to-generator": "^6.5.0",
    "babel-plugin-transform-react-constant-elements": "6.23.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "6.26.0",
    "babel-preset-env": "1.7.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-react-hmre": "1.1.1",
    "babel-preset-stage-0": "6.24.1",
    "browser-sync": "2.26.3",
    "chalk": "2.4.2",
    "connect-history-api-fallback": "1.6.0",
    "coveralls": "3.0.2",
    "css-loader": "2.1.0",
    "enzyme": "3.9.0",
    "eslint": "5.14.1",
    "eslint-config-standard": "12.0.0",
    "eslint-config-standard-preact": "^1.1.6",
    "eslint-import-resolver-webpack": "0.11.0",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-node": "8.0.1",
    "eslint-plugin-prettier": "3.0.1",
    "eslint-plugin-promise": "4.0.1",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-standard": "4.0.0",
    "eslint-watch": "4.0.2",
    "extract-text-webpack-plugin": "3.0.2",
    "fetch-mock": "7.3.0",
    "file-loader": "3.0.1",
    "html-webpack-plugin": "3.2.0",
    "husky": "1.3.1",
    "ignore-loader": "^0.1.2",
    "jest": "24.1.0",
    "jest-cli": "24.1.0",
    "json-loader": "0.5.7",
    "lint-staged": "8.1.4",
    "nightwatch": "1.0.19",
    "node-sass": "4.13.0",
    "npm-run-all": "4.1.5",
    "postcss-loader": "1.3.3",
    "prettier": "1.16.4",
    "prompt": "1.0.0",
    "react": "16.8.2",
    "react-dom": "16.8.2",
    "replace": "1.0.1",
    "rimraf": "2.6.3",
    "sass-loader": "7.1.0",
    "selenium-download": "2.0.13",
    "style-loader": "0.23.1",
    "transform-runtime": "0.0.0",
    "url-loader": "1.1.2",
    "webpack": "3.12.0",
    "webpack-bundle-analyzer": "3.0.4",
    "webpack-dashboard": "3.0.0",
    "webpack-dev-middleware": "1.12.2",
    "webpack-hot-middleware": "2.24.3"
  },
  "dependencies": {
    "copy-to-clipboard": "^3.0.8",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "platformsh-client": "0.1.110",
    "preact": "^8.4.2",
    "to-querystring": "^1.1.0"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "git add"
    ]
  }
}
