{
  "name": "@baransu/react-styled-flexboxgrid",
  "version": "4.0.9",
  "description": "Grid system based on styled-components and flexbox for React",
  "keywords": [
    "react",
    "grid",
    "flexbox",
    "styled",
    "styled-components"
  ],
  "main": "lib/index.js",
  "jsnext:main": "dist/styled-flexboxgrid.es.js",
  "module": "dist/styled-flexboxgrid.es.js",
  "scripts": {
    "build": "npm run build:lib && npm run build:dist",
    "prebuild:lib": "rm -rf lib/*",
    "build:lib": "babel --out-dir lib src",
    "prebuild:umd": "rm -rf dist/*",
    "prebuild:dist": "rm -rf dist/*",
    "build:dist": "cross-env NODE_ENV=production rollup -c",
    "build:watch": "npm run build:lib -- --watch",
    "start": "cross-env NODE_ENV=development webpack-dev-server --config demo/webpack.config.babel.js --hot",
    "demo:build": "cross-env NODE_ENV=production webpack --config demo/webpack.config.babel.js",
    "lint": "eslint 'src/**/*.js'",
    "tslint": "tslint -c tslint.json '**.ts'",
    "test": "npm run lint && npm run tslint && npm run mocha && npm run karma",
    "karma": "cross-env NODE_ENV=test karma start",
    "karma:watch": "cross-env NODE_ENV=test karma start --no-single-run",
    "mocha": "cross-env NODE_ENV=test mocha --require @babel/register **/*.test.js",
    "mocha:watch": "cross-env NODE_ENV=test mocha --watch --require @babel/register **/*.test.js",
    "prepublish": "npm run build"
  },
  "author": "Loic Mahieu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LoicMahieu/react-styled-flexboxgrid.git"
  },
  "bugs": {
    "url": "https://github.com/LoicMahieu/react-styled-flexboxgrid/issues"
  },
  "homepage": "https://github.com/LoicMahieu/react-styled-flexboxgrid",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.3",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.3.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-styled-components": "^1.10.0",
    "babel-plugin-transform-rename-import": "^2.3.0",
    "babel-preset-react-hmre": "^1.1.1",
    "chai": "^4.2.0",
    "cross-env": "^5.2.0",
    "babel-plugin-emotion": "^10.0.17",
    "emotion-theming": "^10.0.17",
    "@emotion/core": "^10.0.17",
    "@emotion/styled": "^10.0.17",
    "eslint": "^5.14.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-config-standard-react": "^7.0.2",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-standard": "^4.0.0",
    "html-loader": "^0.5.5",
    "karma": "^4.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.5",
    "lodash.compact": "^3.0.1",
    "lodash.debounce": "^4.0.8",
    "markdown-loader": "^5.0.0",
    "mocha": "^6.1.4",
    "prop-types": "^15.7.2",
    "react": "^16.8.3",
    "react-dom": "^16.8.3",
    "rollup": "^1.2.2",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-uglify": "^6.0.2",
    "rollup-plugin-visualizer": "^1.0.0",
    "tslint": "^5.12.1",
    "typescript": "^3.3.3333",
    "webpack": "^4.29.5",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^3.2.0",
    "webpack-hot-middleware": "^2.24.3"
  },
  "peerDependencies": {
    "react": ">= 0.14.0 < 17.0.0-0",
    "prop-types": "^15.6.0"
  },
  "dependencies": {
    "lodash.isinteger": "^4.0.4"
  }
}
