mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-07-25 17:04:13 +00:00
33 lines
1 KiB
JSON
33 lines
1 KiB
JSON
{
|
|
"name": "@repo/desktop",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NEXT_PUBLIC_DESKTOP_DEV=1 NEXT_PUBLIC_BACKEND_URL=http://localhost:8787 next dev --port 3003",
|
|
"build": "next build",
|
|
"prepare-smfs-sidecar": "mkdir -p src-tauri/binaries && cp \"$(command -v smfs)\" \"src-tauri/binaries/smfs-$(rustc -vV | sed -n 's/^host: //p')\"",
|
|
"build:native": "bun run prepare-smfs-sidecar && tauri build",
|
|
"check-types": "tsc --noEmit",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@repo/lib": "workspace:*",
|
|
"@repo/ui": "workspace:*",
|
|
"@tanstack/react-query": "^5.90.14",
|
|
"@tauri-apps/api": "^2",
|
|
"lucide-react": "^0.525.0",
|
|
"next": "^16.0.11",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@tauri-apps/cli": "^2",
|
|
"@types/node": "^24.0.4",
|
|
"@types/react": "^19.2.9",
|
|
"@types/react-dom": "^19.2.3",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|