-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.08 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.08 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
69
{
"name": "MyApp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"pod-install": "RCT_NEW_ARCH_ENABLED=0 bundle exec pod install"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/core": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.1",
"@reduxjs/toolkit": "^1.8.6",
"metro-react-native-babel-preset": "^0.73.4",
"react": "18.1.0",
"react-dom": "18.0.0",
"react-native": "^0.70.6",
"react-native-gesture-handler": "^2.8.0",
"react-native-gifted-chat": "^1.0.4",
"react-native-image-picker": "^5.0.1",
"react-native-paper": "^5.0.1",
"react-native-permissions": "^3.6.1",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^3.18.2",
"react-native-svg": "^13.6.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0",
"react-native-vision-camera": "^2.15.2",
"react-redux": "^8.0.4",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"typescript": "^4.6.3",
"vision-camera-code-scanner": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/runtime": "^7.20.6",
"@faker-js/faker": "^7.6.0",
"@react-native-community/eslint-config": "^3.2.0",
"@types/jest": "^29.2.4",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-native": "^0.70.6",
"babel-jest": "^29.3.1",
"eslint": "^8.28.0",
"jest": "^29.3.1"
},
"jest": {
"preset": "react-native"
},
"peerDependencies": {
"lodash": "*",
"lodash.isstring": "*",
"react": "*",
"react-native": "*",
"react-native-paper": "*",
"react-native-vector-icons": "*"
}
}