echarts-for-react/package.json
2016-08-22 12:22:21 +08:00

71 lines
1.9 KiB
JSON

{
"name": "echarts-for-react",
"version": "1.1.4",
"description": "baidu Echarts(v3.0) components for react",
"main": "lib/echarts-for-react",
"scripts": {
"start": "webpack-dev-server --watch",
"lint": "eslint src",
"clean": "rimraf lib",
"test": "npm run lint",
"build": "npm run clean && cross-env NODE_ENV=production babel src -d lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"build-demos": "webpack",
"url": "https://github.com/hustcc/echarts-for-react.git"
},
"keywords": [
"react",
"component",
"echarts-react",
"echarts",
"react-echarts",
"chart",
"charts",
"graph",
"react-component"
],
"author": "hustcc (http://github.com/hustcc)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hustcc/echarts-for-react/issues"
},
"homepage": "https://github.com/hustcc/echarts-for-react",
"devDependencies": {
"babel-cli": "^6.6.0",
"babel-core": "^6.3.15",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.10.1",
"css-loader": "~0.16.0",
"jsx-loader": "~0.13.2",
"style-loader": "~0.12.3",
"file-loader": "~0.8.4",
"rimraf": "^2.5.0",
"cross-env": "^1.0.8",
"echarts": "^3.1.1",
"element-resize-event": "^2.0.5",
"react-router": "^2.0.0",
"babel-plugin-transform-es3-property-literals": "*",
"babel-plugin-transform-es3-member-expression-literals": "*"
},
"dependencies": {
"echarts": "^3.1.1",
"element-resize-event": "^2.0.5"
},
"peerDependencies": {
"react": ">=0.13.2 || ^0.14 || ^15.0.0"
}
}