{
  "_from": "react-styled-flexboxgrid@^3.2.1",
  "_id": "react-styled-flexboxgrid@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-4dRs4CiVHjnyOQssm2Ge7ERCmbWi2rI/rsQtp3A8A5sli9EAKlVErQ6XujMM5Z9uxXN4O30zb2YDL3ufmD5Hiw==",
  "_location": "/react-styled-flexboxgrid",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-styled-flexboxgrid@^3.2.1",
    "name": "react-styled-flexboxgrid",
    "escapedName": "react-styled-flexboxgrid",
    "rawSpec": "^3.2.1",
    "saveSpec": null,
    "fetchSpec": "^3.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-styled-flexboxgrid/-/react-styled-flexboxgrid-3.2.1.tgz",
  "_shasum": "78b87c9dcf6e4f146e4a305668e894be8fa4f679",
  "_spec": "react-styled-flexboxgrid@^3.2.1",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com",
  "author": {
    "name": "Loic Mahieu"
  },
  "bugs": {
    "url": "https://github.com/LoicMahieu/react-styled-flexboxgrid/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash.isinteger": "^4.0.4"
  },
  "deprecated": false,
  "description": "Grid system based on styled-components and flexbox for React",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/plugin-external-helpers": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.8.3",
    "@babel/polyfill": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "@babel/register": "^7.8.3",
    "babel-loader": "^8.0.6",
    "babel-plugin-emotion": "^10.0.27",
    "babel-plugin-styled-components": "^1.10.7",
    "babel-plugin-transform-rename-import": "^2.3.0",
    "babel-preset-react-hmre": "^1.1.1",
    "chai": "^4.2.0",
    "cross-env": "^7.0.0",
    "emotion": "^10.0.27",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.18.3",
    "eslint-plugin-standard": "^4.0.1",
    "html-loader": "^0.5.5",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "lodash.compact": "^3.0.1",
    "lodash.debounce": "^4.0.8",
    "markdown-loader": "^5.1.0",
    "mocha": "^7.0.1",
    "prop-types": "^15.7.2",
    "react": "^16.8.3",
    "react-dom": "^16.12.0",
    "react-emotion": "^10.0.0",
    "rollup": "^1.31.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-uglify": "^6.0.4",
    "rollup-plugin-visualizer": "^3.3.1",
    "styled-components": "^4.1.3",
    "tslint": "^6.0.0",
    "typescript": "^3.7.5",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.10.3",
    "webpack-hot-middleware": "^2.25.0"
  },
  "homepage": "https://github.com/LoicMahieu/react-styled-flexboxgrid",
  "jsnext:main": "dist/styled-flexboxgrid.es.js",
  "keywords": [
    "react",
    "grid",
    "flexbox",
    "styled",
    "styled-components"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "dist/styled-flexboxgrid.es.js",
  "name": "react-styled-flexboxgrid",
  "peerDependencies": {
    "react": ">= 0.14.0 < 17.0.0-0",
    "prop-types": "^15.6.0",
    "styled-components": ">= 2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LoicMahieu/react-styled-flexboxgrid.git"
  },
  "scripts": {
    "build": "npm run build:lib && npm run build:emotion && npm run build:dist",
    "build:dist": "cross-env NODE_ENV=production rollup -c",
    "build:emotion": "NODE_ENV=emotion babel --out-dir lib/emotion src",
    "build:lib": "babel --out-dir lib src",
    "build:watch": "npm run build:lib -- --watch",
    "demo:build": "cross-env NODE_ENV=production webpack --config demo/webpack.config.babel.js",
    "karma": "cross-env NODE_ENV=test karma start",
    "karma:watch": "cross-env NODE_ENV=test karma start --no-single-run",
    "lint": "eslint 'src/**/*.js'",
    "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",
    "prebuild:dist": "rm -rf dist/*",
    "prebuild:lib": "rm -rf lib/*",
    "prebuild:umd": "rm -rf dist/*",
    "prepublish": "npm run build",
    "start": "cross-env NODE_ENV=development webpack-dev-server --config demo/webpack.config.babel.js --hot",
    "test": "npm run lint && npm run tslint && npm run mocha && npm run karma",
    "tslint": "tslint -c tslint.json '**.ts'"
  },
  "version": "3.2.1"
}
