Skip to content

Commit

Permalink
feat: ✨ update to Tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Oct 7, 2024
1 parent 24f978e commit 111c656
Show file tree
Hide file tree
Showing 18 changed files with 5,424 additions and 8,051 deletions.
7,174 changes: 0 additions & 7,174 deletions package-lock.json

This file was deleted.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build -b none"
"tauri:build": "tauri build --no-bundle"
},
"dependencies": {
"@fontsource/noto-sans-sc": "^5.0.20",
"@fontsource/roboto": "^5.0.15",
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/api": "^2.0.1",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@vueuse/core": "^11.0.3",
"vue": "^3.5.3",
"vuetify": "^3.7.1"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.0",
"@mdi/js": "^7.4.47",
"@tauri-apps/cli": "^1.6.1",
"@tauri-apps/cli": "^2.0.1",
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/eslint-config-prettier": "^9.0.0",
Expand All @@ -40,14 +41,14 @@
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.2.2",
"postcss": "^8.4.45",
"postcss-preset-env": "^10.0.3",
"postcss-preset-env": "^10.0.2",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"typescript": "^5.6.2",
"typescript": "^5.5.4",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.3",
"vue-tsc": "^2.1.6"
Expand All @@ -56,5 +57,5 @@
"edge >= 105",
"safari >= 13"
],
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}
Loading

0 comments on commit 111c656

Please sign in to comment.