UNPKG

2.44 kBJSONView Raw
1{
2 "name": "rebass",
3 "version": "2.3.1",
4 "description": "Flexible & functional React design system, built with styled-system",
5 "main": "dist/index.js",
6 "sideEffects": false,
7 "scripts": {
8 "prepare": "rm -rf dist && babel src -d dist && npm run emotion && ./docs/_build.js",
9 "emotion": "NODE_ENV=emotion babel src -d dist/emotion",
10 "docs": "./docs/_build.js",
11 "cover": "jest --coverage --coverageReporters html lcov && codecov",
12 "test": "jest",
13 "size": "bundlesize",
14 "start": "x0 docs -p 9999",
15 "build": "x0 build docs -d site",
16 "svg": "scrs docs/Logo.js --svg > docs/logo.svg",
17 "card": "repng docs/Card.js -w 1024 -h 512 -d docs -f card.png"
18 },
19 "keywords": [
20 "components",
21 "react",
22 "react-component",
23 "ui",
24 "design-system",
25 "styled-system",
26 "styled-components",
27 "presentational",
28 "stateless",
29 "functional"
30 ],
31 "author": "Brent Jackson",
32 "license": "MIT",
33 "dependencies": {
34 "@rebass/components": "^4.0.0-1",
35 "@rebass/grid": "^6.0.0-0",
36 "polished": "^1.9.3",
37 "prop-types": "^15.6.0",
38 "styled-system": "^3.0.3"
39 },
40 "devDependencies": {
41 "@compositor/kit": "^1.0.43",
42 "@compositor/kit-snapshot": "^1.0.24",
43 "@compositor/x0": "^6.0.2",
44 "babel-cli": "^6.26.0",
45 "babel-core": "^6.26.0",
46 "babel-plugin-transform-rename-import": "^2.2.0",
47 "babel-preset-env": "^1.6.1",
48 "babel-preset-react": "^6.24.1",
49 "babel-preset-stage-0": "^6.24.1",
50 "bundlesize": "^0.17.0",
51 "codecov": "^3.0.0",
52 "emotion": "^9.2.3",
53 "jest": "^23.1.0",
54 "jest-styled-components": "^5.0.1",
55 "lodash.sortby": "^4.7.0",
56 "react": "^16.2.0",
57 "react-dom": "^16.2.0",
58 "react-emotion": "^9.2.3",
59 "react-test-renderer": "^16.2.0",
60 "refunk": "^3.0.1",
61 "repng": "^3.0.0",
62 "scrs": "^1.1.0",
63 "styled-components": "^3.3.2",
64 "system-docs": "^1.0.0-1"
65 },
66 "repository": {
67 "type": "git",
68 "url": "https://github.com/jxnblk/rebass.git"
69 },
70 "bugs": {
71 "url": "https://github.com/jxnblk/rebass/issues"
72 },
73 "homepage": "https://github.com/jxnblk/rebass",
74 "jest": {
75 "roots": [
76 "<rootDir>/test/"
77 ],
78 "testMatch": [
79 "**/test/**/*.js"
80 ]
81 },
82 "bundlesize": [
83 {
84 "path": "./dist/*.js",
85 "maxSize": "2 kB"
86 }
87 ],
88 "x0": {
89 "title": "Rebass",
90 "template": "./docs/_template.js",
91 "basename": "/rebass"
92 }
93}