mirror of
https://github.com/dfpc-coe/CloudTAK.git
synced 2025-12-22 05:37:16 +00:00
92 lines
2.8 KiB
JSON
92 lines
2.8 KiB
JSON
{
|
|
"name": "@tak-ps/CloudTAK.web",
|
|
"type": "module",
|
|
"version": "12.28.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">= 24"
|
|
},
|
|
"scripts": {
|
|
"serve": "DEV=true vite serve --port 8080",
|
|
"typegen": "openapi-typescript http://localhost:5001/api/swagger --output src/derived-types.d.ts",
|
|
"check": "vue-tsc",
|
|
"build": "vite build",
|
|
"lint": "eslint ./src/ ./public/",
|
|
"test": "exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@react-hookz/deep-equal": "^3.0.3",
|
|
"@tabler/core": "^1.4.0",
|
|
"@tabler/icons-vue": "^3.0.0",
|
|
"@tak-ps/node-cot": "^14.0.0",
|
|
"@tak-ps/vue-tabler": "^3.87.0",
|
|
"@turf/area": "^7.2.0",
|
|
"@turf/bbox": "^7.1.0",
|
|
"@turf/boolean-point-in-polygon": "^7.1.0",
|
|
"@turf/boolean-touches": "^7.1.0",
|
|
"@turf/boolean-within": "^7.1.0",
|
|
"@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/meta": "^7.2.0",
|
|
"@turf/point-on-feature": "^7.0.0",
|
|
"@vueuse/core": "^13.0.0",
|
|
"@vueuse/rxjs": "^14.0.0",
|
|
"autosize": "^6.0.1",
|
|
"comlink": "^4.4.2",
|
|
"cronstrue": "^3.0.0",
|
|
"deep-equal": "^2.2.3",
|
|
"dexie": "^4.2.1",
|
|
"dropzone": "^6.0.0-beta.2",
|
|
"floating-vue": "^2.0.0-beta.17",
|
|
"geo-coordinates-parser": "^1.7.4",
|
|
"hls.js": "^1.6.5",
|
|
"imask": "^6.0.0",
|
|
"jsonata": "^2.0.4",
|
|
"maplibre-gl": "5.14.0",
|
|
"milsymbol": "^3.0.2",
|
|
"moment": "^2.29.3",
|
|
"openapi-fetch": "^0.15.0",
|
|
"p12-pem": "^1.0.5",
|
|
"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.7.0",
|
|
"terra-draw-maplibre-gl-adapter": "^1.1.1",
|
|
"uuid": "^13.0.0",
|
|
"vue": "^3.2.31",
|
|
"vue-component-type-helpers": "^3.0.7",
|
|
"vue-mention": "^2.0.0-alpha.3",
|
|
"vue-router": "^4.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.18.0",
|
|
"@testing-library/vue": "^8.1.0",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"@types/swagger-ui": "^5.21.1",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vitest/ui": "^4.0.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"babel-preset-vite": "^1.1.3",
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-vue": "^10.0.0",
|
|
"happy-dom": "^20.0.0",
|
|
"jsdom": "^27.0.0",
|
|
"openapi-typescript": "^7.0.0",
|
|
"sass-embedded": "^1.86.0",
|
|
"typescript": "^5.7.0",
|
|
"typescript-eslint": "^8.20.0",
|
|
"vite": "^7.0.0",
|
|
"vitest": "^4.0.0",
|
|
"vue-tsc": "^3.0.0-alpha.10"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|