-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 918 Bytes
/
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
{
"name": "meshtxt",
"version": "1.0.0",
"description": "A simple, mobile friendly, web based Meshtastic client developed by Liam Cottle",
"main": "index.js",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"author": "Liam Cottle <[email protected]>",
"license": "MIT",
"dependencies": {
"@meshtastic/js": "^2.3.7-5",
"@tailwindcss/forms": "^0.5.9",
"@vitejs/plugin-vue": "^5.2.0",
"axios": "^1.7.7",
"click-outside-vue3": "^4.0.1",
"command-line-args": "^6.0.1",
"command-line-usage": "^7.0.3",
"express": "^4.21.1",
"moment": "^2.30.1",
"protobufjs": "^7.4.0",
"rxdb": "^15.38.2",
"rxjs": "^7.8.1",
"uuid": "^11.0.3",
"vite": "^5.4.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14"
}
}