mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
48 lines
1.3 KiB
JSON
48 lines
1.3 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": {
|
|
"@spacedrive/rspc-client": "github:spacedriveapp/rspc#path:packages/client&6a77167495",
|
|
"@spacedrive/rspc-tauri": "github:spacedriveapp/rspc#path:packages/tauri&6a77167495",
|
|
"@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": "^5.59",
|
|
"@tauri-apps/api": "=2.0.3",
|
|
"@tauri-apps/plugin-dialog": "2.0.1",
|
|
"@tauri-apps/plugin-http": "2.0.1",
|
|
"@tauri-apps/plugin-os": "2.0.0",
|
|
"@tauri-apps/plugin-shell": "2.0.1",
|
|
"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",
|
|
"supertokens-web-js": "^0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sd/config": "workspace:*",
|
|
"@sentry/vite-plugin": "^2.16.0",
|
|
"@tauri-apps/cli": "2.0.4",
|
|
"@types/react": "^18.2.67",
|
|
"@types/react-dom": "^18.2.22",
|
|
"sass": "^1.72.0",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.9",
|
|
"vite-tsconfig-paths": "^5.0.1"
|
|
}
|
|
}
|