UNPKG

1.75 kBJSONView Raw
1{
2 "name": "@soushians/user",
3 "version": "1.0.50",
4 "description": "",
5 "main": "lib/index.js",
6 "typings": [ "./lib/index.d.ts" ],
7 "scripts": {
8 "prepublish": "npm run clean && npm run build && npm run clean",
9 "watch": "tsc -p src -w",
10 "clean": "rimraf ./dist",
11 "transpile": "ngc -p dist",
12 "package": "rollup -c",
13 "minify": "uglifyjs lib/bundles.umd.js --screw-ie8 --compress --mangle --comments --output lib/bundles.umd.min.js",
14 "build": "gulp && npm run transpile && npm run package && npm run minify"
15 },
16 "dependencies": {
17 "@soushians/infra": "^1.x.x",
18 "@soushians/shared": "^1.x.x",
19 "@soushians/config": "^1.x.x",
20 "@ngrx/effects": "^4.x.x",
21 "@ngrx/router-store": "^4.x.x",
22 "@ngrx/store": "^4.x.x",
23 "@ngrx/store-devtools": "^4.x.x",
24 "rxjs": "^5.x.x"
25 },
26 "peerDependencies": {
27 "@angular/animations": "^5.x.x",
28 "@angular/cdk": "^5.x.x",
29 "@angular/common": "^5.x.x",
30 "@angular/compiler": "^5.x.x",
31 "@angular/compiler-cli": "^5.x.x",
32 "@angular/core": "^5.x.x",
33 "@angular/flex-layout": "^2.0.0-beta.10-4905443",
34 "@angular/forms": "^5.x.x",
35 "@angular/http": "^5.x.x",
36 "@angular/language-service": "^5.x.x",
37 "@angular/material": "^5.x.x",
38 "@angular/platform-browser": "^5.x.x",
39 "@angular/platform-browser-dynamic": "^5.x.x",
40 "@angular/router": "^5.x.x",
41 "@angular/service-worker": "^5.x.x"
42 },
43 "devDependencies": {
44 "@types/node": "^9.4.x",
45 "gulp": "^4.x.x",
46 "gulp-copy": "^1.x.x",
47 "gulp-inline-ng2-template": "^4.1.x",
48 "rimraf": "^2.6.2",
49 "rollup": "^0.55.x",
50 "typescript": "^2.5.x"
51 },
52 "repository": {
53 "type": "git",
54 "url": "https://github.com/snoorghorbani/ng2starter-user.git"
55 },
56 "author": "soushians noorghorbani <snoorghorbani@gmail.com>",
57 "license": "MIT"
58}