-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.46 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"main": "expo-router/entry",
"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",
"validate": "yarn expo install --check && yarn lint && yarn typecheck && yarn test --watchman=false"
},
"dependencies": {
"expo": "~54.0.33",
"expo-constants": "~18.0.13",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.23",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"jotai": "^2.19.1",
"nanoid": "3.3.8",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-get-random-values": "~1.11.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-web": "^0.21.2",
"react-strict-dom": "^0.0.55"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@expo/metro-runtime": "~6.1.2",
"@testing-library/react-native": "^14.0.0-beta.0",
"@types/eslint": "^9.6.1",
"@types/jest": "^29.5.12",
"@types/react": "~19.1.10",
"@types/react-native-get-random-values": "^1",
"eslint": "^10.2.0",
"eslint-plugin-testing-library": "^7.16.2",
"jest": "~29.7.0",
"msw": "2.7.0",
"test-renderer": "0.16.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.58.1"
},
"private": true,
"packageManager": "yarn@4.0.1"
}