package.json 1.17 KB
Newer Older
1
{
afc163's avatar
afc163 committed
2
  "name": "ant-design-pro",
3 4 5 6
  "private": true,
  "scripts": {
    "start": "roadhog server",
    "build": "roadhog build",
afc163's avatar
afc163 committed
7
    "lint": "eslint --ext .js src test mock",
afc163's avatar
afc163 committed
8
    "test": "npm run lint",
9 10 11 12 13 14 15 16 17 18 19 20
    "precommit": "npm run lint"
  },
  "dependencies": {
    "antd": "next",
    "dva": "^1.2.1",
    "g-cloud": "^1.0.2-beta",
    "g2": "^2.3.8",
    "g2-plugin-slider": "^1.2.1",
    "lodash": "^4.17.4",
    "numeral": "^2.0.6",
    "prop-types": "^15.5.10",
    "qs": "^6.5.0",
afc163's avatar
afc163 committed
21
    "react": "^15.6.1",
22
    "react-document-title": "^2.0.3",
afc163's avatar
afc163 committed
23
    "react-dom": "^15.6.1"
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
  },
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "babel-plugin-dva-hmr": "^0.3.2",
    "babel-plugin-import": "^1.2.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-runtime": "^6.9.2",
    "eslint": "^3.0.0",
    "eslint-config-airbnb": "latest",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^5.0.1",
    "eslint-plugin-react": "^7.0.1",
    "husky": "^0.13.4",
    "mockjs": "^1.0.1-beta3",
    "redbox-react": "^1.3.2",
    "roadhog": "^1.0.2",
    "roadhog-api-doc": "^0.1.0"
  }
}