-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 909 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"expo": "^54.0.32",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "^5.6.2",
"react-native-web": "^0.21.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@testing-library/react-native": "^14.0.0-beta.0",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/react": "~19.1.10",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"test-renderer": "0.14.0",
"typescript": "~5.9.2"
},
"private": true,
"packageManager": "yarn@4.0.1"
}