-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.95 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
{
"name": "dwd-radar",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "rm -rf docs/ && ng build --configuration=production",
"buildGP": "rm -rf docs/ && ng build --configuration=production --output-path docs --aot --vendor-chunk --common-chunk --delete-output-path --build-optimizer --base-href /ol-ng-dwd-Radar/",
"buildGPLocal": "npm run buildGP",
"postbuildGPLocal": "rm -rf tmp/ol-ng-dwd-Radar/* && cp -R docs/* tmp/ol-ng-dwd-Radar/",
"serveLocalPwa": "http-server -p 8080 -c-1 ./tmp",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.5",
"@angular/cdk": "^15.2.5",
"@angular/common": "^15.2.5",
"@angular/compiler": "^15.2.5",
"@angular/core": "^15.2.5",
"@angular/forms": "^15.2.5",
"@angular/material": "^15.2.5",
"@angular/platform-browser": "^15.2.5",
"@angular/platform-browser-dynamic": "^15.2.5",
"@angular/pwa": "^15.2.4",
"@angular/router": "^15.2.5",
"@angular/service-worker": "^15.2.5",
"@material-design-icons/font": "^0.14.5",
"core-js": "^2.6.12",
"luxon": "^3.3.0",
"ol": "^7.3.0",
"rxjs": "~6.6.3",
"tslib": "^1.14.1",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
"@angular/cli": "^15.2.4",
"@angular/compiler-cli": "^15.2.5",
"@angular/language-service": "^15.2.5",
"@types/jasmine": "^3.10.7",
"@types/jasminewd2": "~2.0.10",
"@types/luxon": "^3.2.0",
"@types/node": "^15.14.9",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.3",
"typescript": "~4.9.5"
}
}