forked from imbytecat/fullstack-starter
chore(server): 切换 Bun 运行链路并同步升级核心依赖
This commit is contained in:
20
package.json
20
package.json
@@ -9,20 +9,12 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"compile": "turbo run compile",
|
||||
"compile:darwin": "turbo run compile:darwin",
|
||||
"compile:linux": "turbo run compile:linux",
|
||||
"compile:windows": "turbo run compile:windows",
|
||||
"dev": "turbo run dev",
|
||||
"dist": "turbo run dist",
|
||||
"dist:linux": "turbo run dist:linux",
|
||||
"dist:mac": "turbo run dist:mac",
|
||||
"dist:win": "turbo run dist:win",
|
||||
"fix": "turbo run fix",
|
||||
"typecheck": "turbo run typecheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.3.15",
|
||||
"@biomejs/biome": "^2.4.2",
|
||||
"turbo": "^2.8.9",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
@@ -40,10 +32,10 @@
|
||||
"@tanstack/react-devtools": "^0.9.5",
|
||||
"@tanstack/react-query": "^5.90.21",
|
||||
"@tanstack/react-query-devtools": "^5.91.3",
|
||||
"@tanstack/react-router": "^1.160.0",
|
||||
"@tanstack/react-router-devtools": "^1.160.0",
|
||||
"@tanstack/react-router-ssr-query": "^1.160.0",
|
||||
"@tanstack/react-start": "^1.160.0",
|
||||
"@tanstack/react-router": "^1.160.2",
|
||||
"@tanstack/react-router-devtools": "^1.160.2",
|
||||
"@tanstack/react-router-ssr-query": "^1.160.2",
|
||||
"@tanstack/react-start": "^1.160.2",
|
||||
"@types/bun": "^1.3.9",
|
||||
"@types/node": "^24.10.13",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
@@ -55,7 +47,7 @@
|
||||
"electron-builder": "^26.0.0",
|
||||
"electron-vite": "^5.0.0",
|
||||
"motion": "^12.34.0",
|
||||
"nitro": "npm:nitro-nightly@3.0.1-20260213-154614-f663e76d",
|
||||
"nitro": "npm:nitro-nightly@3.0.1-20260217-092337-b28fa21a",
|
||||
"postgres": "^3.4.8",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
|
||||
Reference in New Issue
Block a user