-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 881 Bytes
/
package.json
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
{
"name": "mobile",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"dev": "expo start",
"prod": "expo start --no-dev --minify",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"ts": "pnpm tsc -b tsconfig.json"
},
"dependencies": {
"@types/react": "~18.2.79",
"expo": "51.0.26",
"expo-router": "3.5.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.74.5",
"typescript": "^5.3.3"
},
"devDependencies": {
"@expo/webpack-config": "^19.0.0"
},
"pnpm": {
"overrides": {
"uuid": "3.4.0",
"@expo/config-plugins": "~8.0.0",
"@expo/prebuild-config": "~7.0.0"
},
"packageExtensions": {
"posix": {
"optionalDependencies": {
"node-gyp": "*"
}
}
}
}
}