{
  "name": "example",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node ./@env/dev.js",
    "build": "node ./@env/prod.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "antd": "^3.16.6",
    "axios": "^0.18.0",
    "rc-class": "^0.1.2"
  },
  "devDependencies": {
    "quick-react-webpack": "^1.0.7"
  }
}
