-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.81 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
{
"name": "catch-frontend-ng18",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve:ssr:catch-frontend-ng18": "node dist/catch-frontend-ng18/server/server.mjs",
"---0": "---",
"watch_catch_dev": "ng build --configuration development --stats-json --watch",
"build_catch_dev": "ng build --configuration development --stats-json",
"serve_ssr_dev": "node dist/catch-gui-dev/server/server.mjs",
"---1": "---",
"watch_catch_prod": "ng build --configuration production --stats-json --watch",
"build_catch_prod": "ng build --configuration production --stats-json",
"serve_ssr_prod": "node dist/catch-gui-prod/server/server.mjs",
"---2": "---",
"devlib": "ng build ngx-js9 --watch",
"buildlib": "ng build ngx-js9 "
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.0",
"@angular/cdk": "^18.2.4",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/material": "^18.2.4",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/platform-server": "^18.2.0",
"@angular/router": "^18.2.0",
"@angular/ssr": "^18.2.4",
"@aws-sdk/client-s3": "^3.650.0",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@json2csv/plainjs": "^7.0.6",
"@ngrx/effects": "^18.0.2",
"@ngrx/router-store": "^18.0.2",
"@ngrx/store": "^18.0.2",
"angular-plotly.js": "^6.0.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"geolib": "^3.3.4",
"json2csv": "^5.0.7",
"jszip": "^3.10.1",
"normalize-scss": "^8.0.0",
"plotly.js-dist-min": "^2.35.2",
"rxjs": "~7.8.0",
"sbn-solar-viewer": "^0.4.1",
"three": "^0.128.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.4",
"@angular/cli": "^18.2.4",
"@angular/compiler-cli": "^18.2.0",
"@types/express": "^4.17.17",
"@types/file-saver": "^2.0.7",
"@types/google.analytics": "^0.0.46",
"@types/grecaptcha": "^3.0.9",
"@types/gtag.js": "^0.0.20",
"@types/jasmine": "~5.1.0",
"@types/json2csv": "^5.0.7",
"@types/node": "^18.18.0",
"@types/plotly.js-dist-min": "^2.3.4",
"jasmine-core": "~5.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.2.0",
"typescript": "~5.5.2"
}
}