-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.8 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.8 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
51
52
53
54
55
56
57
58
59
{
"name": "savequest",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@expo/metro-runtime": "~3.2.3",
"@expo/vector-icons": "^14.0.3",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/checkbox": "^0.5.17",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@types/react": "~18.2.79",
"axios": "^1.7.7",
"axios-cookiejar-support": "^5.0.2",
"elliptic": "^6.5.7",
"expo": "^51.0.32",
"expo-dev-client": "~4.0.27",
"expo-font": "~12.0.10",
"expo-image-picker": "~15.0.7",
"expo-linear-gradient": "^13.0.2",
"expo-linking": "~6.3.1",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.25",
"qs": "^6.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.74.5",
"react-native-blob-util": "^0.19.11",
"react-native-gesture-handler": "^2.20.0",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-quick-crypto": "^0.7.3",
"react-native-reanimated": "3.15.3",
"react-native-reanimated-skeleton": "^1.5.1",
"react-native-safe-area-context": "4.10.5",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.10",
"tough-cookie": "^4.1.4",
"typescript": "~5.3.3",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-svg-transformer": "^1.5.0"
},
"private": false,
"author": "",
"license": "ISC",
"description": ""
}