| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "private": true,
- "entry": {
- "index": "./main.js"
- },
- "dependencies": {
- "antd": "^3.0.0",
- "app": "^0.1.0",
- "echarts": "^4.1.0",
- "echarts-for-react": "^2.0.12-beta.0",
- "events": "^3.0.0",
- "moment": "^2.19.3",
- "react": "^16.2.0",
- "react-dom": "^16.2.0",
- "react-router": "^4.3.1",
- "react-router-dom": "^4.3.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"
- }
- }
|