mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 15:07:54 -04:00
* add job manager modal and button * cleanup directories and add card to debug screen * expo sdk 49 * update pods * updated native android files * updated native ios files * pods being cringe * update hermes * podfile * big update packages * fix and upgrade animations to reanimated 3 * nice types moti * clean imports * upgrade react-hook-form (fix type) * move stuff to sd/client and some organization * camel case * i liek switch * Merge iconImg & circleIcon props * wip * copy changes to mobile * move job context and job progress to client and also use it on mobile * pnpm-lock * (wip) - make job swipeable + styling * job progress bar and more style tweaks * no spring animation on progress bar pls * new loading animation * padding and pnpm lock * indeterminate progress bar * cleanup & update packages etc * leave some todos for future * fix types * monorepo types :) --------- Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
38 lines
822 B
JSON
38 lines
822 B
JSON
{
|
|
"name": "@sd/client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "eslint src --cache",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
"typecheck": "tsc -b",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@rspc/client": "=0.0.0-main-799eec5d",
|
|
"@rspc/react": "=0.0.0-main-799eec5d",
|
|
"@sd/config": "workspace:*",
|
|
"@tanstack/react-query": "^4.12.0",
|
|
"@zxcvbn-ts/core": "^2.1.0",
|
|
"@zxcvbn-ts/language-common": "^2.0.1",
|
|
"@zxcvbn-ts/language-en": "^2.1.0",
|
|
"plausible-tracker": "^0.3.8",
|
|
"valtio": "^1.7.4",
|
|
"zod": "~3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.21",
|
|
"scripts": "*",
|
|
"tsconfig": "*",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0"
|
|
}
|
|
}
|