You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
693 B
28 lines
693 B
{
|
|
"name": "my-expo-app--paper",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~54.0.9",
|
|
"expo-status-bar": "~3.0.8",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.4",
|
|
"react-native-paper": "^5.14.5",
|
|
"react-native-reanimated": "~4.1.0",
|
|
"react-native-safe-area-context": "~5.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"eslint": "^9.35.0",
|
|
"eslint-config-expo": "^10.0.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|
|
|