{
    "name": "gp-admin-ux",
    "version": "0.0.22",
    "license": "MIT",
    "description": "GP admin UX module",
    "main": "dist/bundles/gpAdminUx.umd.js",
    "module": "dist/index.js",
    "typings": "dist/index.d.ts",
    "private": false,
    "scripts": {
        "ng": "ng",
        "start": "ng serve",
        "test": "ng test",
        "lint": "ng lint",
        "clean": "rm -rf .build dist",
        "sync": "mkdir .build && rsync -a --include='*/' ./src/ ./.build/src/ && rsync -a index.ts ./.build/ && rsync -a ./assets ./.build/",
        "transpile": "cd .build && ngc -p ../tsconfig.json",
        "package": "rollup -c",
        "minify": "uglifyjs dist/bundles/gpAdminUx.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/gpAdminUx.umd.min.js",
        "build": "npm run clean && npm run sync && gulp && npm run transpile && npm run package && npm run minify",
        "modup": "ncu -ua '/^(gp-admin-.*)|(gulp-embed-angular)$/' && npm install",
        "update": "npm run modup && npm run build && npm version patch && npm publish"
    },
    "peerDependencies": {
        "@angular/animations": "^4.4.6",
        "@angular/common": "^4.4.6",
        "@angular/core": "^4.4.6",
        "@angular/http": "^4.4.6",
        "core-js": "^2.5.1",
        "rxjs": "^5.5.2",
        "rxmq": "^1.1.4",
        "zone.js": "^0.8.18",
        "perfect-scrollbar": "0.7.1",
        "gp-admin-abstract": "^0.0.37"
    },
    "dependencies": {
        "@angular/common": "^4.4.6",
        "@angular/compiler": "^4.4.6",
        "@angular/core": "^4.4.6",
        "@angular/forms": "^4.4.6",
        "@angular/platform-browser": "^4.4.6",
        "core-js": "^2.5.1",
        "gp-admin-abstract": "^0.0.37",
        "ng2-dragula": "^1.5.0",
        "perfect-scrollbar": "^0.7.1",
        "rxjs": "^5.5.2",
        "rxmq": "^1.1.4",
        "zone.js": "^0.8.18"
    },
    "devDependencies": {
        "@angular/compiler": "^4.4.6",
        "@angular/compiler-cli": "^4.4.6",
        "@angular/language-service": "^4.4.6",
        "@types/jasmine": "~2.6.2",
        "@types/jasminewd2": "~2.0.3",
        "@types/node": "^8.0.47",
        "codelyzer": "~3.2.2",
        "gulp": "^3.9.1",
        "gulp-embed-angular": "0.0.13",
        "gulp-sass": "^3.1.0",
        "gulp-uglify": "^3.0.0",
        "rollup": "^0.50.0",
        "tslint": "^5.8.0",
        "typescript": "^2.5.3",
        "uglify-js": "^3.1.5"
    }
}
