react-mini-chart
Version:
react mini line chart
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "react-mini-chart",
"version": "0.1.3",
"description": "react mini line chart",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iifksp/react-mini-chart.git"
},
"keywords": [
"react",
"mini",
"line",
"chart"
],
"author": "Sword Wang <iifksp@foxmail.com> (https://swordair.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iifksp/react-mini-chart/issues"
},
"homepage": "https://github.com/iifksp/react-mini-chart#readme",
"dependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.24.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"babel-runtime": "^6.26.0",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}