add: tauri init

This commit is contained in:
terryoy
2023-03-13 18:19:57 +08:00
parent 4c195b96f4
commit e04b703615
26 changed files with 3407 additions and 23 deletions

View File

@@ -8,12 +8,15 @@
"build": "vite build",
"build:github": "vite build --base=/chatgpt-web/",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@sveltejs/adapter-static": "^1.0.0-next.50",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tauri-apps/cli": "^1.2.3",
"@tsconfig/svelte": "^3.0.0",
"@types/marked": "^4.0.8",
"bulma": "^0.9.4",
@@ -29,4 +32,4 @@
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}
}