Skip to content

Commit

Permalink
switch to new @webmeshproject/vue library
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Nov 11, 2023
1 parent c5af338 commit 011ff8a
Show file tree
Hide file tree
Showing 11 changed files with 378 additions and 628 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.2
v20.9.0
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webmesh",
"version": "0.0.3",
"version": "0.0.4",
"description": "An application for connecting to Webmesh networks",
"productName": "Webmesh",
"author": "Avi Zimmerman <avi.zimmerman@gmail.com>",
Expand All @@ -10,7 +10,7 @@
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev --mode electron",
"build": "quasar build --mode electron",
"build": "quasar build --mode electron --publish never",
"build:win": "quasar build --mode electron --target win --publish never",
"build:mac": "quasar build --mode electron --target mac --publish never",
"build:linux": "quasar build --mode electron --target linux --publish never",
Expand All @@ -25,29 +25,30 @@
"@bufbuild/protobuf": "^1.4.1",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-web": "^1.1.3",
"@quasar/extras": "^1.16.4",
"@webmesh/api": "https://github.com/webmeshproj/api#v0.11.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"quasar": "^2.6.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0",
"@quasar/app-vite": "^1.3.0",
"@quasar/extras": "^1.16.4",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@webmeshproject/api": "^0.12.2",
"@webmeshproject/vue": "^0.0.3",
"autoprefixer": "^10.4.2",
"electron": "^27.0.3",
"electron-builder": "^24.3.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"postcss": "^8.4.31",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
"quasar": "^2.6.0",
"typescript": "^4.5.4",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
Expand Down
Loading

0 comments on commit 011ff8a

Please sign in to comment.