mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -04:00
* custom updater with toasts * new state management + updated router route * tauri-specific update route * ref * update in prod only * change 'Install' to 'Update' * fix tsconfig * desktop tauri * remove tauri patch * tauri 1.5 * tauri 1.5 * use tauri script * native-deps * Rework preprep and tauri script to better support tauri 1.5 * Update to tauri 1.5.1 - Update workspace and apps/desktop dependencies - Fix mustache import, @types/mustache is not compatible with ES imports - Replace arm64 with aarch64 in machineID, they should be treated the same and this simplyfies the code * Fix tauri updater not building due to missing key - Fix dmg background not being found - Generate an adhoc key for tauri updater with it is enabled and the user is doing a prod build * Fix ctrl+c/ctrl+v typo * Normalie @tanstack/react-query version through workspace - Use undici in scripts instead of global fetch - Fix typecheck * Fix linux prod and dev builds - Improve error handling in tauri.mjs * Normalize dev deps in workspace - Improve linux shared libs setup * Fix CI and server docker * Fix windows - Remove superfluous envvar * Attempt to fix server, mobile, deb and release updater * Attempt to fix deb and mobile again - Fix type on deb dependency - Enable release deb for aarch64-unknown-linux-gnu * Github doesn't have arm runners - Fix typo in server Dockerfile * Publish deb and updater artifacts * remove version from asset name * update commands * log release * Some logs on updater errors * show updater errors on frontend * fix desktop ui caching --------- Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com> Co-authored-by: Ericson Fogo Soares <ericson.ds999@gmail.com>
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "@sd/ui",
|
|
"version": "0.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./src/forms": "./src/forms/index.ts",
|
|
"./postcss": "./style/postcss.config.js",
|
|
"./tailwind": "./style/tailwind.js",
|
|
"./style": "./style/index.js",
|
|
"./style/style.scss": "./style/style.scss",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src --cache",
|
|
"typecheck": "tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.3",
|
|
"@headlessui/tailwindcss": "^0.1.1",
|
|
"@hookform/resolvers": "^3.1.0",
|
|
"@radix-ui/react-checkbox": "^1.0.3",
|
|
"@radix-ui/react-context-menu": "^2.1.4",
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-popover": "^1.0.6",
|
|
"@radix-ui/react-radio-group": "^1.1.0",
|
|
"@radix-ui/react-select": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.0.1",
|
|
"@radix-ui/react-tabs": "^1.0.1",
|
|
"@react-spring/web": "9.6.0",
|
|
"@sd/assets": "workspace:*",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"class-variance-authority": "^0.5.3",
|
|
"clsx": "^1.2.1",
|
|
"@phosphor-icons/react": "^2.0.10",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-loading-icons": "^1.1.0",
|
|
"react-router-dom": "6.9.0",
|
|
"sonner": "^0.6.2",
|
|
"tailwindcss-radix": "^2.6.0",
|
|
"ts-pattern": "^5.0.1",
|
|
"use-debounce": "^9.0.4",
|
|
"zod": "~3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "~7",
|
|
"@sd/config": "workspace:*",
|
|
"@storybook/types": "^7.0.24",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@types/node": "^18.17",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"sass": "^1.68",
|
|
"postcss": "^8.4",
|
|
"tailwindcss": "^3.3.2",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"typescript": "^5.2"
|
|
}
|
|
}
|