-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.72 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.72 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "sampleApp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-camera-roll/camera-roll": "^7.6.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.16",
"@react-navigation/stack": "^6.3.28",
"@reduxjs/toolkit": "^2.2.3",
"antd": "^5.16.0",
"base-64": "^1.0.0",
"crypto-js": "^4.2.0",
"expo-camera": "^14.1.3",
"expo-permissions": "^14.4.0",
"hermes-engine": "^0.11.0",
"pod": "^0.9.0",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-aes-crypto": "^3.0.2",
"react-native-calendars": "^1.1304.1",
"react-native-crypto-js": "^1.0.0",
"react-native-dotenv": "^3.4.11",
"react-native-element-dropdown": "^2.10.4",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.15.0",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-image-crop-picker": "^0.41.1",
"react-native-image-picker": "^7.1.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "^1.15.1",
"react-native-paper": "^5.12.3",
"react-native-permissions": "^3.8.0",
"react-native-radio-buttons-group": "^3.1.0",
"react-native-reanimated": "^3.8.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-native-shadow-2": "^7.0.8",
"react-native-simple-modal": "^9.0.1",
"react-native-splash-screen": "^3.3.0",
"react-native-unimodules": "^0.14.10",
"react-native-vision-camera": "^3.9.2",
"react-navigation": "^5.0.0",
"react-redux": "^9.1.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"save": "^2.9.0",
"undefined": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@types/react": "^18.2.6",
"@types/react-native-dotenv": "^0.2.2",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-refresh": "^0.14.0",
"react-test-renderer": "18.2.0",
"reactotron-react-native": "^5.1.4",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}