mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "@sd/tauri",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"bun": ">=1.3.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"dev:with-daemon": "bun ./scripts/dev-with-daemon.ts",
|
|
"build": "vite build",
|
|
"build:daemon": "cargo build --bin sd-daemon --manifest-path ../../Cargo.toml",
|
|
"build:daemon:release": "cargo build --release --bin sd-daemon --manifest-path ../../Cargo.toml",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc -b",
|
|
"tauri": "bunx tauri",
|
|
"tauri:dev": "bunx tauri dev",
|
|
"tauri:dev:no-watch": "bunx tauri dev --no-watch",
|
|
"tauri:build": "bunx tauri build && ./scripts/fix-daemon-entitlements.sh ../../target/release/bundle/macos/Spacedrive.app || true"
|
|
},
|
|
"dependencies": {
|
|
"@phosphor-icons/react": "^2.1.0",
|
|
"@sd/assets": "workspace:*",
|
|
"@sd/interface": "workspace:*",
|
|
"@sd/ts-client": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@tauri-apps/api": "^2.1.1",
|
|
"@tauri-apps/plugin-dialog": "^2.4.2",
|
|
"@tauri-apps/plugin-fs": "^2.0.1",
|
|
"@tauri-apps/plugin-shell": "^2.0.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-scan": "^0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.1.0",
|
|
"@types/react": "npm:types-react@rc",
|
|
"@types/react-dom": "npm:types-react-dom@rc",
|
|
"@vitejs/plugin-react-swc": "^3.7.1",
|
|
"autoprefixer": "^10.4.18",
|
|
"postcss": "^8.4.36",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.9"
|
|
}
|
|
}
|