{
  "name": "vinta-react-redux-toastr",
  "version": "7.4.0",
  "description": "react-redux-toastr is a React toastr message implemented with Redux",
  "main": "lib/index.js",
  "jsnext:main": "./src/index.js",
  "scripts": {
    "start": "better-npm-run dev-server",
    "dev_win": "NODE_ENV=development NODE_PORT=3000 ./node_modules/.bin/webpack-dev-server --hot --inline --config build/webpack.config.js",
    "build": "./node_modules/.bin/babel src/ --out-dir lib && npm run sass && npm run postcss",
    "sass": "./node_modules/.bin/node-sass src/styles/index.scss lib/css/react-redux-toastr.min.css --output-style compressed",
    "postcss": "./node_modules/.bin/postcss --u autoprefixer -o ./lib/css/react-redux-toastr.min.css ./lib/css/react-redux-toastr.min.css",
    "clean": "./node_modules/.bin/rimraf dist lib",
    "lint": "./node_modules/eslint/bin/eslint.js --fix .",
    "build_app": "concurrent --kill-others & npm run clean & npm run lint & npm run build & npm run sass & npm run clean-css",
    "buildc": "better-npm-run build_client"
  },
  "eslintConfig": {
    "root": true
  },
  "betterScripts": {
    "dev-server": {
      "command": "./node_modules/.bin/webpack-dev-server --hot --inline --config webpack/development.js",
      "env": {
        "NODE_ENV": "development",
        "NODE_PORT": 3000
      }
    },
    "build_client": {
      "command": "./node_modules/.bin/webpack -p --color --progress --config webpack/production.js",
      "env": {
        "NODE_ENV": "production"
      }
    }
  },
  "author": "Vinta Software <contact@vinta.com.br> (https://vinta.com.br)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vintasoftware/react-redux-toastr.git"
  },
  "bugs": {
    "url": "https://github.com/diegoddox/react-redux-toastr/issues"
  },
  "files": [
    "src/",
    "lib/",
    "CHANGELOG.md",
    "README.md"
  ],
  "keywords": [
    "React.js",
    "React",
    "Redux",
    "react",
    "redux toastr",
    "react-redux-toastr",
    "react-component",
    "toastr",
    "alert",
    "toast",
    "message",
    "popup",
    "react toastr",
    "react redux toastr",
    "react toastr redux",
    "react confirm",
    "react alert",
    "avatar",
    "toastr profile"
  ],
  "devDependencies": {
    "autoprefixer": "^6.7.7",
    "babel-cli": "^6.6.5",
    "babel-core": "^6.2.1",
    "babel-eslint": "^7.2.1",
    "babel-loader": "^6.2.0",
    "babel-plugin-syntax-class-properties": "^6.1.18",
    "babel-plugin-transform-class-properties": "^6.2.2",
    "babel-plugin-transform-es2015-arrow-functions": "^6.1.18",
    "babel-plugin-transform-es2015-block-scoping": "^6.1.18",
    "babel-plugin-transform-es2015-classes": "^6.1.18",
    "babel-plugin-transform-proto-to-assign": "^6.6.5",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-react": "^6.1.18",
    "babel-preset-stage-0": "^6.1.18",
    "better-npm-run": "0.0.15",
    "clean-css": "^4.0.11",
    "clean-css-loader": "0.0.5",
    "concurrently": "^3.4.0",
    "css-loader": "^0.28.0",
    "eslint": "^3.19.0",
    "eslint-loader": "^1.1.1",
    "eslint-plugin-babel": "^4.1.1",
    "eslint-plugin-react": "^6.10.3",
    "extract-text-webpack-plugin": "^2.1.0",
    "file-loader": "^0.11.1",
    "html-webpack-plugin": "^2.28.0",
    "jasmine": "^2.3.2",
    "jshint": "^2.9.1-rc1",
    "jshint-loader": "^0.8.3",
    "lorem-ipsum": "^1.0.3",
    "node-sass": "^4.5.2",
    "postcss-cli": "^3.1.1",
    "postcss-extend": "^1.0.5",
    "postcss-import": "^9.1.0",
    "postcss-mixins": "^5.4.1",
    "postcss-nested": "^1.0.0",
    "postcss-simple-vars": "^3.1.0",
    "prop-types": "^15.5.7",
    "react": "^15.4.1",
    "react-dom": "^15.4.1",
    "react-hot-loader": "^1.3.1",
    "react-redux": "^5.0.3",
    "redux": "^3.3.1",
    "rimraf": "^2.4.4",
    "sass-loader": "^6.0.3",
    "style-loader": "^0.16.1",
    "url-loader": "^0.5.7",
    "webpack": "^2.3.3",
    "webpack-dev-server": "^2.4.2"
  },
  "peerDependencies": {
    "react": "^0.14 || ^15.0.1 || ^16.0.0",
    "react-redux": "^4.0.1 || ^5.0.1",
    "redux": "^3.0.5 || ^4.0.0",
    "prop-types": "^15.5.7"
  },
  "dependencies": {
    "classnames": "^2.2.3",
    "eventemitter3": "^2.0.3"
  },
  "homepage": "https://github.com/vintasoftware/react-redux-toastr#readme"
}
