{
  "name": "web-components",
  "version": "2.1.0",
  "description": "Build and Test React Components in real time",
  "main": "dist/index.js",
  "scripts": {
    "start": "npm-run-all --parallel server storybook",
    "lint": "eslint src",
    "prepublish": "npm run build",
    "clean": "rm -rf dist",
    "build": "npm-run-all clean build:babel build:postcss",
    "build:babel": "babel src -d dist -s",
    "build:postcss": "postcss --use postcss-import --use postcss-cssnext --dir dist src/modules/**/*.css",
    "storybook": "start-storybook -p 9010",
    "server": "json-server src/server/db.json --port 3004",
    "test": "ava"
  },
  "ava": {
    "source": [
      "test/**/*.{js,jsx}"
    ],
    "concurrency": 5,
    "failFast": true,
    "tap": true,
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  },
  "peerDependencies": {
    "react": "^0.14.7 || ^15.0.0"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.24.0",
    "ava": "^0.16.0",
    "babel-cli": "^6.8.0",
    "babel-core": "^6.8.0",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-runtime": "^6.8.0",
    "babel-polyfill": "^6.8.0",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-runtime": "^6.5.0",
    "chai": "^3.5.0",
    "css-loader": "^0.25.0",
    "enzyme": "^2.2.0",
    "eslint": "^3.7.1",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-import-resolver-webpack": "^0.6.0",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.3.0",
    "file-loader": "^0.9.0",
    "git-url-parse": "^6.0.2",
    "jsdom": "^9.2.1",
    "json-loader": "^0.5.4",
    "json-server": "^0.8.10",
    "mocha": "^3.1.0",
    "postcss-cssnext": "^2.5.2",
    "postcss-loader": "^0.13.0",
    "raw-loader": "^0.5.1",
    "react-addons-test-utils": "^15.0.2",
    "sinon": "^1.17.4",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7"
  },
  "dependencies": {
    "baguettebox.js": "^1.6.1",
    "classnames": "^2.2.4",
    "joi": "^9.1.0",
    "joi-validation-strategy": "^0.3.3",
    "jquery": "^3.1.1",
    "lodash": "^4.11.2",
    "react": "^15.0.2",
    "react-dom": "^15.0.2",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2",
    "moment": "^2.12.0",
    "react-intl": "^2.1.2",
    "react-masonry-component": "^4.0.4",
    "react-validation-mixin": "^5.3.4",
    "semantic-ui-css": "^2.1.8",
    "npm-run-all": "^3.1.0",
    "postcss-cli": "^2.5.2",
    "web-instant": "^0.6.1"
  }
}
