44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "react_native_app",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-picker/picker": "^2.11.4",
|
|
"@react-navigation/bottom-tabs": "^7.13.0",
|
|
"@react-navigation/native": "^7.1.28",
|
|
"@react-pdf/renderer": "^4.3.2",
|
|
"date-fns": "^4.1.0",
|
|
"expo": "~54.0.33",
|
|
"expo-barcode-scanner": "^13.0.1",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-contacts": "~15.0.11",
|
|
"expo-crypto": "~15.0.8",
|
|
"expo-file-system": "~19.0.21",
|
|
"expo-image-picker": "~17.0.10",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-location": "~19.0.8",
|
|
"expo-permissions": "^14.4.0",
|
|
"expo-print": "~15.0.8",
|
|
"expo-sharing": "~14.0.8",
|
|
"expo-sqlite": "~16.0.10",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-bluetooth-escpos-printer": "^0.0.5",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "^4.23.0",
|
|
"react-native-signature-canvas": "^5.0.2",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|