41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "my-drawer-app",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "~6.1.2",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-navigation/drawer": "^7.5.0",
|
|
"@react-navigation/native": "^7.1.8",
|
|
"expo": "~54.0.11",
|
|
"expo-constants": "~18.0.9",
|
|
"expo-device": "~8.0.9",
|
|
"expo-linking": "~8.0.8",
|
|
"expo-notifications": "~0.32.12",
|
|
"expo-router": "~6.0.9",
|
|
"expo-splash-screen": "~31.0.10",
|
|
"expo-system-ui": "~6.0.7",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.4",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"eslint": "^9.25.0",
|
|
"eslint-config-expo": "~10.0.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|