Skip to content

Commit

Permalink
Downloading + Optimization + QOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumrobot committed Mar 23, 2024
1 parent f31abee commit dc980f7
Show file tree
Hide file tree
Showing 12 changed files with 1,414 additions and 408 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,24 @@
"dependencies": {
"@sveltejs/kit": "^2.5.4",
"@tauri-apps/api": "^1",
"adm-zip": "^0.5.12",
"bits-ui": "^0.20.0",
"bottleneck": "^2.19.5",
"clsx": "^2.1.0",
"jszip": "^3.10.1",
"lucide-svelte": "^0.359.0",
"mode-watcher": "^0.3.0",
"node": "^21.7.1",
"svelte-radix": "^1.1.0",
"svelte-sonner": "^0.3.19",
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1"
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload#v1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tauri-apps/cli": "^1",
"@tsconfig/svelte": "^5.0.2",
"@types/node": "^20.11.30",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.36",
"svelte": "^4.2.8",
Expand Down
135 changes: 29 additions & 106 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dc980f7

Please sign in to comment.