mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 15:43:58 -05:00
* fix wrong current lib logic * add delete lib dialog to LibraryGeneralSettings * add delete lib to mobile LibraryGeneralSettings too * onboarding screens * move zxcvbn to @sd/client * get started screen and bloom * merge fix * move generatePassword back to interface * add useZodForm to mobile and match react-hook-form versions * new lib screen * Implement styled api * create lib screen and some tweaks * password input * fix password meter comp * new library style tweaks * Fix remove password bug (interface) * master password screen * privacy screen * creating lib screen * hexagons are cool * Expo 48 * keyboard handling * fix P2P on IOS * fix types * asset script * new icons * Spacedrop screen * Fix mobile asset imports * fix import cycle warning * Edit Location Settings screen and style changes on other setting screens * fix library creating bug? hopefully lol * move PasswordMeter to interface --------- Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "@sd/interface",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"private": true,
|
|
"main": "index.tsx",
|
|
"types": "index.tsx",
|
|
"exports": {
|
|
".": "./index.tsx",
|
|
"./assets/*": "./assets/*",
|
|
"./components/*": "./components/*"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc -b",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inter": "^4.5.13",
|
|
"@headlessui/react": "^1.7.3",
|
|
"@hookform/resolvers": "^2.9.10",
|
|
"crypto-random-string": "^5.0.0",
|
|
"@radix-ui/react-progress": "^1.0.1",
|
|
"@radix-ui/react-slider": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.1.2",
|
|
"@radix-ui/react-tooltip": "^1.0.2",
|
|
"@remix-run/router": "^1.4.0",
|
|
"@sd/assets": "workspace:*",
|
|
"@sd/client": "workspace:*",
|
|
"@sd/ui": "workspace:*",
|
|
"@sentry/browser": "^7.16.0",
|
|
"@splinetool/react-spline": "^2.2.3",
|
|
"@splinetool/runtime": "^0.9.128",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tanstack/react-query": "^4.12.0",
|
|
"@tanstack/react-query-devtools": "^4.22.0",
|
|
"@tanstack/react-virtual": "3.0.0-beta.18",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"byte-size": "^8.1.0",
|
|
"class-variance-authority": "^0.4.0",
|
|
"clsx": "^1.2.1",
|
|
"dayjs": "^1.11.5",
|
|
"phosphor-react": "^1.4.1",
|
|
"react": "^18.2.0",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-hook-form": "^7.43.5",
|
|
"react-json-view": "^1.21.3",
|
|
"react-loading-skeleton": "^3.1.0",
|
|
"react-qr-code": "^2.0.11",
|
|
"react-responsive": "^9.0.2",
|
|
"react-router": "6.9.0",
|
|
"react-router-dom": "6.9.0",
|
|
"rooks": "^5.14.0",
|
|
"tailwindcss": "^3.1.8",
|
|
"use-count-up": "^3.0.1",
|
|
"use-debounce": "^8.0.4",
|
|
"valtio": "^1.7.4",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@sd/config": "workspace:*",
|
|
"@types/babel-core": "^6.25.7",
|
|
"@types/byte-size": "^8.1.0",
|
|
"@types/loadable__component": "^5.13.4",
|
|
"@types/node": "^18.11.9",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^1.3.1",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^4.0.4",
|
|
"vite-plugin-svgr": "^2.2.1"
|
|
}
|
|
}
|