forked from meshtastic/web-flasher-defcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.3",
"@types/file-saver": "^2.0.7",
"@vite-pwa/nuxt": "^0.4.0",
"autoprefixer": "^10.4.16",
"node-stdlib-browser": "^1.2.0",
"nuxt": "^3.11.2",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@heroicons/vue": "^2.1.1",
"@meshtastic/js": "2.2.17-3",
"@pinia/nuxt": "^0.5.1",
"@types/w3c-web-serial": "^1.0.6",
"@zip.js/zip.js": "^2.7.32",
"crypto-js": "^4.2.0",
"esp-web-tools": "^9.4.3",
"esptool-js": "github:espressif/esptool-js",
"file-saver": "^2.0.5",
"flowbite": "^2.2.1",
"flowbite-vue": "^0.1.2",
"jszip": "^3.10.1",
"mande": "^2.0.8",
"marked": "^12.0.1",
"pinia": "^2.1.7",
"xterm": "^5.3.0"
}
}