UNPKG

@soushians/config

Version:
58 lines (57 loc) 1.72 kB
{ "name": "@soushians/config", "version": "1.0.48", "description": "", "main": "lib/index.js", "typings": [ "./lib/index.d.ts" ], "scripts": { "prepublish": "npm run clean && npm run build && npm run clean", "watch": "tsc -p src -w", "clean": "rimraf ./dist", "transpile": "ngc -p dist", "package": "rollup -c", "minify": "uglifyjs lib/bundles.umd.js --screw-ie8 --compress --mangle --comments --output lib/bundles.umd.min.js", "build": "gulp && npm run transpile && npm run package && npm run minify" }, "dependencies": { "@soushians/infra": "^1.x.x", "@soushians/shared": "^1.x.x", "@ngrx/effects": "^4.x.x", "@ngrx/router-store": "^4.x.x", "@ngrx/store": "^4.x.x", "@ngrx/store-devtools": "^4.x.x", "rxjs": "^5.x.x" }, "peerDependencies": { "@angular/animations": "^5.x.x", "@angular/cdk": "^5.x.x", "@angular/common": "^5.x.x", "@angular/compiler": "^5.x.x", "@angular/compiler-cli": "^5.x.x", "@angular/core": "^5.x.x", "@angular/flex-layout": "^2.0.0-beta.10-4905443", "@angular/forms": "^5.x.x", "@angular/http": "^5.x.x", "@angular/language-service": "^5.x.x", "@angular/material": "^5.x.x", "@angular/platform-browser": "^5.x.x", "@angular/platform-browser-dynamic": "^5.x.x", "@angular/router": "^5.x.x", "@angular/service-worker": "^5.x.x" }, "devDependencies": { "@types/node": "^9.4.x", "gulp": "^4.x.x", "gulp-copy": "^1.x.x", "gulp-inline-ng2-template": "^4.1.x", "rimraf": "^2.6.2", "rollup": "^0.55.x", "typescript": "^2.5.x" }, "repository": { "type": "git", "url": "https://github.com/snoorghorbani/ng2starter-config.git" }, "author": "soushians noorghorbani <snoorghorbani@gmail.com>", "license": "MIT" }