mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
Conflicts: apps/landing/package.json apps/landing/vite.config.ts packages/interface/src/AppLayout.tsx packages/interface/src/components/explorer/Explorer.tsx packages/interface/src/components/explorer/ExplorerTopBar.tsx packages/ui/src/ContextMenu.tsx pnpm-lock.yaml
38 lines
894 B
JSON
38 lines
894 B
JSON
{
|
|
"name": "@sd/desktop",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0-only",
|
|
"private": true,
|
|
"scripts": {
|
|
"vite": "vite",
|
|
"dev": "tauri dev",
|
|
"tauri": "tauri",
|
|
"build": "tauri build"
|
|
},
|
|
"dependencies": {
|
|
"@rspc/tauri": "^0.0.0-main-7c0a67c1",
|
|
"@rspc/client": "^0.0.0-main-7c0a67c1",
|
|
"@sd/client": "workspace:*",
|
|
"@sd/interface": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@tauri-apps/api": "1.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "1.1.1",
|
|
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
|
|
"@types/babel-core": "^6.25.7",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/tailwindcss": "^3.1.0",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.55.0",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^3.1.4",
|
|
"vite-plugin-svgr": "^2.2.1"
|
|
}
|
|
}
|