-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.95 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
{
"name": "locallock",
"version": "1.0.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"eject": "expo eject",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "react-native-community/clipboard",
"@react-native/assets-registry": "^0.74.84",
"@react-navigation/native": "^6.1.10",
"@react-navigation/stack": "^6.3.21",
"babel-eslint": "^10.1.0",
"eslint": "^9.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"expo": "~51.0.14",
"expo-app-loading": "~1.3.0",
"expo-build-properties": "~0.12.3",
"expo-clipboard": "~6.0.3",
"expo-crypto": "~13.0.2",
"expo-font": "~12.0.7",
"expo-local-authentication": "~14.0.1",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"lottie-react-native": "6.7.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
"react-native-crypto-js": "^1.0.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-modal": "^13.0.1",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-smooth-pincode-input": "^1.0.9",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.10",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-persist": "^5.10.0",
"rn-tourguide": "^3.3.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}