UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@soushians/config",
3 "version": "1.0.37",
4 "description": "",
5 "main": "lib/index.js",
6 "typings": [
7 "./lib/index.d.ts"
8 ],
9 "scripts": {
10 "prepublish": "npm run build",
11 "watch": "tsc -p src -w",
12 "transpile": "ngc -p dist",
13 "package": "rollup -c",
14 "minify": "uglifyjs lib/bundles.umd.js --screw-ie8 --compress --mangle --comments --output lib/bundles.umd.min.js",
15 "build": "gulp && npm run transpile && npm run package && npm run minify"
16 },
17 "dependencies": {
18 "@soushians/infra": "^1.x.x",
19 "@soushians/shared": "^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.6",
45 "gulp": "^3.9.1",
46 "gulp-copy": "^1.1.0",
47 "gulp-inline-ng2-template": "^4.1.0",
48 "typescript": "^2.7.1"
49 },
50 "repository": {
51 "type": "git",
52 "url": "https://github.com/snoorghorbani/ng2starter-config.git"
53 },
54 "author": "soushians noorghorbani <snoorghorbani@gmail.com>",
55 "license": "MIT"
56}