build:项目初始建立。

This commit is contained in:
徐涛
2026-02-12 23:04:25 +08:00
commit 7fa4ec2844
46 changed files with 2869 additions and 0 deletions

34
package.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "bidding-agent",
"version": "0.1.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"svelte:sync": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"tauri:dev": "tauri dev"
},
"license": "MIT",
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"lightningcss": "^1.31.1",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"@tauri-apps/cli": "^2"
}
}