-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.9 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.9 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
{
"name": "pymc-repeater-ui",
"version": "1.0.0",
"description": "Web dashboard for pyMC_Repeater — a MeshCore LoRa repeater management interface",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/leaflet": "^1.9.21",
"@types/supercluster": "^7.1.3",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-unicode11": "^0.9.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"axios": "^1.14.0",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^4.1.0",
"leaflet": "^1.9.4",
"pinia": "^3.0.4",
"plotly.js-dist-min": "^3.5.0",
"supercluster": "^8.0.1",
"three": "^0.184.0",
"vue": "^3.5.32",
"vue-router": "^5.0.4",
"xterm": "^5.3.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/jsdom": "^28.0.1",
"@types/node": "^25.5.2",
"@types/three": "^0.184.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vitest/eslint-plugin": "^1.6.14",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.1",
"autoprefixer": "^10.4.27",
"eslint": "^10.2.0",
"eslint-plugin-vue": "~10.8.0",
"jiti": "^2.6.1",
"jsdom": "^29.0.2",
"npm-run-all2": "^8.0.4",
"postcss": "^8.5.8",
"prettier": "3.8.1",
"tailwindcss": "^4.2.2",
"typescript": "~6.0.2",
"vite": "^8.0.5",
"vite-plugin-vue-devtools": "^8.1.1",
"vitest": "^4.1.2",
"vue-tsc": "^3.2.6"
}
}