forked from Ismaestro/angular-example-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 4.52 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
{
"name": "angular-example-app",
"version": "7.0.0",
"license": "MIT",
"scripts": {
"start": "ng serve --configuration=en --open",
"start:es": "ng serve --configuration=es --open",
"extract-i18n": "ng xi18n angularexampleapp --i18n-format xlf --output-path i18n --i18n-locale en && ngx-extractor --input=\"src/**/*.ts\" --format=xlf --out-file=src/i18n/messages.xlf && ng run angularexampleapp:xliffmerge",
"lint": "tslint --project tslint.json ./src/**/*.ts -t verbose",
"test": "ng test angularexampleapp --code-coverage --no-watch --source-map=false",
"test:app:watch": "ng test angularexampleapp --code-coverage --watch=true",
"test:library:watch": "ng test ngx-example-library --code-coverage --watch=true",
"e2e": "ng e2e",
"build:prod:en": "ng build --configuration=production-en",
"build:prod:es": "ng build --configuration=production-es",
"build:server:prod:en": "ng run angularexampleapp:server:production-en",
"build:server:prod:es": "ng run angularexampleapp:server:production-es",
"build:library": "ng build ngx-example-library",
"build:client-and-server-bundles": "npm run build:prod:en && npm run build:prod:es && npm run build:server:prod:en && npm run build:server:prod:es",
"webpack:server": "webpack --config webpack.server.config.js --progress --colors",
"build:ssr": "npm run build:client-and-server-bundles && npm run webpack:server",
"serve:ssr": "node dist/server",
"bundle-report": "ng build --configuration=production-en --stats-json && webpack-bundle-analyzer dist/stats.json",
"release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
"release:major": "standard-version --release-as major && git push --follow-tags origin master",
"ci": "npm run lint && npm run test && npm run e2e && npm run build:ssr",
"deploy": "bash scripts/deploy.sh"
},
"private": true,
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.0.0"
},
"dependencies": {
"@angular/animations": "7.2.8",
"@angular/common": "7.2.8",
"@angular/compiler": "7.2.8",
"@angular/core": "7.2.8",
"@angular/fire": "5.1.1",
"@angular/flex-layout": "7.0.0-beta.23",
"@angular/forms": "7.2.8",
"@angular/http": "7.2.8",
"@angular/platform-browser": "7.2.8",
"@angular/platform-browser-dynamic": "7.2.8",
"@angular/platform-server": "7.2.8",
"@angular/router": "7.2.8",
"@angular/upgrade": "7.2.7",
"@ismaestro/ngx-scroll-to-first-invalid": "2.0.0",
"@nguniversal/express-engine": "7.1.1",
"@nguniversal/module-map-ngfactory-loader": "v7.1.1",
"@ngx-i18nsupport/tooling": "1.1.2",
"@ngx-translate/i18n-polyfill": "1.0.0",
"@sentry/browser": "4.6.4",
"classlist.js": "1.1.20150312",
"core-js": "2.6.5",
"express": "4.16.4",
"firebase": "5.8.4",
"ng-animate": "0.3.4",
"ngx-progressive-image-loader": "4.0.0-beta.9",
"rxjs": "6.4.0",
"web-animations-js": "2.3.1",
"zone.js": "0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.5",
"@angular-devkit/build-ng-packagr": "0.13.5",
"@angular/cdk": "7.3.3",
"@angular/cli": "7.3.5",
"@angular/compiler-cli": "7.2.8",
"@angular/language-service": "7.2.8",
"@angular/material": "7.3.3",
"@ismaestro/ngx-example-library": "1.0.0",
"@ngx-i18nsupport/ngx-i18nsupport": "1.1.2",
"@types/html2canvas": "0.0.35",
"@types/jasmine": "3.3.9",
"@types/jasminewd2": "2.0.6",
"@types/node": "11.11.0",
"bowser": "2.1.0",
"codelyzer": "4.5.0",
"coveralls": "3.0.3",
"fs": "0.0.1-security",
"hammerjs": "2.0.8",
"html2canvas": "1.0.0-alpha.12",
"http-server": "0.11.1",
"husky": "1.3.1",
"jasmine-core": "3.3.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"karma-mocha-reporter": "2.2.5",
"karma-parallel": "0.3.1",
"karma-remap-istanbul": "0.6.0",
"moment": "2.24.0",
"ng-bullet": "1.0.3",
"ng-mocks": "7.7.0",
"ng-packagr": "4.7.1",
"node-sass": "4.11.0",
"path": "0.12.7",
"protractor": "5.4.2",
"standard-version": "5.0.1",
"sw-precache": "5.2.1",
"ts-helpers": "1.1.2",
"ts-loader": "5.3.3",
"ts-node": "8.0.3",
"tsickle": "0.34.3",
"tslib": "1.9.3",
"tslint": "5.13.1",
"typescript": "3.1.3",
"webpack-bundle-analyzer": "3.1.0",
"webpack-cli": "3.2.3"
}
}