{
  "name": "ng-arthur-mobile",
  "description": "Angular 7+ for Components",
  "version": "0.0.3",
  "scripts": {
    "ng": "ng",
    "commit": "git-cz",
    "start": "ng serve --host 0.0.0.0 --port 8000 --open",
    "start-proxy": "ng serve --host 0.0.0.0 --port 4200 --open --proxyConfig src/proxy.conf.json",
    "build": "ng build --prod",
    "analyze": "ng build --prod --build-optimizer --stats-json",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "version": "npm run changelog && git add CHANGELOG.md",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "watch": "npm run watch:cache && npm run watch:common && npm run watch:core && npm run watch:forms && npm run watch:http && npm run watch:theme && npm run watch:utils",
    "watch:cache": "ng build cache --watch &",
    "watch:common": "ng build common --watch &",
    "watch:core": "ng build core --watch &",
    "watch:forms": "ng build forms --watch &",
    "watch:http": "ng build http --watch &",
    "watch:theme": "ng build theme --watch &",
    "watch:utils": "ng build utils --watch &",
    "publish:cache": "npm publish ./dist/cache",
    "publish:common": "npm publish ./dist/common",
    "publish:core": "npm publish ./dist/core",
    "publish:forms": "npm publish ./dist/forms",
    "publish:http": "npm publish ./dist/http",
    "publish:theme": "npm publish ./dist/theme",
    "compodoc": "npm run compodoc:build && npm run compodoc:serve",
    "compodoc:build": "./node_modules/.bin/compodoc -p src/tsconfig.app.json",
    "compodoc:serve": "./node_modules/.bin/compodoc -d ./documentation --serve --port 8001 --open",
    "publish:utils": "npm publish ./dist/utils",
    "pre-release": "npm run site:init && bash ./scripts/build/replace-publish.sh && npm run generate && node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod && npm run helper",
    "release": "node ./scripts/publish/publish.js",
    "publish": "bash ./scripts/publish/publish.sh",
    "serve:dist": "http-server dist/ng-arthur-mobile -g --cors -r -p 9999 -o -c-1"
  },
  "keywords": [
    "Angualr",
    "Angular 7+",
    "TypeScript",
    "Arthur"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/09133792/ng-arthur-mobile.git"
  },
  "bugs": {
    "url": "https://github.com/09133792/ng-arthur-mobile/issues"
  },
  "author": {
    "name": "YJ",
    "email": "coder.yangjun@gmail.com"
  },
  "npm.registry": "https://registry.npmjs.org/",
  "npm.updateStrategy": "LATEST",
  "private": false,
  "dependencies": {
    "@angular/animations": "^7.2.6",
    "@angular/cdk": "^7.3.3",
    "@angular/common": "^7.2.6",
    "@angular/compiler": "^7.2.6",
    "@angular/core": "^7.2.6",
    "@angular/forms": "^7.2.6",
    "@angular/http": "^7.2.6",
    "@angular/platform-browser": "^7.2.6",
    "@angular/platform-browser-dynamic": "^7.2.6",
    "@angular/router": "^7.2.6",
    "@auth0/angular-jwt": "^2.1.0",
    "cookie-parser": "^1.4.4",
    "express": "^4.16.4",
    "nprogress": "^0.2.0",
    "qrcode": "^1.3.3",
    "rxjs": "^6.4.0",
    "screenfull": "^4.0.1",
    "zone.js": "^0.8.29"
  },
  "devDependencies": {
    "@angular-devkit/architect": "^0.13.3",
    "@angular-devkit/build-angular": "^0.13.3",
    "@angular-devkit/build-ng-packagr": "^0.13.3",
    "@angular-devkit/build-optimizer": "^0.13.3",
    "@angular-devkit/build-webpack": "^0.13.3",
    "@angular-devkit/core": "^7.3.3",
    "@angular-devkit/schematics": "^7.3.3",
    "@angular/cli": "^7.3.3",
    "@angular/compiler-cli": "^7.2.6",
    "@angular/language-service": "7.2.6",
    "@angular/pwa": "^0.13.3",
    "@angular/service-worker": "^7.2.6",
    "@ckeditor/ckeditor5-angular": "^1.0.1",
    "@ckeditor/ckeditor5-build-classic": "^11.2.0",
    "@compodoc/compodoc": "^1.1.8",
    "@ngx-translate/core": "^11.0.1",
    "@schematics/angular": "^7.3.3",
    "@types/jasmine": "^3.3.9",
    "@types/jasminewd2": "~2.0.6",
    "@types/node": "^11.9.5",
    "@types/nprogress": "0.0.29",
    "@types/qrcode": "^1.3.1",
    "chalk": "^2.4.2",
    "codelyzer": "~4.5.0",
    "commitizen": "^3.0.7",
    "core-js": "^2.6.5",
    "cz-conventional-changelog": "^2.1.0",
    "deepmerge": "^3.2.0",
    "echarts": "^4.1.0",
    "hammerjs": "^2.0.8",
    "http-server": "^0.11.1",
    "husky": "^1.3.1",
    "jasmine-core": "~3.3.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.0.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.5",
    "karma-jasmine": "~2.0.1",
    "karma-jasmine-html-reporter": "^1.4.0",
    "less": "^2.7.0",
    "ng-packagr": "^4.7.1",
    "ng-zorro-antd": "^7.0.0-rc.3",
    "ng-zorro-antd-mobile": "^0.11.5",
    "ngx-translate-multi-http-loader": "^3.0.0",
    "prismjs": "^1.15.0",
    "protractor": "^5.4.2",
    "ts-loader": "^5.3.3",
    "ts-node": "~8.0.2",
    "tsickle": ">=0.34.3",
    "tslib": "^1.9.3",
    "tslint": "~5.12.1",
    "typescript": "3.2.4",
    "webpack-cli": "^3.2.3"
  },
  "peerDependencies": {},
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "node ./scripts/git/commit-msg.js -E HUSKY_GIT_PARAMS"
    }
  }
}
