mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -04:00
* Migrate to Tauri v2 Release Canidate * Formatting * Update pnpm * Update all tauri deps (js and rust) to Release Candidate 2 - A lot of misc fixes due to changes in the new versions of tauri, rspc and specta * Recreate pnpm-lock * Fix pnpm-lock * Formatting * Use 10 chars SHA for git deps - Update a couple of rust dependencies - Add taplo for toml auto formatting - Adjust some formatting configurations - Updated prettier and its plugins * Fix formatter settings * Minor improvements to Cargo.toml format --------- Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@sd/desktop",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"vite": "vite",
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"tauri": "pnpm --filter @sd/scripts -- tauri",
|
|
"dmg": "open ../../target/release/bundle/dmg/",
|
|
"typecheck": "tsc -b",
|
|
"lint": "eslint src --cache"
|
|
},
|
|
"dependencies": {
|
|
"@oscartbeaumont-sd/rspc-client": "=0.0.0-main-dc31e5b2",
|
|
"@oscartbeaumont-sd/rspc-tauri": "=0.0.0-main-dc31e5b2",
|
|
"@remix-run/router": "=1.13.1",
|
|
"@sd/client": "workspace:*",
|
|
"@sd/interface": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@t3-oss/env-core": "^0.7.1",
|
|
"@tanstack/react-query": "^4.36.1",
|
|
"@tauri-apps/api": "=2.0.0-rc.0",
|
|
"@tauri-apps/plugin-dialog": "=2.0.0-rc.0",
|
|
"@tauri-apps/plugin-os": "=2.0.0-rc.0",
|
|
"@tauri-apps/plugin-shell": "=2.0.0-rc.0",
|
|
"consistent-hash": "^1.2.2",
|
|
"immer": "^10.0.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "=6.20.1",
|
|
"sonner": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@sd/config": "workspace:*",
|
|
"@sentry/vite-plugin": "^2.16.0",
|
|
"@tauri-apps/cli": "=2.0.0-rc.3",
|
|
"@types/react": "^18.2.67",
|
|
"@types/react-dom": "^18.2.22",
|
|
"sass": "^1.72.0",
|
|
"typescript": "^5.4.2",
|
|
"vite": "^5.2.0",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
}
|
|
}
|