mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 02:59:40 +02:00
- Add uload project with apps/web structure
- Reorganize from flat to monorepo structure
- Remove PocketBase binary and local data
- Update to pnpm and @uload/web namespace
- Add picture project to monorepo
- Remove embedded git repository
- Unify all package names to @{project}/{app} schema:
- @maerchenzauber/* (was @storyteller/*)
- @manacore/* (was manacore-*, manacore)
- @manadeck/* (was web, backend, manadeck)
- @memoro/* (was memoro-web, landing, memoro)
- @picture/* (already unified)
- @uload/web
- Add convenient dev scripts for all apps:
- pnpm dev:{project}:web
- pnpm dev:{project}:landing
- pnpm dev:{project}:mobile
- pnpm dev:{project}:backend
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
78 lines
2.6 KiB
JSON
78 lines
2.6 KiB
JSON
{
|
|
"name": "@picture/mobile",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"dev": "expo start",
|
|
"start": "expo start",
|
|
"ios": "expo run:ios",
|
|
"android": "expo run:android",
|
|
"build:dev": "eas build --profile development",
|
|
"build:preview": "eas build --profile preview",
|
|
"build:prod": "eas build --profile production",
|
|
"prebuild": "expo prebuild",
|
|
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
|
|
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
|
|
"type-check": "tsc --noEmit",
|
|
"postinstall": "patch-package && ./scripts/build-workspace-deps.sh"
|
|
},
|
|
"dependencies": {
|
|
"@callstack/liquid-glass": "^0.4.2",
|
|
"@expo/vector-icons": "^15.0.2",
|
|
"@picture/design-tokens": "workspace:*",
|
|
"@picture/shared": "workspace:*",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-navigation/native": "^7.0.3",
|
|
"@supabase/supabase-js": "^2.38.4",
|
|
"blurhash": "^2.0.5",
|
|
"expo": "54.0.12",
|
|
"expo-blur": "~15.0.7",
|
|
"expo-clipboard": "~8.0.7",
|
|
"expo-constants": "~18.0.9",
|
|
"expo-file-system": "~19.0.16",
|
|
"expo-haptics": "~15.0.7",
|
|
"expo-image": "~3.0.9",
|
|
"expo-linear-gradient": "~15.0.7",
|
|
"expo-linking": "~8.0.8",
|
|
"expo-location": "~19.0.7",
|
|
"expo-media-library": "~18.2.0",
|
|
"expo-router": "~6.0.10",
|
|
"expo-sharing": "~14.0.7",
|
|
"expo-status-bar": "~3.0.8",
|
|
"expo-symbols": "^1.0.7",
|
|
"expo-system-ui": "~6.0.7",
|
|
"expo-web-browser": "~15.0.8",
|
|
"nativewind": "latest",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.4",
|
|
"react-native-context-menu-view": "^1.20.0",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-pager-view": "6.9.1",
|
|
"react-native-reanimated": "~4.1.1",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-web": "^0.21.0",
|
|
"react-native-worklets": "^0.6.0",
|
|
"react-native-zoom-toolkit": "^5.0.1",
|
|
"zustand": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@types/react": "~19.2.0",
|
|
"ajv": "^8.12.0",
|
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"eslint": "^9.25.1",
|
|
"eslint-config-expo": "^9.2.0",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"patch-package": "^8.0.0",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"private": true
|
|
}
|