-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.59 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
{
"name": "test",
"version": "1.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild",
"apk": "cd android && ./gradlew assembleRelease && ./gradlew bundleRelease && cd .."
},
"dependencies": {
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"date-fns": "^2.30.0",
"expo": "~51.0.14",
"expo-build-properties": "~0.12.3",
"expo-dev-client": "~4.0.18",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-error-boundary": "^1.2.4",
"react-native-pager-view": "6.3.0",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-tab-view": "^3.5.2",
"react-native-uuid": "^2.0.2",
"react-native-vector-icons": "^10.1.0",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@react-native/eslint-config": "^0.74.84",
"@react-native/metro-config": "^0.74.84",
"@tsconfig/react-native": "^3.0.5",
"@types/react": "~18.2.79",
"@types/react-native-vector-icons": "^6.4.15",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.2.1",
"prettier": "^3.3.1",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
}
}