{
  "name": "@wjya/ngx-webapp-iccp.console",
  "version": "0.0.63",
  "description": "angular webapp : iccp.console",
  "license": "MIT",
  "main": "./index.js",
  "types": "./index.d.ts",
  "author": {
    "name": "xxm",
    "email": "14708242@qq.com"
  },
  "keywords": [
    "datav",
    "ng2",
    "angular2"
  ],
  "scripts": {
    "clean": "rimraf coverage build dist dist-demo bundles factories .publish",
    "upgrade:wjya": "yarn upgrade --scope @wjya",
    "build:lib": "git pull && bash ./build.sh",
    "build:dist": "yarn build:lib",
    "build:app": "git pull && ng build --prod",
    "build:demo": "yarn build:app",
    "start": "ng serve --host 0.0.0.0 --port 4900 --proxy-config proxy.conf.js",
    "publish:init": "npm config set scope wjya && npm adduser --registry http://registry.npmjs.org/",
    "publish:lib": "npm publish dist-lib --registry http://registry.npmjs.org/ --access=public",
    "test": "ng test -sr",
    "test:w": "ng test -w",
    "test:cov": "ng test -sr -cc",
    "lint": "ng lint --type-check",
    "e2e": "ng e2e"
  },
  "dependencies": {
    "@angular/animations": "^5.2.0",
    "@angular/common": "^5.2.0",
    "@angular/compiler": "^5.2.0",
    "@angular/core": "^5.2.0",
    "@angular/forms": "^5.2.0",
    "@angular/http": "^5.2.0",
    "@angular/platform-browser": "^5.2.0",
    "@angular/platform-browser-dynamic": "^5.2.0",
    "@angular/router": "^5.2.0",
    "@wjya/ngx-utils": "<=0.0.9999",
    "@wjya/ngx-webapp-fx": "<=0.0.9999",
    "core-js": "^2.5.1",
    "ng-zorro-antd": "^0.6.15",
    "ngx-cookie": "^2.0.1",
    "ngx-webstorage": "^2.0.1",
    "rxjs": "^5.5.6",
    "zone.js": "^0.8.18"
  },
  "devDependencies": {
    "@angular/cdk": "^5.2.0",
    "@angular/cli": "^1.6.8",
    "@angular/common": "^5.2.0",
    "@angular/compiler": "^5.2.0",
    "@angular/compiler-cli": "^5.2.0",
    "@angular/core": "^5.2.0",
    "@types/jasmine": "^2.8.2",
    "@types/jasminewd2": "~2.0.2",
    "@types/node": "^8.0.53",
    "angular-library-builder": "^1.6.3",
    "codelyzer": "^4.0.1",
    "conventional-changelog": "^1.1.7",
    "conventional-changelog-cli": "^1.3.5",
    "conventional-github-releaser": "^2.0.0",
    "core-js": "^2.5.1",
    "gh-pages": "^1.1.0",
    "husky": "^0.14.3",
    "jasmine-core": "^2.8.0",
    "jasmine-data-provider": "^2.2.0",
    "jasmine-spec-reporter": "^4.2.1",
    "karma": "^1.7.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^1.0.1",
    "karma-coverage-istanbul-reporter": "^1.3.0",
    "karma-jasmine": "^1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-phantomjs-launcher": "^1.0.4",
    "phantomjs-polyfill": "^0.0.2",
    "phantomjs-prebuilt": "^2.1.16",
    "prettier": "^1.10.2",
    "pretty-quick": "^1.4.1",
    "protractor": "^5.2.0",
    "rimraf": "^2.6.2",
    "rxjs": "^5.5.6",
    "rxjs-tslint-rules": "^3.1.2",
    "shelljs": "^0.7.8",
    "systemjs-builder": "^0.16.12",
    "ts-node": "^3.3.0",
    "tslint": "^5.8.0",
    "tslint-config-valorsoft": "^2.1.1",
    "typescript": "~2.9.2",
    "uuid": "^3.1.0",
    "webpack": "^3.8.1",
    "zone.js": "^0.8.18"
  },
  "peerDependencies": {
    "@angular/animations": "^5.2.0",
    "@angular/cdk": "^5.2.0",
    "@angular/common": "^5.2.0",
    "@angular/core": "^5.2.0",
    "@angular/forms": "^5.2.0",
    "moment": "^2.18.1",
    "rxjs": "^5.5.0",
    "zone.js": "^0.8.4"
  }
}