-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
176 lines (176 loc) · 5.42 KB
/
Copy pathpackage.json
File metadata and controls
176 lines (176 loc) · 5.42 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "commandvue",
"version": "0.3.0",
"private": true,
"type": "module",
"description": "A production-grade Vue 3 template for operations dashboards — command-and-control, fleet monitoring, geospatial operations, and real-time telemetry. Cesium 3D globe, MapLibre 2D maps, Dockview panels, PrimeVue + Tailwind, standardized operational symbology, batteries included.",
"keywords": [
"vue",
"vue3",
"template",
"boilerplate",
"cesium",
"maplibre",
"dockview",
"primevue",
"tailwindcss",
"echarts",
"milsymbol",
"command-and-control",
"command-center",
"operations",
"mission-critical",
"geospatial",
"fleet-monitoring",
"telemetry",
"typescript"
],
"license": "Apache-2.0",
"author": "Uraan AI <hello@uraanai.com>",
"homepage": "https://github.com/uraanai/CommandVue#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/uraanai/CommandVue.git"
},
"bugs": {
"url": "https://github.com/uraanai/CommandVue/issues"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.15.0",
"scripts": {
"predev": "node scripts/copy-cesium-assets.mjs",
"dev": "vite",
"predev:tunnel": "node scripts/copy-cesium-assets.mjs",
"dev:tunnel": "node scripts/dev-tunnel.mjs",
"prebuild": "node scripts/copy-cesium-assets.mjs",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix --cache",
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"test": "vitest run",
"test:watch": "vitest",
"theme:demo": "tsx scripts/demo-theme-generation.ts",
"spell": "cspell \"**/*.{ts,vue,md,json}\" --no-progress",
"check:single-source": "node scripts/check-single-source.mjs",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"prepare": "husky",
"docker:build": "docker build -t commandvue:local .",
"docker:up": "docker compose up --build",
"docker:down": "docker compose down"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@fontsource/lato": "^5.2.7",
"@fontsource/lora": "^5.2.8",
"@fontsource/merriweather": "^5.2.11",
"@fontsource/montserrat": "^5.2.8",
"@fontsource/open-sans": "^5.2.7",
"@fontsource/roboto": "^5.2.10",
"@fontsource/source-sans-3": "^5.2.9",
"@heroicons/vue": "^2.2.0",
"@iconify-prerendered/vue-mdi": "^0.28.0",
"@lucide/vue": "^1.17.0",
"@orbat-mapper/convert-symbology": "latest",
"@primevue/icons": "^4.5.5",
"@tanstack/vue-table": "^8.21.3",
"@tanstack/vue-virtual": "^3.13.27",
"@turf/area": "^7.0.0",
"@turf/bbox": "^7.0.0",
"@turf/bearing": "^7.0.0",
"@turf/centroid": "^7.0.0",
"@turf/destination": "^7.0.0",
"@turf/distance": "^7.0.0",
"@turf/great-circle": "^7.0.0",
"@turf/helpers": "^7.0.0",
"@turf/length": "^7.0.0",
"@turf/midpoint": "^7.0.0",
"@vueuse/components": "^14.3.0",
"@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"browser-fs-access": "^0.38.0",
"cesium": "^1.142.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"culori": "^4.0.2",
"dayjs": "^1.11.21",
"dockview-vue": "^6.5.0",
"echarts": "^6.1.0",
"es-toolkit": "^1.47.0",
"floating-vue": "^5.2.2",
"formatcoords": "^1.1.3",
"fuzzysort": "^3.1.0",
"h3-js": "^4.1.0",
"idb": "^8.0.1",
"maplibre-gl": "^5.0.0",
"markdown-it": "^14.2.0",
"mgrs": "^2.1.0",
"milsymbol": "^3.0.0",
"nanoid": "^5.0.9",
"pinia": "^3.0.4",
"primevue": "^4.2.5",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.0.0",
"ulid": "^3.0.2",
"vue": "^3.5.35",
"vue-echarts": "^8.0.1",
"vue-router": "^5.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@commitlint/types": "^21.0.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0",
"@tsconfig/node22": "^22.0.0",
"@types/culori": "^4.0.1",
"@types/geojson": "^7946.0.14",
"@types/jsdom": "^28.0.3",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.9.1",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.1",
"cloudflared": "^0.7.1",
"cspell": "^10.0.1",
"eslint": "^10.4.1",
"eslint-plugin-perfectionist": "^5.9.0",
"eslint-plugin-vue": "^10.9.1",
"fake-indexeddb": "^6.2.5",
"husky": "^9.1.7",
"jiti": "^2.4.2",
"jsdom": "^29.1.1",
"lint-staged": "^17.0.5",
"mersenne-twister": "^1.1.0",
"npm-run-all2": "^9.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.0.0",
"tailwindcss-primeui": "^0.6.1",
"tsx": "^4.22.3",
"typescript": "~6.0.3",
"vite": "^8.0.16",
"vite-plugin-static-copy": "^4.1.0",
"vitepress": "^1.6.4",
"vitest": "^4.1.8",
"vue-tsc": "^3.3.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}