forked from NathanWalker/angular-seed-advanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
197 lines (197 loc) · 8.15 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
{
"name": "angular-seed-advanced",
"version": "0.0.0",
"description": "High-quality, modular starter (advanced seed) project for Angular 2 apps with statically typed build and AoT + NativeScript + Electron",
"repository": {
"url": "https://github.com/NathanWalker/angular-seed-advanced"
},
"scripts": {
"build.desktop.mac": "rimraf desktop/mac/* && gulp desktop.mac",
"build.desktop.windows": "rimraf desktop/windows/* && gulp desktop.windows",
"build.desktop.linux": "rimraf desktop/linux/* && gulp desktop.linux",
"build.dev": "gulp build.dev --color --env-config dev",
"build.dev.watch": "gulp build.dev.watch --color",
"build.docs": "npm run gulp -- build.docs --color",
"build.e2e": "gulp build.e2e --color",
"build.android": "gulp build.prod.tns && cd nativescript && npm run start-android-bundle",
"build.ios": "gulp build.prod.tns && cd nativescript && npm run start-ios-bundle",
"build.prod": "gulp build.prod --color --env-config prod --build-type prod",
"build.prod.exp": "gulp build.prod.aot --color --env-config prod --build-type prod",
"build.prod.rollup.aot": "gulp build.prod.rollup.aot --color --env-config prod --build-type prod",
"build.prod.aot": "gulp build.prod.aot --color --env-config prod --build-type prod",
"build.test": "gulp build.test --color",
"clean": "npm run clean.js && rimraf node_modules typings && cd nativescript && rimraf node_modules hooks lib platforms && cd .. && npm i",
"clean.js": "gulp clean.all.src.js",
"test.watch": "gulp test.watch --color",
"generate.manifest": "gulp generate.manifest --color",
"e2e": "protractor",
"e2e.live": "protractor --elementExplorer",
"gulp": "gulp",
"i18n": "ng-xi18n && gulp clean.i18n",
"lint": "gulp tslint",
"karma": "karma",
"karma.start": "karma start",
"nativescript-install": "cd nativescript && npm install",
"postinstall": "gulp check.versions && gulp build.bundle.rxjs && npm prune && gulp webdriver && npm run nativescript-install && node tools/install.js",
"reinstall": "npm cache clean && npm install",
"serve.coverage": "gulp serve.coverage --color",
"serve.dev": "gulp serve.dev --color --env-config dev",
"serve.e2e": "gulp serve.e2e --color",
"serve.prod": "gulp serve.prod --color --env-config prod --build-type prod",
"serve.prod.aot": "gulp serve.prod.aot --color --env-config prod --build-type prod",
"serve.prod.exp": "gulp serve.prod.aot --color --env-config prod --build-type prod",
"serve.prod.rollup.aot": "gulp serve.prod.rollup.aot --color --env-config prod --build-type prod",
"start": "gulp serve.dev --color",
"start.deving": "gulp start.deving --color",
"start.desktop": "gulp desktop && NODE_ENV=development electron ./dist/dev",
"start.livesync.desktop": "gulp desktop && NODE_ENV=development gulp desktop.watch",
"start.livesync.desktop.windows": "gulp desktop && SET NODE_ENV=development && gulp desktop.watch",
"start.desktop.windows": "gulp desktop && SET NODE_ENV=development && electron ./dist/dev",
"start.ios": "npm run nativescript-install && gulp build.tns && concurrently --kill-others 'gulp build.tns.watch' 'cd nativescript && tns run ios --emulator'",
"start.ios.device": "npm run nativescript-install && gulp build.tns && concurrently --kill-others 'gulp build.tns.watch' 'cd nativescript && tns run ios'",
"start.android": "npm run nativescript-install && gulp build.tns && concurrently --kill-others \"gulp build.tns.watch\" \"cd nativescript && tns livesync android --emulator\"",
"start.android.device": "npm run nativescript-install && gulp build.tns && concurrently --kill-others \"gulp build.tns.watch\" \"cd nativescript && tns run android\"",
"tasks.list": "gulp --tasks-simple --color",
"test": "gulp test --color",
"e2e.ci": "gulp build.prod --color && gulp build.e2e --color && gulp e2e --color",
"tests.all": "npm test && npm run e2e.ci",
"webdriver-start": "webdriver-manager start",
"webdriver-update": "node_modules/protractor/bin/webdriver-manager update",
"compodoc": "node_modules/.bin/compodoc -p src/client/tsconfig.json",
"serve.compodoc": "node_modules/.bin/compodoc -s"
},
"author": "Minko Gechev <mgechev>",
"contributors": [
{
"name": "Nathan Walker <NathanWalker>"
}
],
"license": "MIT",
"devDependencies": {
"@angular/compiler-cli": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"@ngrx/store-devtools": "^3.2.2",
"@types/async": "^2.0.32",
"@types/browser-sync": "^0.0.34",
"@types/express": "^4.0.33",
"@types/gulp": "^3.8.32",
"@types/gulp-filter": "^3.0.29",
"@types/gulp-load-plugins": "^0.0.28",
"@types/gulp-newer": "0.0.29",
"@types/gulp-protractor": "^1.0.29",
"@types/gulp-rename": "0.0.31",
"@types/gulp-sass": "^0.0.29",
"@types/gulp-util": "^3.0.29",
"@types/jasmine": "2.5.41",
"@types/lodash": "^4.14.37",
"@types/node": "^6.0.45",
"@types/rimraf": "0.0.28",
"@types/run-sequence": "^0.0.28",
"@types/selenium-webdriver": "^2.53.39",
"@types/systemjs": "^0.19.31",
"@types/yargs": "^6.5.0",
"@types/zone.js": "^0.0.27",
"async": "^2.1.1",
"autoprefixer": "^6.5.1",
"browser-sync": "^2.17.3",
"codelyzer": "^2.0.1",
"compodoc": "^0.0.40",
"concurrently": "^3.1.0",
"connect-history-api-fallback": "^1.3.0",
"cssnano": "^3.7.7",
"deep-extend": "^0.4.1",
"electron-connect": "^0.4.2",
"electron-debug": "^1.0.0",
"electron-prebuilt": "^1.2.1",
"event-stream": "^3.3.4",
"express": "~4.14.0",
"express-history-api-fallback": "^2.0.0",
"gulp": "^3.9.1",
"gulp-atom-electron": "^1.6.1",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-filter": "^4.0.0",
"gulp-inject": "^4.1.0",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-load-plugins": "^1.3.0",
"gulp-newer": "^1.3.0",
"gulp-plumber": "~1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-progeny": "^0.3.1",
"gulp-protractor": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "2.2.0",
"gulp-template": "^4.0.0",
"gulp-tslint": "7.0.1",
"gulp-typescript": "^3.0.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.10",
"is-ci": "^1.0.9",
"isstream": "^0.1.2",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "^3.0.0",
"karma": "~1.3.0",
"karma-chrome-launcher": "~2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "~1.1.0",
"karma-mocha-reporter": "^2.2.0",
"karma-remap-istanbul": "^0.2.1",
"merge-stream": "^1.0.0",
"minimatch": "^3.0.3",
"mkdirp": "^0.5.1",
"ngrx-store-freeze": "0.1.6",
"open": "0.0.5",
"protractor": "^4.0.14",
"remap-istanbul": "^0.8.4",
"rimraf": "^2.5.4",
"rollup": "^0.41.4",
"rollup-plugin-commonjs": "^7.0.1",
"rollup-plugin-includepaths": "0.2.1",
"rollup-plugin-node-resolve": "^2.0.0",
"run-sequence": "^1.2.2",
"semver": "^5.3.0",
"serve-static": "^1.11.1",
"slash": "~1.0.0",
"supports-color": "^3.1.2",
"systemjs-builder": "0.15.34",
"tildify": "^1.2.0",
"traceur": "^0.0.111",
"ts-node": "^2.0.0",
"tslint": "^4.3.0",
"typedoc": "^0.5.5",
"typescript": "^2.1.5",
"walk": "^2.3.9",
"yargs": "^6.0.0"
},
"dependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@angular/service-worker": "^1.0.0-beta.6",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.2",
"@ngrx/store": "^2.2.1",
"@ngx-translate/core": "^6.0.1",
"@ngx-translate/http-loader": "0.0.3",
"angulartics2": "^1.6.4",
"core-js": "^2.4.1",
"es-module-loader": "^1.0.0",
"intl": "^1.2.5",
"lodash": "^4.17.4",
"minimatch": "^3.0.3",
"reflect-metadata": "^0.1.8",
"rxjs": "~5.2.0",
"systemjs": "0.19.41",
"zone.js": "^0.8.4"
}
}