Skip to content

Commit

Permalink
Merge pull request #14 from ValDesign22/master
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
ValDesign22 authored Sep 10, 2024
2 parents 6e71274 + 55584b9 commit 44f7c82
Show file tree
Hide file tree
Showing 79 changed files with 1,857 additions and 776 deletions.
38 changes: 20 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homestream",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,45 +11,47 @@
},
"dependencies": {
"@tauri-apps/api": "2.0.0-rc.4",
"@tauri-apps/plugin-fs": "2.0.0-rc.1",
"@tauri-apps/plugin-http": "2.0.0-rc.1",
"@tauri-apps/plugin-store": "2.0.0-rc.0",
"@tauri-apps/plugin-updater": "2.0.0-rc.0",
"@tauri-apps/plugin-window-state": "2.0.0-rc.0",
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
"@tauri-apps/plugin-http": "2.0.0-rc.2",
"@tauri-apps/plugin-notification": "2.0.0-rc.1",
"@tauri-apps/plugin-store": "2.0.0-rc.1",
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
"@tauri-apps/plugin-websocket": "2.0.0-rc.1",
"@tauri-apps/plugin-window-state": "2.0.0-rc.1",
"@vee-validate/zod": "^4.13.2",
"@vue-youtube/component": "^0.0.6",
"@vue-youtube/core": "^0.0.6",
"@vueuse/components": "11.0.3",
"@vueuse/core": "11.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-vue": "8.2.0",
"lucide-vue-next": "0.436.0",
"embla-carousel-vue": "8.2.1",
"lucide-vue-next": "0.439.0",
"radix-vue": "1.9.5",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "3.4.38",
"vue-i18n": "9",
"vue": "3.5.4",
"vue-i18n": "10",
"vue-router": "^4.4.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^10.0.0",
"@eslint/js": "^9.10.0",
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@tauri-apps/cli": "2.0.0-rc.8",
"@types/node": "22.5.1",
"@vitejs/plugin-vue": "^5.1.2",
"@tauri-apps/cli": "2.0.0-rc.12",
"@types/node": "22.5.4",
"@vitejs/plugin-vue": "5.1.3",
"autoprefixer": "^10.4.20",
"eslint": "9.9.1",
"eslint-plugin-vue": "^9.27.0",
"eslint": "9.10.0",
"eslint-plugin-vue": "9.28.0",
"globals": "^15.9.0",
"internal-ip": "7.0.0",
"prettier": "3.3.3",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"typescript-eslint": "8.0.1",
"typescript-eslint": "8.5.0",
"vite": "^5.4.0",
"vue-tsc": "2.1.2"
"vue-tsc": "2.1.6"
}
}
Loading

0 comments on commit 44f7c82

Please sign in to comment.