UNPKG

1.84 kBJSONView Raw
1{
2 "name": "rebass",
3 "version": "2.3.4",
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",
9 "emotion": "NODE_ENV=emotion babel src -d dist/emotion",
10 "cover": "jest --coverage --coverageReporters html lcov && codecov",
11 "test": "jest",
12 "size": "bundlesize"
13 },
14 "keywords": [
15 "components",
16 "react",
17 "react-component",
18 "ui",
19 "design-system",
20 "styled-system",
21 "styled-components",
22 "presentational",
23 "stateless",
24 "functional"
25 ],
26 "author": "Brent Jackson",
27 "license": "MIT",
28 "dependencies": {
29 "@rebass/components": "4.0.0-1",
30 "@rebass/grid": "6.0.0-0",
31 "polished": "1.9.3",
32 "prop-types": "^15.6.0",
33 "styled-system": "3.0.3"
34 },
35 "devDependencies": {
36 "babel-cli": "^6.26.0",
37 "babel-core": "^6.26.0",
38 "babel-plugin-transform-rename-import": "^2.2.0",
39 "babel-preset-env": "^1.6.1",
40 "babel-preset-react": "^6.24.1",
41 "babel-preset-stage-0": "^6.24.1",
42 "bundlesize": "^0.17.0",
43 "codecov": "^3.0.0",
44 "emotion": "^9.2.3",
45 "jest": "23.1.0",
46 "jest-styled-components": "5.0.1",
47 "react": "16.3.0",
48 "react-dom": "16.3.0",
49 "react-emotion": "^9.2.3",
50 "react-test-renderer": "16.3.0",
51 "styled-components": "3.3.2"
52 },
53 "repository": {
54 "type": "git",
55 "url": "https://github.com/rebassjs/rebass.git"
56 },
57 "bugs": {
58 "url": "https://github.com/rebassjs/rebass/issues"
59 },
60 "homepage": "https://github.com/rebassjs/rebass",
61 "jest": {
62 "roots": [
63 "<rootDir>/test/"
64 ],
65 "testMatch": [
66 "**/test/**/*.js"
67 ]
68 },
69 "bundlesize": [
70 {
71 "path": "./dist/*.js",
72 "maxSize": "2 kB"
73 }
74 ]
75}