UNPKG

react-trend

Version:
66 lines (65 loc) 1.52 kB
{ "name": "react-trend", "version": "1.2.5", "description": "react-trend React component", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "prepublish": "npm run build", "build": "nwb build-react-component", "clean": "nwb clean-module && npm clean-demo", "deploy": "nwb build-demo && gh-pages -d demo/dist", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server", "lint": "eslint .", "lint:fix": "eslint . --fix", "storybook": "start-storybook -p 9001 -c .storybook" }, "dependencies": { "prop-types": "^15.5.8" }, "peerDependencies": { "react": "" }, "devDependencies": { "@kadira/storybook": "2.35.3", "enzyme": "2.7.1", "eslint": "3.10.2", "eslint-config-unsplash": "0.2.2", "gh-pages": "0.12.0", "highlight.js": "9.9.0", "nwb": "0.14.3", "react": "15.4.2", "react-addons-test-utils": "15.4.2", "react-dom": "15.4.2", "react-slider": "0.7.0", "react-syntax-highlighter": "4.0.1" }, "contributors": [ { "name": "Joshua Comeau", "email": "josh@unsplash.com" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/unsplash/react-trend.git" }, "keywords": [ "react-component", "react", "trend", "svg", "graph", "data-visualization" ] }