{
  "name": "yylib-construct",
  "version": "0.0.91",
  "description": "用友建筑建造组公共组件库",
  "main": "core/index.js",
  "scripts": {
    "reg-cn": "npm config set registry https://registry.npm.taobao.org",
    "reg-clear": "npm config delete registry",
    "clean": "rimraf lib dist coverage",
    "build-babel": "babel core -d dist",
    "gulp-copyfiles": "gulp copyfiles",
    "prepublish": "npm run clean && npm run build-babel && npm run gulp-copyfiles",
    "postpublish":"npm run clean"
  },
  "author": "xg",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "http://123.103.9.205:8201/app-modules/icop-construct-pubui.git"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "babel-cli": "6.10.1",
    "babel-core": "6.9.1",
    "babel-loader": "6.2.4",
    "babel-polyfill": "6.9.1",
    "babel-preset-es2015": "6.9.0",
    "babel-preset-react": "6.5.0",
    "bundle-loader": "0.5.4",
    "css-loader": "0.16.0",
    "eslint": "^3.12.2",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-react": "^6.8.0",
    "eslint-plugin-standard": "^2.0.1",
    "extract-text-webpack-plugin": "0.8.2",
    "file-loader": "0.8.5",
    "gulp": "3.9.0",
    "html-webpack-plugin": "^2.22.0",
    "json-loader": "0.5.4",
    "less": "2.7.1",
    "less-loader": "2.2.3",
    "react-hot-loader": "3.0.0-beta.6",
    "style-loader": "0.12.4",
    "url-loader": "0.5.7",
    "webpack": "1.13.1",
    "webpack-dev-server": "1.14.1"
  },
  "dependencies": {
    "yylib-react": ">=0.72.9"
  }
}
