-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
101 lines (101 loc) · 3.08 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
{
"name": "@signalk/freeboard-sk",
"version": "2.12.2",
"description": "Openlayers chart plotter implementation for Signal K",
"keywords": [
"signalk-webapp",
"signalk-node-server-plugin",
"signalk-category-chart-plotters"
],
"signalk": {
"appIcon": "./assets/icons/icon-72x72.png",
"displayName": "Freeboard-SK"
},
"repository": "https://github.com/SignalK/freeboard-sk",
"main": "plugin/index.js",
"signalk-plugin-enabled-by-default": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"format": "prettier --ignore-path .gitignore --write \"src/**/*.+(ts|html)\"",
"format:helper": "prettier --ignore-path .gitignore --write \"helper/**/*.+(ts|html)\"",
"build:helper": "tsc -p tsconfig-helper.json",
"build:web": "ng build -c production --output-hashing all",
"build:all": "npm run build:helper && npm run build:web",
"build:prod": "npm run build:all",
"prepack": "npm run build:all"
},
"author": "AdrianP",
"contributors": [
{
"name": "[email protected]"
},
{
"name": "[email protected]"
}
],
"license": "Apache-v2",
"dependencies": {
"@signalk/server-api": "^2.3.0",
"socket.io-client": "^4.6.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.0",
"@angular/animations": "^18.1.0",
"@angular/cdk": "^18.1.0",
"@angular/cli": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/compiler": "^18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/language-service": "^18.1.0",
"@angular/material": "^18.1.0",
"@angular/platform-browser": "^18.1.0",
"@angular/platform-browser-dynamic": "^18.1.0",
"@kolkov/angular-editor": "^2.1.0",
"@types/arcgis-rest-api": "^10.4.5",
"@types/express": "^4.17.17",
"@types/geojson": "^7946.0.10",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^20.4.5",
"@types/topojson-specification": "^1.0.2",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"codelyzer": "^6.0.0",
"eslint": "^8.33.0",
"geolib": "^3.3.3",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^18.1.0",
"ngeohash": "^0.6.3",
"ol": "^10.2.1",
"ol-mapbox-style": "^12.3.5",
"pmtiles": "^2.7.0",
"prettier": "^2.5.1",
"prettier-plugin-organize-attributes": "^0.0.5",
"proj4": "2.6.2",
"protractor": "~7.0.0",
"rxjs": "~6.6.3",
"semver": "^7.6.0",
"signalk-client-angular": "^2.0.3",
"signalk-worker-angular": "^1.1.4",
"simplify-ts": "^1.0.2",
"stream": "^0.0.2",
"timers": "^0.1.1",
"ts-node": "~7.0.0",
"typescript": "~5.4.2",
"xml2js": "^0.6.2",
"zone.js": "~0.14.4"
}
}