-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.13 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.13 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
60
61
62
63
64
65
66
67
68
{
"name": "scratchdroid",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/dela-gothic-one": "^0.4.1",
"@lodev09/react-native-true-sheet": "^3.9.9",
"@preeternal/react-native-cookie-manager": "^6.3.1",
"@react-native-async-storage/async-storage": "^3.0.2",
"@react-native-async-storage/expo-with-async-storage": "^1.0.0",
"@react-native-community/netinfo": "11.5.2",
"@tanstack/react-query": "^5.95.2",
"boolbase": "^2.0.0",
"css-what": "^8.0.0",
"date-fns": "^4.1.0",
"dom-serializer": "^3.0.0",
"domelementtype": "^3.0.0",
"domhandler": "^6.0.1",
"domutils": "^4.0.2",
"entities": "^8.0.0",
"expo": "~55.0.8",
"expo-clipboard": "~55.0.9",
"expo-constants": "~55.0.9",
"expo-dev-client": "~55.0.18",
"expo-font": "~55.0.4",
"expo-haptics": "~55.0.12",
"expo-linear-gradient": "^55.0.8",
"expo-linking": "~55.0.8",
"expo-router": "~55.0.7",
"expo-status-bar": "~55.0.4",
"expo-updates": "~55.0.16",
"immer": "^11.1.4",
"node-html-parser": "^7.1.0",
"nth-check": "^3.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-native": "0.83.2",
"react-native-country-flag": "^2.0.2",
"react-native-gesture-handler": "^2.30.1",
"react-native-html-parser": "^0.1.0",
"react-native-keychain": "^10.0.0",
"react-native-pager-view": "8.0.0",
"react-native-react-query-devtools": "^1.5.1",
"react-native-reanimated": "^4.3.0",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-tab-view": "^4.3.0",
"react-native-use-keyboard": "^1.1.0",
"react-native-webview": "13.16.0",
"react-native-worklets": "^0.8.1"
},
"devDependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/he": "^1.2.3",
"@types/react": "~19.2.2",
"react-native-svg-transformer": "^1.5.3",
"typescript": "~5.9.2"
},
"private": true
}