{
  "name": "grid-styled",
  "version": "5.0.2",
  "description": "Responsive React grid system built with styled-system, with support for styled-components and emotion",
  "main": "dist/index.js",
  "scripts": {
    "prepare": "babel src -d dist && npm run emotion",
    "test": "jest",
    "start": "x0 dev docs",
    "docs": "x0 build docs -d site",
    "emotion": "NODE_ENV=emotion babel src -d dist/emotion",
    "logo": "repng docs/_logo.js -w 768 -h 768 -d docs -f logo.png"
  },
  "keywords": [
    "react",
    "styled-components",
    "styled-system",
    "grid",
    "flexbox",
    "layout",
    "css"
  ],
  "author": "Brent Jackson",
  "license": "MIT",
  "devDependencies": {
    "@compositor/kit": "^1.0.47",
    "@compositor/x0": "^6.0.1",
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-rename-import": "^2.2.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "emotion": "^9.2.3",
    "jest": "^23.1.0",
    "jest-emotion": "^9.2.4",
    "jest-styled-components": "^5.0.1",
    "lodash.sortby": "^4.7.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-emotion": "^9.2.3",
    "react-live": "^1.9.2",
    "react-test-renderer": "^16.2.0",
    "reline": "^1.0.0-beta.3",
    "repng": "^3.0.0",
    "styled-components": "^3.3.3"
  },
  "dependencies": {
    "system-components": "^3.0.0"
  },
  "peerDependencies": {
    "styled-components": ">=2.0 || >=3.0",
    "emotion": ">=9.0",
    "react-emotion": ">=9.0"
  },
  "jest": {
    "roots": [
      "<rootDir>/tests/"
    ],
    "testMatch": [
      "**/tests/**/*.js"
    ]
  },
  "x0": {
    "title": "Grid Styled",
    "basename": "/grid-styled",
    "meta": [
      {
        "name": "description",
        "content": "Responsive React grid system built with styled-system, with support for styled-components and emotion"
      },
      {
        "name": "twitter:card",
        "content": "summary"
      },
      {
        "name": "twitter:site",
        "content": "@jxnblk"
      },
      {
        "name": "twitter:title",
        "content": "Grid Styled"
      },
      {
        "name": "twitter:description",
        "content": "Responsive React grid system built with styled-system, with support for styled-components and emotion"
      },
      {
        "name": "twitter:image",
        "content": "https://jxnblk.com/grid-styled/logo.png"
      }
    ]
  }
}
