-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.53 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
{
"name": "ost-front",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.1",
"@angular/cdk": "^18.2.1",
"@angular/common": "^18.2.1",
"@angular/compiler": "^18.2.1",
"@angular/core": "^18.2.1",
"@angular/forms": "^18.2.1",
"@angular/material": "^18.2.1",
"@angular/platform-browser": "^18.2.1",
"@angular/platform-browser-dynamic": "^18.2.1",
"@angular/router": "^18.2.1",
"@capacitor/android": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/preferences": "^5.0.7",
"@capacitor/screen-orientation": "^6.0.1",
"@ionic-native/core": "^5.36.0",
"@ionic-native/device": "^5.36.0",
"@ionic-native/zeroconf": "^5.36.0",
"@ionic/angular": "^8.2.2",
"@ionic/pwa-elements": "^3.1.1",
"@material/card": "^14.0.0",
"@swimlane/ngx-charts": "^20.1.0",
"@types/d3": "^7.4.0",
"angular-material": "^1.2.5",
"angular-moment": "^1.3.0",
"capacitor-zeroconf": "^2.0.0",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-annotation": "^2.1.0",
"cordova-plugin-zeroconf": "^1.4.2",
"d3": "^7.6.1",
"d3-celestial": "^0.7.35",
"d3-geo-projection": "^4.0.0",
"d3-queue": "^3.0.7",
"d3-scale": "^4.0.2",
"d3-zoom": "^3.0.0",
"date-fns": "^2.29.3",
"dgram": "^1.0.1",
"echarts": "^5.4.0",
"marked": "^14.0.0",
"moment": "^2.29.4",
"multicast-dns": "^7.2.5",
"multicast-service-discovery": "^4.0.4",
"nativescript-angular": "^10.0.0",
"nativescript-zeroconf": "^1.0.4",
"ng-image-slider": "^6.1.0",
"ng2-charts": "^4.0.2",
"ngx-echarts": "^15.0.0",
"ngx-markdown": "^18.0.0",
"os": "^0.1.2",
"path-browserify": "^1.0.1",
"rxjs": "~7.5.0",
"tns-core-modules": "^6.5.27",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.1",
"@angular/cli": "~18.2.1",
"@angular/compiler-cli": "^18.2.1",
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^6.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.5.4"
}
}