bar-charts-react
Version:
This is a flexible bar charts
44 lines (42 loc) • 1.08 kB
JSON
{
"name": "bar-charts-react",
"sideEffects": false,
"version": "1.0.5",
"description": "This is a flexible bar charts",
"main": "lib/index.js",
"private": false,
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --open --port 3000",
"build": "NODE_ENV=production webpack --config webpack.config.js",
"build-plugin": "babel src -d lib",
"watch": "NODE_ENV=development webpack --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/Eye12/bar-charts"
},
"keywords": [
"bar chatrs",
"self-adaption",
"self-adaption bar chatrs",
"flexible bar chatrs",
"bar graph",
"react",
"mobile",
"canvas",
"npm"
],
"author": "lle_wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eye12/bar-charts/issues"
},
"homepage": "https://github.com/Eye12/bar-charts",
"devDependencies": {
},
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"browserslist": "> 0.25%, not dead"
}