{
    "name": "angular-xyy",
    "description": "Angular 5+ for Components",
    "version": "0.3.5",
    "license": "MIT",
    "scripts": {
        "commitmsg": "validate-commit-msg",
        "precommit": "npm run lint",
        "commit": "git-cz",
        "publish:pages": "ng build --prod --build-optimizer --stats-json --base-href https://xiongyayun428.github.io/angular-xyy/ && ngh",
        "build:release": "npm run clean && npm run gulp:embed && tsc -p ./tsconfig.release.json && rimraf tmp",
        "build:aot": "npm run clean && npm run gulp:embed && npm run aot && rimraf tmp",
        "build:publish": "npm run build:aot && npm run publish",
        "aot": "ngc -p ./tsconfig.aot.json",
        "clean": "rimraf release dist tmp",
        "clean:dist": "npm run rimraf node_modules dist aot",
        "reinstall": "npm run rimraf node_modules && npm install",
        "release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
        "release:addChangeLog": "conventional-changelog -p angular -i CHANGELOG.md -s",
        "gulp:embed": "gulp",
        "rimraf": "rimraf",
        "ng": "ng",
        "ngc": "ngc",
        "start": "ng serve --host 0.0.0.0 --port 4201 --open",
        "serve:proxy": "ng serve --host 0.0.0.0 --proxy-config proxy.conf.json",
        "build": "ng build",
        "test": "ng test",
        "lint": "ng lint --type-check",
        "tslint": "tslint \"src/**/*.ts\"",
        "lint:styles": "stylelint ./src/**/*.scss",
        "e2e": "ng e2e"
    },
    "homepage": "https://xiongyayun428.github.io/angular-xyy/",
    "keywords": [
        "Angular 5+",
        "typescript"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/xiongyayun428/angular-xyy.git"
    },
    "bugs": {
        "url": "https://github.com/xiongyayun428/angular-xyy/issues"
    },
    "author": {
        "name": "Yayun.Xiong",
        "email": "xiongyayun428@163.com"
    },
    "engines": {
        "node": ">=9.0.0",
        "npm": ">=5.0.0",
        "yarn": ">=1.0.2 <2.0.0",
        "@angular/cli": ">=1.6.0"
    },
    "dependencies": {
        "@angular/core": "^5.2.9",
        "@angular/common": "^5.2.9",
        "@angular/forms": "^5.2.9",
        "@angular/http": "^5.2.9",
        "@angular/router": "^5.2.9",
        "ng-zorro-antd": "^0.6.15",
        "primeng": "^5.2.4",
        "@ngx-translate/core": "^9.1.1",
        "angular2-notifications": "^0.9.8"
    },
    "devDependencies": {
        "@angular/animations": "^5.2.9",
        "@angular/cdk": "^5.2.4",
        "@angular/cli": "^1.7.3",
        "@angular/compiler": "^5.2.9",
        "@angular/compiler-cli": "^5.2.9",
        "@angular/language-service": "^5.2.9",
        "@angular/material": "^5.2.4",
        "@angular/platform-browser": "^5.2.9",
        "@angular/platform-browser-dynamic": "^5.2.9",
        "@angular/platform-server": "^5.2.9",
        "@ngx-translate/http-loader": "3.0.1",
        "@types/jasmine": "2.8.6",
        "@types/jasminewd2": "~2.0.3",
        "@types/node": "^9.6.1",
        "codelyzer": "~4.2.1",
        "commitizen": "^2.9.6",
        "conventional-changelog": "^1.1.23",
        "conventional-changelog-cli": "^1.3.21",
        "core-js": "^2.5.4",
        "cz-conventional-changelog": "^2.1.0",
        "font-awesome": "^4.7.0",
        "font-awesome-sass-loader": "^2.0.1",
        "fs": "0.0.2",
        "gulp": "^4.0.0",
        "gulp-angular-embed-templates": "^2.3.0",
        "gulp-angular2-embed-sass": "^0.5.2",
        "gulp-htmlmin": "^4.0.0",
        "gulp-rimraf": "^0.2.2",
        "gulp-scss": "^1.4.0",
        "gulp-uglifycss": "^1.0.9",
        "hammerjs": "^2.0.8",
        "jasmine-core": "~3.1.0",
        "jasmine-spec-reporter": "~4.2.1",
        "karma": "~2.0.0",
        "karma-chrome-launcher": "~2.2.0",
        "karma-cli": "~1.0.1",
        "karma-coverage-istanbul-reporter": "^1.4.2",
        "karma-jasmine": "~1.1.1",
        "karma-jasmine-html-reporter": "^1.0.0",
        "moment": "^2.22.0",
        "path": "^0.12.7",
        "popper.js": "^1.14.1",
        "protractor": "~5.3.0",
        "rimraf": "^2.6.2",
        "rxjs": "^5.5.8",
        "ts-helpers": "^1.1.2",
        "ts-node": "~5.0.1",
        "tslint": "^5.9.1",
        "typescript": "~2.8.1",
        "validate-commit-msg": "^2.14.0",
        "zone.js": "^0.8.24"
    },
    "optionalDependencies": {
        "node-sass": "^4.8.3"
    },
    "config": {
        "commitizen": {
            "path": "./node_modules/cz-conventional-changelog"
        }
    }
}
