{
  "name": "@zippytech/react-flex",
  "version": "3.0.4",
  "description": "A flex component for React which is easy to use.",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/zippytech/react-flex"
  },
  "author": "Zippy Technologies <contact@zippyui.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/zippytech/react-flex/issues"
  },
  "scripts": {
    "build": "npm run lib && npm run build-style",
    "lib": "rm -fr lib && babel --out-dir lib src",
    "build-style": "webpack --config ./build/style.config.js",
    "build-index": "NODE_ENV=production webpack -p --config ./build/index.config.js",
    "dev": "webpack-dev-server --progress --colors --config ./build/dev.config.js",
    "test": "NODE_ENV=test karma start"
  },
  "dependencies": {
    "@zippytech/react-class": "^4.0.0",
    "object-assign": "^4.1.1"
  },
  "peerDependencies": {
    "react": ">=0.14.0 || >=15.0.0-0",
    "react-dom": ">=0.14.0 || >=15.0.0-0",
    "prop-types": ">=16.0.0 || >=15.0.0-0"
  },
  "devDependencies": {
    "autoprefixer-loader": "^3.1.0",
    "babel-cli": "^6.23.0",
    "babel-loader": "^6.3.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.23.0",
    "css-loader": "^0.21.0",
    "chai": "^3.5.0",
    "extract-text-webpack-plugin": "^0.9.1",
    "karma": "^1.3.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.1.1",
    "karma-sinon-chai": "^1.2.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.26",
    "karma-webpack": "^1.8.0",
    "mocha": "^3.0.2",
    "node-sass": "^4.5.0",
    "react": ">=0.14.0 || >=15.0.0-0",
    "react-dom": ">=0.14.0 || >=15.0.0-0",
    "react-field": "^1.3.0",
    "react-slide": "^0.2.2",
    "sass-loader": "^5.0.0",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0",
    "style-loader": "^0.13.0",
    "webpack": "^1.14.0",
    "webpack-dev-server": "^1.12.1"
  }
}