|
4 | 4 | "license": "MIT",
|
5 | 5 | "scripts": {
|
6 | 6 | "ng": "./node_modules/@angular/cli/bin/ng",
|
7 |
| - |
8 | 7 | "start:mock-ng-spree": "ng serve --configuration=mock-ng-spree",
|
9 |
| - |
10 | 8 | "e2e:dev-ng-spree": "ng e2e --configuration=dev-ng-spree",
|
11 | 9 | "lint:dev-ng-spree": "ng lint --configuration=dev-ng-spree",
|
12 | 10 | "test:dev-ng-spree": "ng test --configuration=dev-ng-spree",
|
13 | 11 | "build:dev-ng-spree": "ng build --configuration=dev-ng-spree",
|
14 | 12 | "start:dev-ng-spree": "ng serve --configuration=dev-ng-spree",
|
15 | 13 | "build:prod-ng-spree": "ng build --configuration=prod-ng-spree",
|
16 |
| - |
17 |
| - |
18 | 14 | "e2e:dev-custom": "ng e2e --configuration=dev-custom",
|
19 | 15 | "lint:dev-custom": "ng lint --configuration=dev-custom",
|
20 | 16 | "test:dev-custom": "ng test --configuration=dev-custom",
|
21 | 17 | "build:dev-custom": "ng build --configuration=dev-custom",
|
22 | 18 | "start:dev-custom": "ng serve --configuration=dev-custom",
|
23 | 19 | "build:prod-custom": "ng build --configuration=prod-custom",
|
24 |
| - |
25 | 20 | "compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.app.json -d docs/",
|
26 |
| - |
27 | 21 | "sw": "sw-precache --root=dist --config=sw-precache-config.js",
|
28 |
| - |
29 | 22 | "bundle-report": "webpack-bundle-analyzer dist/stats.json",
|
30 |
| - |
31 | 23 | "static-serve": "cd dist/browser && live-server --port=4200 --host=localhost --entry-file=/index.html",
|
32 |
| - |
33 | 24 | "build:ssr:prod-custom": "npm run build:client-and-server-bundles:prod-custom && npm run webpack:server",
|
34 | 25 | "build:ssr:prod-ng-spree": "npm run build:client-and-server-bundles:prod-ng-spree && npm run webpack:server",
|
35 |
| - |
36 | 26 | "start:ssr:prod-custom": "npm run build:ssr:prod-custom && node dist/server",
|
37 | 27 | "start:ssr:prod-ng-spree": "npm run build:ssr:prod-ng-spree && node dist/server",
|
38 |
| - |
39 | 28 | "build:client-and-server-bundles:prod-custom": "npm run build:prod-custom && ng run angularspree:server:prod-custom",
|
40 | 29 | "build:client-and-server-bundles:prod-ng-spree": "npm run build:prod-ng-spree && ng run angularspree:server:prod-ng-spree",
|
41 |
| - |
42 | 30 | "webpack:server": "webpack --config webpack.server.config.js --progress --colors"
|
43 | 31 | },
|
44 | 32 | "private": true,
|
|
52 | 40 | "@angular/platform-browser": "^6.1.1",
|
53 | 41 | "@angular/platform-browser-dynamic": "^6.1.1",
|
54 | 42 | "@angular/platform-server": "^6.1.1",
|
55 |
| - "@angular/pwa": "^0.7.2", |
| 43 | + "@angular/pwa": "^0.7.4", |
56 | 44 | "@angular/router": "^6.1.1",
|
57 | 45 | "@angular/service-worker": "^6.1.1",
|
58 | 46 | "@ngrx/core": "^1.2.0",
|
|
89 | 77 | "zone.js": "^0.8.26"
|
90 | 78 | },
|
91 | 79 | "devDependencies": {
|
92 |
| - "@angular-devkit/build-angular": "^0.7.2", |
93 |
| - "@angular/cli": "^6.1.2", |
| 80 | + "@angular-devkit/build-angular": "^0.7.4", |
| 81 | + "@angular/cli": "^6.1.4", |
94 | 82 | "@angular/compiler-cli": "^6.1.1",
|
95 | 83 | "@angular/language-service": "^6.1.1",
|
96 | 84 | "@angularclass/hmr": "^2.1.3",
|
|
0 commit comments