UNPKG

872 BJSONView Raw
1{
2 "name": "rebass",
3 "version": "4.0.2",
4 "description": "React primitive UI components built with Styled System",
5 "main": "dist/index.js",
6 "scripts": {
7 "prepare": "babel src -d dist && yarn styled-components",
8 "styled-components": "NODE_ENV=styled babel src -d styled-components"
9 },
10 "keywords": [
11 "components",
12 "react",
13 "react-component",
14 "ui",
15 "design-system",
16 "styled-system",
17 "styled-components",
18 "emotion",
19 "theming",
20 "presentational",
21 "stateless",
22 "functional"
23 ],
24 "author": "Brent Jackson",
25 "license": "MIT",
26 "dependencies": {
27 "@theme-ui/preset-base": "^0.2.25",
28 "deepmerge": "^4.0.0",
29 "reflexbox": "^4.0.2"
30 },
31 "repository": "rebassjs/rebass",
32 "bugs": {
33 "url": "https://github.com/rebassjs/rebass/issues"
34 },
35 "gitHead": "35d1a906921dfdb87355b62cbc278c915322d54e"
36}