@komfy-social/reflexbox
Version:
Responsive React grid system built with Styled System, with support for Emotion and Styled Components
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "@komfy-social/reflexbox",
"version": "4.0.7-komfy",
"description": "Responsive React grid system built with Styled System, with support for Emotion and Styled Components",
"main": "dist/index.js",
"keywords": [
"reflexbox",
"flexbox",
"grid-styled",
"rebass",
"rebass-grid",
"layout",
"emotion",
"css",
"style"
],
"scripts": {
"prepare": "babel src -d dist && yarn styled-components",
"styled-components": "NODE_ENV=styled babel src -d styled-components"
},
"dependencies": {
"@emotion/core": "^10.0.0",
"@emotion/styled": "^10.0.0",
"@styled-system/css": "^5.0.0",
"@styled-system/should-forward-prop": "^5.0.0",
"styled-system": "^5.0.0"
},
"peerDependencies": {
"react": "^16.8.6"
},
"author": "Brent Jackson",
"license": "MIT",
"repository": "komfy-social/rebass",
"devDependencies": {
"babel-plugin-transform-rename-import": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "803b374dfa83cb002177f5b7e8210982f327cac1"
}