-
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.55 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
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@datadog/browser-logs": "^6.25.2",
"@datadog/browser-rum": "^6.25.2",
"@meshtastic/core": "npm:@jsr/meshtastic__core@^2.6.4",
"@meshtastic/transport-web-serial": "npm:@jsr/meshtastic__transport-web-serial@^0.2.1",
"@nuxtjs/i18n": "^9.5.6",
"@pinia/nuxt": "^0.10.1",
"@vercel/analytics": "^1.6.1",
"@vueuse/core": "^12.8.2",
"@vueuse/nuxt": "^13.9.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"@zip.js/zip.js": "^2.8.14",
"crypto-js": "^4.2.0",
"esptool-js": "^0.5.7",
"file-saver": "^2.0.5",
"flowbite": "^3.1.2",
"flowbite-vue": "^0.1.9",
"jszip": "^3.10.1",
"lucide-vue-next": "^0.536.0",
"mande": "^2.0.9",
"marked": "^15.0.12",
"nuxt": "^3.20.2",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@nuxt/devtools": "^2.7.0",
"@nuxt/eslint": "^1.12.1",
"@nuxtjs/tailwindcss": "^6.14.0",
"@types/file-saver": "^2.0.7",
"@types/w3c-web-serial": "^1.0.8",
"@types/web-bluetooth": "^0.0.21",
"@vite-pwa/nuxt": "^1.1.0",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"vitest": "^4.0.18"
}
}