{
  "name": "ab-test-wordpress",
  "version": "1.2.2",
  "description": "A/B Test right from your WordPress posts.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint ./",
    "flow": "flow",
    "build": "NODE_ENV=production webpack",
    "dev": "webpack --watch",
    "archive": "zip -r ab-testing-for-wp.zip ./ -x 'node_modules/*' -x '.git/*' -x 'svn/*' -x 'site/*' -x '.idea/*' -x '*.DS_Store'",
    "clean": "rm -rf ./dist && rm -rf ab-testing-for-wp.zip",
    "dumpautoload": "composer dump-autoload",
    "release": "npm run clean && npm run dumpautoload && npm run build && npm run archive",
    "analyze": "webpack --json > stats.json",
    "build-site": "node site/build.js && imagemin site/build/assets/images/* --out-dir=site/build/assets/images"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gaya/ab-testing-for-wp.git"
  },
  "author": "Gaya Kessler",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/Gaya/ab-testing-for-wp/issues"
  },
  "homepage": "https://github.com/Gaya/ab-testing-for-wp#readme",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-transform-react-jsx": "^7.3.0",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@wordpress/babel-preset-default": "4.0.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "css-loader": "^2.1.1",
    "eslint": "^5.15.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-import-resolver-webpack": "^0.11.0",
    "eslint-plugin-flowtype": "^3.4.2",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "flow-bin": "^0.94.0",
    "redux-multi": "^0.1.12",
    "style-loader": "^0.23.1",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "date-fns": "^1.30.1",
    "imagemin-cli": "^4.0.1",
    "ncp": "^2.0.0",
    "node-sass": "^4.11.0",
    "nunjucks": "^3.2.0",
    "rimraf": "^2.6.3",
    "scroll-into-view": "^1.9.5",
    "shortid": "^2.2.14",
    "unique-string": "^1.0.0"
  }
}
