UNPKG

1.99 kBJSONView Raw
1{
2 "name": "@heroku/react-malibu",
3 "version": "4.1.0",
4 "description": "React components for Heroku's Malibu SVG icon system",
5 "main": "lib/index.js",
6 "module": "es/index.js",
7 "repository": "https://github.com/heroku/react-malibu",
8 "files": [
9 "css",
10 "es",
11 "lib",
12 "umd"
13 ],
14 "scripts": {
15 "prepublish": "yarn build",
16 "build": "nwb build-react-component",
17 "clean": "nwb clean-module && npm clean-demo",
18 "start": "nwb serve-react-demo",
19 "test": "yarn run lint && yarn run mocha -- --require jsdom-global/register --require babel-register tests/*_test.js",
20 "lint": "yarn run eslint .",
21 "release": "np"
22 },
23 "dependencies": {
24 "babel-polyfill": "^6.23.0",
25 "prop-types": "^15.6.2",
26 "react-svg-inline": "^2.0.0",
27 "whatwg-fetch": "^2.0.3"
28 },
29 "peerDependencies": {
30 "react": "15.x",
31 "react-dom": "15.x"
32 },
33 "devDependencies": {
34 "babel-cli": "^6.24.0",
35 "babel-eslint": "^7.2.1",
36 "babel-register": "^6.24.0",
37 "chai": "^3.5.0",
38 "chai-enzyme": "^1.0.0-beta.1",
39 "enzyme": "^3.7.0",
40 "enzyme-adapter-react-16": "^1.7.0",
41 "eslint": "^3.19.0",
42 "eslint-config-standard": "^10.2.0",
43 "eslint-plugin-import": "^2.2.0",
44 "eslint-plugin-mocha": "^4.9.0",
45 "eslint-plugin-node": "^4.2.2",
46 "eslint-plugin-promise": "^3.5.0",
47 "eslint-plugin-react": "^6.10.3",
48 "eslint-plugin-standard": "^3.0.1",
49 "fetch-mock": "^5.9.4",
50 "jsdom": "^9.12.0",
51 "jsdom-global": "^2.1.1",
52 "lodash.difference": "^4.5.0",
53 "mocha": "^3.2.0",
54 "np": "^2.16.0",
55 "nwb": "^0.18.8",
56 "react": "^16.6.3",
57 "react-addons-test-utils": "^15.6.2",
58 "react-dom": "^16.6.3",
59 "sinon": "^2.1.0"
60 },
61 "author": "Idan Gazit <idan@heroku.com>",
62 "homepage": "https://github.com/heroku/react-malibu",
63 "license": "SEE LICENSE IN LICENSE.txt",
64 "keywords": [
65 "react-component"
66 ],
67 "babel": {
68 "presets": [
69 "es2015",
70 "stage-0",
71 "react"
72 ]
73 }
74}