-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.92 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 3.92 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@tak-ps/cloudtak",
"type": "module",
"version": "12.138.2",
"types": "dist/types/plugin.d.ts",
"files": [
"dist/types"
],
"engines": {
"node": ">= 24"
},
"exports": {
".": {
"types": "./dist/types/plugin.d.ts"
}
},
"scripts": {
"serve": "DEV=true vite serve --port 8080",
"typegen": "npm run typegen -C ..",
"check": "vue-tsc",
"build:types": "vue-tsc -p tsconfig.build.json",
"doc": "typedoc --options typedoc.json",
"build": "vite build",
"lint": "eslint --config eslint.config.js ./src/ ./public/ ./plugins/",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfpc-coe/CloudTAK.git"
},
"dependencies": {
"@capacitor/app": "^8.1.0",
"@capacitor/browser": "^8.0.1",
"@capacitor/clipboard": "^8.0.1",
"@capacitor/core": "^8.3.1",
"@capacitor/geolocation": "^8.1.0",
"@capacitor/haptics": "^8.0.2",
"@capacitor/ios": "^8.3.1",
"@capacitor/keyboard": "^8.0.3",
"@capacitor/status-bar": "^8.0.2",
"@mapbox/tile-cover": "^3.0.2",
"@simplewebauthn/browser": "^13.3.0",
"@tabler/core": "^1.4.0",
"@tabler/icons-vue": "^3.0.0",
"@tak-ps/node-cot": "^14.20.0",
"@tak-ps/node-p12": "^1.0.3",
"@tak-ps/vue-tabler": "^4.20.0",
"@turf/area": "^7.2.0",
"@turf/bbox": "^7.1.0",
"@turf/boolean-point-in-polygon": "^7.3.1",
"@turf/boolean-touches": "^7.1.0",
"@turf/boolean-within": "^7.1.0",
"@turf/buffer": "^7.3.4",
"@turf/destination": "^7.2.0",
"@turf/distance": "^7.2.0",
"@turf/ellipse": "^7.2.0",
"@turf/envelope": "^7.1.0",
"@turf/length": "^7.2.0",
"@turf/line-split": "^7.3.4",
"@turf/meta": "^7.2.0",
"@turf/nearest-point-on-line": "^7.3.4",
"@turf/point-on-feature": "^7.0.0",
"@ver0/deep-equal": "^2.0.1",
"@vueuse/core": "^14.0.0",
"autosize": "^6.0.1",
"comlink": "^4.4.2",
"cronstrue": "^3.0.0",
"dexie": "^4.2.1",
"dropzone": "^6.0.0-beta.2",
"floating-vue": "^2.0.0-beta.17",
"geo-coordinates-parser": "^1.7.4",
"geomagnetism": "^0.2.0",
"handlebars": "^4.7.9",
"hls.js": "^1.6.5",
"imask": "^6.0.0",
"jsonata": "^2.0.4",
"maplibre-gl": "5.24.0",
"milsymbol": "^3.0.2",
"openapi-fetch": "^0.17.0",
"phone": "^3.1.59",
"pinia": "^3.0.0",
"rxjs": "^7.8.2",
"sortablejs": "^1.15.2",
"swagger-ui-dist": "^5.30.2",
"terra-draw": "^1.22.0",
"terra-draw-maplibre-gl-adapter": "^1.1.1",
"terra-draw-route-snap-mode": "^0.4.1",
"terra-route": "^0.0.17",
"uuid": "^14.0.0",
"vue": "^3.2.31",
"vue-component-type-helpers": "^3.0.7",
"vue-mention": "^2.0.0-alpha.3",
"vue-router": "^5.0.0",
"yaml": "^2.8.2"
},
"devDependencies": {
"@capacitor/cli": "^8.3.1",
"@eslint/js": "^10.0.0",
"@testing-library/vue": "^8.1.0",
"@types/mapbox__tile-cover": "^3.0.4",
"@types/sortablejs": "^1.15.8",
"@types/swagger-ui": "^5.21.1",
"@vitejs/plugin-vue": "^6.0.0",
"@vitest/ui": "^4.1.0",
"@vue/test-utils": "^2.4.6",
"@vueuse/rxjs": "^14.1.0",
"eslint": "^10.0.0",
"eslint-plugin-vue": "^10.0.0",
"globals": "^17.3.0",
"happy-dom": "^20.0.0",
"jsdom": "^29.0.0",
"sass-embedded": "^1.86.0",
"typedoc": "^0.28.1",
"typescript": "^6.0.0",
"typescript-eslint": "^8.20.0",
"vite": "8.0.0",
"vitest": "^4.1.0",
"vue-tsc": "^3.0.0-alpha.10"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}