{ "private": true, "entry": { "index": "./app/index.js" }, "dependencies": { "antd": "^3.0.0", "app": "^0.1.0", "dva": "^2.3.1", "echarts": "^4.1.0", "echarts-for-react": "^2.0.12-beta.0", "moment": "^2.19.3", "prop-types": "^15.6.2", "react": "^16.2.0", "react-dom": "^16.2.0", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", "redux-undo": "^0.6.1" }, "devDependencies": { "atool-build": "^0.9.0", "atool-test-mocha": "^0.1.4", "babel-eslint": "^7.0.0", "babel-plugin-import": "^1.0.1", "babel-plugin-transform-runtime": "^6.8.0", "babel-runtime": "^6.9.2", "dora": "0.4.x", "dora-plugin-webpack": "^0.8.1", "eslint": "^3.8.1", "eslint-config-airbnb": "^12.0.0", "eslint-plugin-import": "^2.0.1", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.4.1", "expect": "^1.20.1", "extract-text-webpack-plugin": "^2.1.2", "html-webpack-plugin": "^3.2.0", "pre-commit": "1.x", "redbox-react": "^1.2.6", "webpack": "^3.0.0", "webpack-dev-server": "^2.5.1" }, "pre-commit": [ "lint" ], "scripts": { "build": "atool-build", "lint": "eslint --ext .js,.jsx src/", "start": "dora --plugins webpack", "test": "atool-test-mocha ./**/__tests__/*-test.js" } }