mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 05:59:16 -04:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@sd/desktop",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"license": "GPL-3.0-only",
|
|
"private": true,
|
|
"scripts": {
|
|
"vite": "vite",
|
|
"dev": "node ./src-tauri/scripts/tauri.js dev",
|
|
"dev-vite": "vite --clearScreen=false --mode development",
|
|
"build": "node ./src-tauri/scripts/tauri.js build",
|
|
"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:*",
|
|
"@sentry/vite-plugin": "^2.7.0",
|
|
"@tanstack/react-query": "^4.24.4",
|
|
"@tauri-apps/api": "1.3.0",
|
|
"comlink": "^4.4.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "6.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@sd/config": "workspace:*",
|
|
"@tauri-apps/cli": "1.3.1",
|
|
"@types/babel__core": "^7.20.1",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"sass": "^1.55.0",
|
|
"semver": "^7.5.0",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.0.4",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-svgr": "^2.2.1",
|
|
"vite-tsconfig-paths": "^4.0.3"
|
|
}
|
|
}
|