mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-17 08:14:19 +01:00
30 lines
729 B
JSON
30 lines
729 B
JSON
{
|
|
"name": "meshcore-web",
|
|
"version": "0.0.1",
|
|
"description": "A web based MeshCore client developed by Liam Cottle",
|
|
"main": "src/main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"author": "Liam Cottle <liam@liamcottle.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@liamcottle/meshcore.js": "^1.2.0",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"click-outside-vue3": "^4.0.1",
|
|
"moment": "^2.30.1",
|
|
"postcss": "^8.5.1",
|
|
"rxdb": "^16.6.1",
|
|
"rxjs": "^7.8.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"uuid": "^11.0.5",
|
|
"vite": "^6.1.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
}
|
|
}
|