-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 KB
/
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
41
{
"name": "reactnative-starter",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --reset-cache",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-picker/picker": "^2.7.7",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"atomic-utils": "^1.4.0",
"babel-plugin-module-resolve": "^1.7.0",
"date-fns": "^3.6.0",
"expo": "^51.0.25",
"expo-checkbox": "^3.0.0",
"expo-secure-store": "^13.0.2",
"expo-status-bar": "^1.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.74.5",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.34.0",
"react-native-web": "^0.19.12"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.23.9",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-native": "^0.73.0",
"babel-plugin-module-resolver": "^5.0.2",
"typescript": "^5.5.4"
}
}