-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.22 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
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
69
70
71
72
73
74
75
76
{
"name": "comote",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/config-plugins": "~8.0.10",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@reduxjs/toolkit": "^2.0.1",
"big-integer": "^1.6.52",
"expo": "^51.0.38",
"expo-application": "~5.9.1",
"expo-asset": "~10.0.10",
"expo-barcode-scanner": "~13.0.1",
"expo-build-properties": "~0.8.3",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.28",
"expo-font": "~12.0.10",
"expo-keep-awake": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-location": "~17.0.1",
"expo-network": "~6.0.1",
"expo-sensors": "~13.0.9",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"hermes-worker": "^1.2.4",
"i18n-js": "^4.3.2",
"make-plural": "^7.3.0",
"osc-js": "^2.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-udp": "^4.1.7",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"react-redux": "^9.0.4",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"reduxjs-toolkit-persist": "^7.2.1",
"slugify": "^1.6.6",
"url-parse": "^1.5.10",
"validator": "^13.9.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@types/react": "~18.2.79",
"@types/url-parse": "^1.4.11",
"@types/validator": "^13.11.7",
"eslint-plugin-react-hooks": "^5.0.0",
"jest": "^29.5.0",
"jest-expo": "^51.0.4",
"react-test-renderer": "^18.2.0",
"typescript": "~5.3.3"
},
"private": true
}