UNPKG

@rebass/grid

Version:

Responsive React grid system built with styled-system, with support for styled-components and emotion

66 lines (65 loc) 1.7 kB
{ "name": "@rebass/grid", "version": "6.1.0", "description": "Responsive React grid system built with styled-system, with support for styled-components and emotion", "main": "dist/index.js", "scripts": { "prepare": "rm -rf dist && babel src -d dist && npm run emotion", "test": "jest", "emotion": "NODE_ENV=emotion babel src -d dist/emotion", "logo": "npx 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", "dependencies": { "@styled-system/prop-types": "^5.0.18", "styled-system": "^5.0.18" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "@emotion/core": "^10.0.15", "@emotion/styled": "^10.0.15", "babel-jest": "^24.8.0", "babel-plugin-styled-components": "^1.10.6", "babel-plugin-transform-rename-import": "^2.3.0", "jest": "^24.8.0", "jest-emotion": "^10.0.14", "jest-styled-components": "^6.3.3", "react": "^16.8.6", "react-dom": "^16.8.6", "react-test-renderer": "^16.8.6", "styled-components": "^4.3.2" }, "jest": { "roots": [ "<rootDir>/tests/" ], "testMatch": [ "**/tests/**/*.js" ] }, "directories": { "doc": "docs", "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/rebassjs/grid.git" }, "bugs": { "url": "https://github.com/rebassjs/grid/issues" }, "homepage": "https://github.com/rebassjs/grid#readme" }