32 lines
834 B
JSON
Executable File
32 lines
834 B
JSON
Executable File
{
|
|
"name": "react-native-gpcalc",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/config-plugins": "~6.0.0",
|
|
"@react-native-async-storage/async-storage": "1.17.11",
|
|
"eas-cli": "^3.13.0",
|
|
"expo": "~48.0.15",
|
|
"expo-doctor": "1.0.6",
|
|
"expo-status-bar": "~1.4.4",
|
|
"react": "18.2.0",
|
|
"react-native": "0.71.8",
|
|
"react-native-paper": "^5.8.0",
|
|
"react-native-safe-area-context": "4.5.0",
|
|
"react-native-vector-icons": "^9.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.0.14",
|
|
"@types/react-native": "^0.72.0",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"private": true
|
|
}
|