-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 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
{
"name": "zerouni",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@types/react": "~18.2.14",
"expo": "^49.0.0",
"expo-app-loading": "^2.1.1",
"expo-camera": "~13.4.4",
"expo-font": "~11.4.0",
"expo-media-library": "~15.4.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-autocomplete-dropdown": "^3.0.2",
"react-native-gesture-handler": "~2.12.0",
"react-native-global-props": "^1.1.5",
"react-native-qrcode-svg": "^6.2.0",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-svg": "^13.9.0",
"react-native-vision-camera": "^2.15.6",
"react-native-web-swiper": "^2.2.4",
"recoil": "^0.7.7",
"styled-components": "^6.0.4",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-svg-transformer": "^1.0.0",
"typescript-styled-plugin": "^0.18.3"
},
"private": true
}