refactor: 清理冗余配置与依赖项

- 移除重复的版本号字段并保持配置文件一致性
- 移除 `@types/bun` 开发依赖项
- 移除 tsconfig 包中多余的 devDependencies 项和无效的 catalog: 依赖配置
This commit is contained in:
2026-01-21 20:14:53 +08:00
parent e6293ce52f
commit 13a4a333ff
3 changed files with 1 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "@furtherverse/desktop",
"version": "1.0.0",
"private": true,
"type": "module",
"version": "1.0.0",
"scripts": {
"build": "tauri build",
"dev": "tauri dev"