-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 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
{
"name": "gs-dictionary-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"setupFiles": [
"./jestSetupFile.js"
]
},
"dependencies": {
"@expo/html-elements": "^0.9.1",
"@expo/vector-icons": "^14.0.2",
"@jsamr/react-native-li": "^2.3.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^7.0.14",
"axios": "^1.7.4",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "^52.0.28",
"expo-av": "~15.0.2",
"expo-font": "~13.0.3",
"expo-splash-screen": "~0.29.21",
"react": "18.3.1",
"react-native": "0.79.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-element-dropdown": "^2.10.1",
"react-native-gesture-handler": "~2.29.0",
"react-native-safe-area-context": "4.12.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"react-dom": "18.3.1",
"@expo/metro-runtime": "~4.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.0.1",
"jest": "^29.5.0",
"jest-expo": "~52.0.3",
"mock-async-storage": "^2.2.0"
},
"private": true
}