9dd17cf565
expo-router's radix-ui deps require react-dom as a peer. The lock file was previously generated with --legacy-peer-deps which omitted peer dep entries, causing `npm ci` on CI to fail with "Missing from lock file". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "codexbar.mobile",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.1.1",
|
|
"babel-preset-expo": "~56.0.0",
|
|
"expo": "~56.0.12",
|
|
"expo-constants": "~56.0.18",
|
|
"expo-document-picker": "~56.0.4",
|
|
"expo-file-system": "~56.0.8",
|
|
"expo-linking": "~56.0.14",
|
|
"expo-notifications": "~56.0.18",
|
|
"expo-router": "~56.2.11",
|
|
"expo-secure-store": "~56.0.4",
|
|
"expo-status-bar": "~56.0.4",
|
|
"nativewind": "^4.2.6",
|
|
"react": "19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-native": "0.85.3",
|
|
"react-native-reanimated": "4.3.1",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "4.25.2",
|
|
"react-native-worklets": "^0.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "~6.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"private": true
|
|
}
|