-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
106 lines (106 loc) · 3.1 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
{
"name": "@mxtommy/kip",
"version": "2.12.3",
"description": "An advanced and versatile marine instrumentation package to display Signal K data.",
"license": "MIT",
"author": {
"name": "Thomas St.Pierre, David Godin"
},
"contributors": [
{
"name": "Thomas St.Pierre",
"email": "thomas@samoht.ca"
},
{
"name": "David Godin",
"email": "godind@hotmail.com"
}
],
"homepage": "https://github.com/mxtommy/Kip",
"bugs": "https://github.com/mxtommy/Kip/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/mxtommy/Kip.git"
},
"keywords": [
"signalk-webapp",
"signalk-category-instruments",
"signal k",
"signalk",
"instruments",
"dashboard",
"marine",
"nmea"
],
"signalk": {
"appIcon": "assets/icon-72x72.png",
"displayName": "KIP Instrument MFD"
},
"scripts": {
"dev": "ng serve --configuration=dev --serve-path=/@mxtommy/kip/",
"build-dev": "ng build --configuration=dev",
"build-prod": "ng build --configuration=production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.4",
"@angular/animations": "17.3.4",
"@angular/cdk": "^17.3.4",
"@angular/cli": "^17.3.4",
"@angular/common": "17.3.4",
"@angular/compiler": "17.3.4",
"@angular/compiler-cli": "17.3.4",
"@angular/core": "17.3.4",
"@angular/forms": "17.3.4",
"@angular/language-service": "17.3.4",
"@angular/material": "^17.3.4",
"@angular/platform-browser": "17.3.4",
"@angular/platform-browser-dynamic": "17.3.4",
"@angular/router": "17.3.4",
"@godind/ng-canvas-gauges": "^6.2.1",
"@robloche/chartjs-plugin-streaming": "^3.1.0",
"@types/canvas-gauges": "^2.1.8",
"@types/hammerjs": "^2.0.45",
"@types/howler": "^2.2.10",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.9",
"@types/js-quantities": "^1.6.4",
"@types/lodash-es": "^4.17.9",
"@types/node": "^18.19.30",
"angular-resize-event": "git+https://git@github.com/dereekb/angular-resize-event.git#00ef5139ccd6a02f0afd7639ae1bd365ac8b13f9",
"angular-split": "^17.2.0",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"codelyzer": "^6.0.0",
"compare-versions": "^5.0.1",
"core-js": "^3.13.1",
"date-fns": "^2.30.0",
"hammerjs": "^2.0.8",
"howler": "^2.2.4",
"jasmine-core": "~4.0.1",
"jasmine-spec-reporter": "~5.0.0",
"js-quantities": "^1.8.0",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.6.0",
"lodash-es": "^4.17.21",
"ng-packagr": "^17.3.0",
"protractor": "~7.0.0",
"pwa-asset-generator": "^6.3.1",
"rx-dom-html": "^7.0.3",
"rxjs": "^7.5.7",
"sass": "^1.49.9",
"screenfull": "^6.0.2",
"ts-node": "^8.10.2",
"tslib": "^2.6.2",
"tslint": "^6.1.3",
"typescript": "^5.4.5",
"zone.js": "~0.14.4"
}
}