This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
220 lines (220 loc) · 8.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
{
"name": "fusebox-angular-universal-starter",
"version": "0.0.0-development",
"description": "Angular Universal starter build pipeline using FuseBox",
"license": "MIT",
"homepage": "https://angular.patrickmichalina.com",
"repository": {
"type": "git",
"url": "https://github.com/patrickmichalina/fusebox-angular-universal-starter"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/patrickmichalina/fusebox-angular-universal-starter/issues"
},
"author": {
"email": "[email protected]",
"name": "Patrick Michalina",
"url": "https://patrickmichalina.com"
},
"readme": "https://github.com/patrickmichalina/fusebox-angular-universal-starter/blob/master/README.md",
"scripts": {
"test": "npm run gen.config && jest",
"test.ci": "npm run gen.config && jest --ci --updateSnapshot",
"test.update": "npm run gen.config && jest --updateSnapshot",
"test.coverage": "npm run gen.config && jest --coverage",
"test.watch": "npm run gen.config && jest --watch",
"test.ci.before": "greenkeeper-lockfile-update",
"test.ci.after": "greenkeeper-lockfile-upload",
"test.e2e": "npm run gen.config && jest -c e2e-spec.json",
"test.e2e.ci": "npm run gen.config && npm run start.e2e && concurrently --kill-others --success first \"node dist/server.js --e2e --port 8000\" \"npm run test.e2e\"",
"test.e2e.watch": "npm run gen.config && npm run start.e2e && concurrently --kill-others --success first --raw \"node dist/server.js --e2e\" \"jest -c e2e-spec.json --watch\" ",
"start.mock.api": "json-server ./tools/test/db.json",
"start.e2e": "ts-node fuse.ts serve --build-type prod --env-config e2e --ci --port 8000",
"start": "ts-node fuse.ts serve --build-type dev --env-config dev",
"start.deving": "concurrently \"npm run start\" \"npm run test.watch\" \"npm run compodoc\"",
"start.spa": "ts-node fuse.ts serve --build-type dev --spa",
"start.prod": "ts-node fuse.ts serve --build-type prod --env-config=prod",
"start.prod.ci": "CI=true ts-node fuse.ts serve --build-type prod --env-config prod --ci --ci-vars",
"heroku-postbuild": "npm run start.prod.ci",
"source.tree.app": "ts-node fuse.ts build --build-only && source-map-explorer dist/js/app.js",
"source.tree.server": "ts-node fuse.ts build --build-only && source-map-explorer dist/server.js",
"compodoc": "./node_modules/.bin/compodoc -p tsconfig.json -t -s -w -o -r 8081 --theme readthedocs",
"prepush": "npm run lint && npm test",
"postmerge": "./tools/scripts/post-merge.sh || true",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"lint": "ts-node fuse.ts lint --build-type prod",
"postinstall": "./node_modules/.bin/ts-node fuse.ts clean",
"firebase": "./node_modules/.bin/firebase",
"firebase.update": "./node_modules/.bin/firebase deploy && npm run firebase.seed.superusers",
"firebase.seed.site-settings": "./node_modules/.bin/firebase database:update /site-settings data/seed.settings.json -y",
"firebase.seed.superusers": "./node_modules/.bin/firebase database:update /users data/seed.superusers.json -y",
"gen.config": "ts-node fuse.ts config"
},
"devDependencies": {
"@compodoc/compodoc": "1.1.2",
"@pwa/manifest": "1.0.0",
"@types/body-parser": "1.16.8",
"@types/browser-sync": "0.0.39",
"@types/bunyan": "1.8.4",
"@types/clean-css": "3.4.30",
"@types/compression": "0.0.36",
"@types/cookie-parser": "1.4.1",
"@types/dotenv": "4.0.3",
"@types/express": "4.11.1",
"@types/getos": "3.0.0",
"@types/glob": "5.0.35",
"@types/html-minifier": "3.5.2",
"@types/jest": "22.2.3",
"@types/js-cookie": "2.1.0",
"@types/jsdom": "11.0.4",
"@types/memory-cache": "0.2.0",
"@types/mkdirp": "0.5.2",
"@types/ms": "0.7.30",
"@types/nightmare": "2.10.3",
"@types/node-sass": "3.10.32",
"@types/object-hash": "1.2.0",
"@types/quill": "1.3.6",
"@types/request": "2.47.0",
"@types/serve-favicon": "2.2.30",
"@types/stacktrace-js": "0.0.32",
"@types/string-hash": "1.1.1",
"@types/supertest": "2.0.4",
"@types/ws": "4.0.2",
"@types/yargs": "11.0.0",
"angular-tslint-rules": "1.2.1",
"browser-sync": "2.23.6",
"codelyzer": "4.2.1",
"concurrently": "3.5.1",
"condition-circle": "2.0.1",
"conventional-changelog": "1.1.24",
"death": "1.1.0",
"favicons": "4.8.6",
"firebase-tools": "3.17.6",
"font-awesome": "4.7.0",
"fuse-box": "3.0.2",
"fuse-box-typechecker": "2.7.1",
"glob": "7.1.2",
"greenkeeper-lockfile": "1.14.0",
"hash-files": "1.1.1",
"html-minifier": "3.5.15",
"husky": "0.14.3",
"is-reachable": "2.4.0",
"jest": "22.4.2",
"jest-junit-reporter": "1.1.0",
"jest-preset-angular": "5.2.1",
"jsdom": "11.6.2",
"last-release-git": "0.0.3",
"mkdirp": "0.5.1",
"ng2-fused": "0.5.1",
"node-run-cmd": "1.0.1",
"node-sass": "4.8.3",
"opn": "5.3.0",
"semantic-release": "15.1.7",
"source-map-explorer": "1.5.0",
"string-hash": "1.1.3",
"superagent": "3.8.2",
"svg2png": "4.1.1",
"ts-jest": "22.4.3",
"ts-node": "5.0.1",
"tslint": "5.9.1",
"tslint-immutable": "4.5.2",
"typescript": "2.7.2",
"uglify-es": "3.3.9"
},
"dependencies": {
"@angular/animations": "6.0.0-beta.7",
"@angular/cdk": "5.1.1",
"@angular/common": "6.0.0-beta.7",
"@angular/compiler": "6.0.0-beta.7",
"@angular/compiler-cli": "6.0.0-beta.7",
"@angular/core": "6.0.0-beta.7",
"@angular/flex-layout": "2.0.0-beta.12",
"@angular/forms": "6.0.0-beta.7",
"@angular/http": "6.0.0-beta.7",
"@angular/material": "5.1.1",
"@angular/platform-browser": "6.0.0-beta.7",
"@angular/platform-browser-dynamic": "6.0.0-beta.7",
"@angular/platform-server": "6.0.0-beta.7",
"@angular/router": "6.0.0-beta.7",
"@angular/service-worker": "6.0.0-beta.7",
"@expo/bunyan": "1.8.10",
"@nguniversal/common": "5.0.0",
"@nguniversal/express-engine": "5.0.0",
"@ngx-meta/core": "5.0.0",
"angular2-jwt": "0.2.3",
"angularfire2": "5.0.0-rc.6",
"angulartics2": "5.1.2",
"body-parser": "1.18.2",
"bunyan-middleware": "0.8.0",
"clean-css": "4.1.11",
"compressible": "2.0.13",
"compression": "1.7.2",
"cookie-parser": "1.4.3",
"core-js": "2.5.5",
"cors": "2.8.4",
"dotenv": "5.0.1",
"express": "4.16.3",
"express-minify-html": "0.12.0",
"express-urlrewrite": "1.2.0",
"firebase": "4.11.0",
"firebase-admin": "5.10.0",
"getos": "3.1.0",
"hammerjs": "2.0.8",
"js-cookie": "2.2.0",
"markdown-to-html-pipe": "1.2.4",
"ms": "2.1.1",
"nightmare": "3.0.0",
"object-hash": "1.3.0",
"quill": "1.3.6",
"reflect-metadata": "0.1.12",
"request": "2.85.0",
"routing-controllers": "0.7.7",
"rxjs": "5.5.10",
"serve-favicon": "2.4.5",
"shrink-ray": "0.1.3",
"sitemap-generator": "6.0.0",
"stacktrace-js": "2.0.0",
"supertest": "3.0.0",
"swagger-jsdoc": "1.9.7",
"swagger-ui-express": "3.0.8",
"systemjs": "0.21.3",
"ts-node": "5.0.1",
"tsickle": "0.27.5",
"typedi": "0.7.1",
"url-parse": "1.3.0",
"ws": "5.1.1",
"xhr2": "0.1.4",
"yargs": "11.0.0",
"zone.js": "0.8.20"
},
"engines": {
"node": "= 9.4.0",
"npm": "= 5.6.0"
},
"release": {
"branch": "master",
"verifyConditions": "condition-circle",
"getLastRelease": "last-release-git"
},
"jest": {
"preset": "jest-preset-angular",
"moduleNameMapper": {
"./client/operators": "<rootDir>/src/client/operators.ts"
},
"setupTestFrameworkScriptFile": "./tools/test/jest.setup.ts",
"testResultsProcessor": "./node_modules/jest-junit-reporter",
"collectCoverageFrom": [
"src/client/app/**/*(*.service|*.component|*.pipe|*.directive|*.module).{ts,html}",
"!src/client/app/shared/shared.module.ts",
"src/server/**/**.{ts}"
],
"globals": {
"__TRANSFORM_HTML__": true,
"__process_env__": {},
"ts-jest": {
"tsConfigFile": "tsconfig.json"
}
}
}
}