mono repo

This commit is contained in:
EthanShoeDev
2025-09-09 22:27:48 -04:00
parent 638cfc49cb
commit 38e16a9536
80 changed files with 3630 additions and 5328 deletions

View File

@@ -1,62 +1,33 @@
{
"name": "fressh",
"main": "expo-router/entry",
"version": "1.0.0",
"version": "workspace:*",
"packageManager": "pnpm@10.15.1",
"type": "module",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"fmt": "SORT_IMPORTS=true prettier . --write",
"typecheck": "tsc",
"validate": "run-p -l fmt lint typecheck",
"update:all": "pnpm dlx npm-check-updates --interactive --format group"
"engines": {
"node": ">=22"
},
"dependencies": {
"@dylankenneally/react-native-ssh-sftp": "^1.5.20",
"@expo/vector-icons": "^15.0.2",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
"@tanstack/react-form": "^1.19.3",
"@tanstack/react-query": "^5.87.1",
"expo": "~54.0.0-preview.12",
"expo-constants": "~18.0.6",
"expo-font": "~14.0.6",
"expo-haptics": "~15.0.5",
"expo-image": "~3.0.5",
"expo-linking": "~8.0.6",
"expo-router": "~6.0.0-preview.12",
"expo-secure-store": "~15.0.6",
"expo-splash-screen": "~31.0.7",
"expo-status-bar": "~3.0.6",
"expo-symbols": "~1.0.5",
"expo-web-browser": "~15.0.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.1",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.0.2",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.15.4",
"react-native-uuid": "^2.0.3",
"react-native-web": "~0.21.0",
"react-native-worklets": "~0.4.2",
"zod": "^4.1.5"
"scripts": {
"test": "turbo test",
"lint:all": "turbo lint",
"lint:check:all": "turbo lint:check",
"lint:root": "pnpm run fmt:root && syncpack list-mismatches || (syncpack fix-mismatches && pnpm i)",
"lint:check:root": "syncpack list-mismatches",
"fmt:root": "prettier --cache --write .",
"fmt:check:root": "prettier --check .",
"update:all": "syncpack update",
"update:all:alt": "pnpm dlx npm-check-updates --interactive --format group -ws --root",
"knip:check": "knip",
"knip:fix:danger": "knip --fix",
"jscpd:check": "cross-env NODE_OPTIONS=--max-old-space-size=8192 jscpd --config .jscpd.json"
},
"devDependencies": {
"knip": "^5.63.1",
"cross-env": "^10.0.0",
"@epic-web/config": "^1.21.3",
"@types/react": "~19.1.0",
"eslint": "^9.25.0",
"eslint-config-expo": "~10.0.0",
"jiti": "^2.5.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.6.2",
"tsx": "^4.20.5",
"jscpd": "^4.0.5",
"syncpack": "^13.0.4",
"turbo": "^2.5.6",
"typescript": "~5.9.2"
}
}