infinity-trend
Version:
A React component designed for effortlessly creating smooth, responsive trend and line graphs.
51 lines • 1.66 kB
JSON
{
"name": "infinity-trend",
"version": "0.0.3",
"description": "A React component designed for effortlessly creating smooth, responsive trend and line graphs.",
"main": "lib/index.js",
"module": "es/index.js",
"files": ["css", "es", "lib", "umd"],
"scripts": {
"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.8.1"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"enzyme": "^3.11.0",
"eslint": "3.10.2",
"eslint-config-unsplash": "0.2.2",
"gh-pages": "^6.1.1",
"highlight.js": "^11.9.0",
"nwb": "^0.25.2",
"react": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2",
"react-slider": "0.7.0",
"react-syntax-highlighter": "^15.5.0"
},
"license": "MIT",
"homepage": "https://infinity-development.github.io/infinity-trend/",
"repository": {
"type": "git",
"url": "https://github.com/Infinity-Development/infinity-trend.git"
},
"keywords": [
"react-component",
"react",
"trend",
"svg",
"graph",
"data-visualization"
]
}