forked from mxtommy/Kip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.36 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": "@mxtommy/kip",
"version": "1.3.1",
"license": "MIT",
"keywords": [
"signalk-webapp",
"signalk-category-instruments",
"signal k",
"signalk",
"instruments",
"dashboard",
"marine",
"nmea"
],
"homepage": "https://github.com/mxtommy/Kip",
"bugs": "https://github.com/mxtommy/Kip/issues",
"author": "Thomas St.Pierre <[email protected]>",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=dev",
"build": "ng build",
"build-npm": "ng build --configuration=production --base-href=/@mxtommy/kip/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"repository": {
"type": "git",
"url": "https://github.com/mxtommy/Kip"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.16",
"@angular/animations": "12.2.16",
"@angular/cdk": "^12.2.13",
"@angular/cli": "^12.2.16",
"@angular/common": "12.2.16",
"@angular/compiler": "12.2.16",
"@angular/compiler-cli": "12.2.16",
"@angular/core": "12.2.16",
"@angular/forms": "12.2.16",
"@angular/language-service": "12.2.16",
"@angular/localize": "^12.2.16",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "12.2.16",
"@angular/platform-browser-dynamic": "12.2.16",
"@angular/platform-server": "12.2.16",
"@angular/router": "12.2.16",
"@types/canvas-gauges": "^2.1.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.9",
"@types/node": "^14.17.1",
"angular-resize-event": "^3.1.1",
"angular-split": "^3.0.3",
"canvas-gauges": "^2.1.7",
"chart.js": "^3.5.1",
"chartjs-adapter-moment": "^1.0.0",
"codelyzer": "^6.0.0",
"compare-versions": "^5.0.1",
"core-js": "^3.13.1",
"hammerjs": "^2.0.8",
"howler": "^2.2.1",
"jasmine-core": "~4.0.1",
"jasmine-spec-reporter": "~5.0.0",
"js-quantities": "^1.7.6",
"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",
"moment": "^2.29.1",
"protractor": "~7.0.0",
"rx-dom-html": "^7.0.3",
"rxjs": "^7.5.7",
"sass": "^1.49.9",
"screenfull": "^5.1.0",
"ts-node": "^8.10.2",
"tslib": "^2.2.0",
"tslint": "^6.1.3",
"typescript": "^4.3.5",
"zone.js": "~0.11.4"
}
}