feat: Set up initial monorepo structure for admin and mobile applications with core configurations and database integration.
10
innungsapp/apps/mobile/.claude/settings.local.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(python:*)",
|
||||
"Bash(python3:*)",
|
||||
"Bash(node -e:*)",
|
||||
"Bash(pnpm --filter mobile add:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 70 B |
@@ -37,11 +37,13 @@
|
||||
"expo-web-browser": "~15.0.10",
|
||||
"nativewind": "^4.1.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "^18.3.0",
|
||||
"react-native": "0.81.5",
|
||||
"react-native-gesture-handler": "~2.28.0",
|
||||
"react-native-reanimated": "~4.1.6",
|
||||
"react-native-safe-area-context": "5.6.2",
|
||||
"react-native-screens": "~4.16.0",
|
||||
"react-native-web": "^0.21.2",
|
||||
"superjson": "^2.2.1",
|
||||
"tailwind-merge": "^2.5.0",
|
||||
"zod": "^3.23.0",
|
||||
|
||||