-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "sat-trackr-live",
"version": "0.11.6",
"private": true,
"license": "AGPL-3.0-or-later",
"description": "A public, read-only, mobile-friendly 3D web app visualizing everything in Earth orbit.",
"homepage": "https://sat.trackr.live",
"repository": {
"type": "git",
"url": "git+https://github.com/CyberSecDef/sat.trackr.live.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint resources/js tests/Js --max-warnings=0",
"lint:fix": "eslint resources/js tests/Js --fix",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"cesium": "^1.121.0",
"lit": "^3.2.0",
"satellite.js": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@playwright/test": "^1.60.0",
"@types/node": "^25.9.1",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"prettier": "^3.3.0",
"typescript": "^5.6.0",
"typescript-eslint": "^8.13.0",
"vite": "^8.0.14",
"vite-plugin-cesium": "^1.2.22",
"vitest": "^4.1.7"
}
}