{
  "name": "@hhjcz/react-lib",
  "version": "1.0.33",
  "description": "HHj React reusable components and utils",
  "main": "lib/index.js",
  "private": false,
  "files": [
    "src",
    "lib",
    "dist"
  ],
  "scripts": {
    "build": "babel src --copy-files --ignore spec.js,spec.jsx --out-dir lib",
    "build:watch": "npm run build -- --watch",
    "build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/react-lib.js",
    "build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/react-lib.min.js",
    "prepublish": "npm run clean && npm run build && npm run build:umd && npm run build:umd:min",
    "build:dev": "babel src --copy-files --ignore spec.js,spec.jsx --watch --out-dir ../dohlestr-frontend/my_libs/react-lib",
    "build:dev2": "babel src --copy-files --ignore spec.js,spec.jsx --watch --out-dir ../dohlestr-frontend/node_modules/@hhjcz/react-lib/lib/",
    "clean": "(rm -fr lib/ && rm -fr dist/) || true",
    "less": "lessc assets/*.less || true",
    "stylus": "stylus assets/*.styl || true",
    "sass": "node-sass assets/*.scss -o assets/ || true",
    "eslint": "eslint --ext=js --ext=jsx src || true",
    "test": "mocha --compilers js:babel-register --require ./test_helper.js --reporter spec --recursive --watch-extensions jsx 'src/**/*.spec.js'",
    "test:watch": "npm run test -- --watch --reporter min"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hhjcz/react-lib.git"
  },
  "keywords": [
    "react",
    "rest",
    "api"
  ],
  "author": {
    "email": "hhj@centrum.cz",
    "name": "Jan Haering",
    "url": "http://github.com/hhjcz"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hhjcz/react-lib/issues"
  },
  "homepage": "https://github.com/hhjcz/react-lib#readme",
  "peerDependencies": {
    "react": "^15.0.0",
    "react-dom": "^15.0.0"
  },
  "dependencies": {
    "@hhjcz/js-lib": "^1.0.0",
    "@hhjcz/redux-rest": "^1.3.1",
    "immutable": "^3.8.0",
    "lodash": "^4.15.0",
    "material-ui": "^0.16.0",
    "react-autocomplete": "^1.2.0",
    "react-bootstrap": "^0.30.0",
    "react-redux-toastr": "^3.6.0",
    "react-tap-event-plugin": "^1.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.11.0",
    "babel-core": "^6.13.0",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-runtime": "^6.12.0",
    "babel-preset-es2015": "^6.13.0",
    "babel-preset-react": "^6.11.0",
    "babel-preset-stage-1": "^6.13.0",
    "babel-register": "^6.11.0",
    "babel-runtime": "^6.11.0",
    "chai": "^3.5.0",
    "chai-immutable": "^1.6.0",
    "cross-env": "^3.1.3",
    "css-loader": "^0.25.0",
    "eslint": "^3.2.0",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "^2.0.1",
    "eslint-plugin-jsx-a11y": "^2.0.0",
    "eslint-plugin-react": "^6.0.0",
    "file-loader": "^0.9.0",
    "less": "^2.7.0",
    "less-loader": "^2.2.0",
    "mocha": "^3.0.0",
    "node-sass": "^3.8.0",
    "postcss-loader": "^1.0.0",
    "react": "^15.3.0",
    "react-addons-test-utils": "^15.3.0",
    "react-dom": "^15.3.0",
    "sass-loader": "^4.0.0",
    "sinon": "^1.17.0",
    "sinon-chai": "^2.8.0",
    "skin-deep": "^0.16.0",
    "stylus": "^0.54.0",
    "stylus-loader": "^2.3.0",
    "url-loader": "^0.5.0",
    "webpack": "^1.13.0"
  }
}
