Skip to content

Commit

Permalink
http proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvihv committed Jun 17, 2024
1 parent 353c40e commit 36434d6
Show file tree
Hide file tree
Showing 24 changed files with 574 additions and 258 deletions.
Binary file modified bun.lockb
Binary file not shown.
99 changes: 50 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,52 @@
{
"name": "liveship",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.0.0-beta.13",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.5",
"@tauri-apps/plugin-http": "^2.0.0-beta.5",
"@tauri-apps/plugin-shell": "^2.0.0-beta.6",
"@types/crypto-js": "^4.2.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"jsonpath-plus": "^9.0.0",
"svelte-sonner": "^0.3.24",
"sveltekit-i18n": "^2.4.2"
},
"devDependencies": {
"@iconify-json/bxs": "^1.1.10",
"@iconify-json/fluent": "^1.1.56",
"@iconify-json/icomoon-free": "^1.1.8",
"@iconify/tailwind": "^1.1.1",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.16",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tauri-apps/cli": "^2.0.0-beta.20",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.2",
"internal-ip": "^8.0.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^5.0.0-next.155",
"svelte-check": "^3.8.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
"vite": "^5.3.1"
}
"name": "liveship",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.0.0-beta.13",
"@tauri-apps/plugin-dialog": "^2.0.0-beta.5",
"@tauri-apps/plugin-http": "^2.0.0-beta.5",
"@tauri-apps/plugin-os": "^2.0.0-beta.5",
"@tauri-apps/plugin-shell": "^2.0.0-beta.6",
"@types/crypto-js": "^4.2.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"jsonpath-plus": "^9.0.0",
"svelte-sonner": "^0.3.24",
"sveltekit-i18n": "^2.4.2"
},
"devDependencies": {
"@iconify-json/bxs": "^1.1.10",
"@iconify-json/fluent": "^1.1.56",
"@iconify-json/icomoon-free": "^1.1.8",
"@iconify/tailwind": "^1.1.1",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.16",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tauri-apps/cli": "^2.0.0-beta.20",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.2",
"internal-ip": "^8.0.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^5.0.0-next.155",
"svelte-check": "^3.8.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
"vite": "^5.3.1"
}
}
Loading

0 comments on commit 36434d6

Please sign in to comment.