-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
60 lines (60 loc) · 1.46 KB
/
package.json
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
{
"name": "wifisurveyor",
"version": "1.2.1",
"description": "Visualize Wi-Fi signal strength over a geographic area",
"main": "app.js",
"scripts": {
"dev": "vite",
"build": "vite build --outDir ../Core/wwwroot --emptyOutDir --assetsDir .",
"test": "vite build App.Tests && xunit dist/tests"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ecoAPM/WiFiSurveyor.git"
},
"keywords": [
"WiFi",
"Wi-Fi",
"HeatMap",
"Heat",
"Map",
"Signal",
"Strength",
"dBm",
"SNR",
"dB"
],
"author": "Steve Desmond, ecoAPM <[email protected]> (https://ecoAPM.com)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ecoAPM/WiFiSurveyor/issues"
},
"homepage": "https://github.com/ecoAPM/WiFiSurveyor#readme",
"devDependencies": {
"@fontsource/noto-sans": "5.1.0",
"@fontsource/roboto": "5.1.0",
"@microsoft/signalr": "8.0.7",
"@types/delaunator": "5.0.3",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@vitejs/plugin-vue": "5.2.1",
"@vue/component-compiler-utils": "3.3.0",
"@vue/test-utils": "2.4.6",
"delaunator": "5.0.1",
"eslint": "9.16.0",
"eslint-plugin-vue": "9.32.0",
"global-jsdom": "25.0.0",
"jsdom": "25.0.1",
"ts-mockito": "2.6.1",
"typescript": "5.7.2",
"vite": "6.0.2",
"vue": "3.5.13",
"vue-eslint-parser": "9.4.3",
"xunit.ts": "1.4.0"
},
"browserslist": [
"Firefox ESR"
]
}