mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
Dependencies overhaul - Update dependencies for all projects (except Mobile-only deps) - Remove unused dependencies from all projects (except Mobile-only deps) - Fix Storybook failing to import sd/ui style - Add Node 21 as not supported due to sass-loader not working on it yet - Add work-around for new rook version requiring webpack specific global property - Fix landing dev not working due to missing default env value on dev - Fix some incorrect uses of phosphor-icons non server side icons on server components on landing - Fix some incorrect uses of phosphor-icons server side icon on client components on landing - Fix landing fail to build on dev due to always required a Github Token to get the latest release - Fix new Next.js version not suporting Response.redirect due to immutable Headers - Add Gitlab as social link for teams page - Update Vítor's team photo - Add Vítor's twitter link - Fix some warning due to missing useEffect dependencies - Remove test-files dir - Fix QuickPreview unblurred buttons in Linux - Formatting
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@sd/desktop",
|
|
"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": {
|
|
"@rspc/client": "=0.0.0-main-799eec5d",
|
|
"@rspc/tauri": "=0.0.0-main-799eec5d",
|
|
"@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": "1.5.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "6.17.0",
|
|
"sonner": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@sd/config": "workspace:*",
|
|
"@sentry/vite-plugin": "^2.8.0",
|
|
"@tauri-apps/cli": "^1.5.5",
|
|
"@types/react": "^18.2.31",
|
|
"@types/react-dom": "^18.2.14",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"sass": "^1.69.4",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.0",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-svgr": "^3.3.0",
|
|
"vite-tsconfig-paths": "^4.2.1"
|
|
}
|
|
}
|