forked from NagariaHussain/idea-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.71 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
{
"name": "idea-wallet",
"version": "0.0.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint . --ext .js"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"@expo-google-fonts/poppins": "^0.2.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@shopify/flash-list": "1.1.0",
"@supabase/supabase-js": "^1.35.6",
"date-fns": "^2.29.2",
"expo": "~46.0.8",
"expo-av": "~12.0.4",
"expo-clipboard": "~3.1.0",
"expo-dev-client": "~1.3.1",
"expo-font": "~10.2.0",
"expo-image-picker": "~13.3.1",
"expo-status-bar": "~1.4.0",
"fuse.js": "^6.6.2",
"gemoji": "^7.1.0",
"lottie-react-native": "5.1.3",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-element-dropdown": "^2.2.0",
"react-native-flash-message": "^0.3.1",
"react-native-get-random-values": "^1.8.0",
"react-native-image-viewing": "^0.2.2",
"react-native-popover-view": "^5.1.2",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-url-polyfill": "^1.3.0",
"styled-components": "^5.3.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@react-native-community/eslint-config": "^3.1.0",
"eslint": "^8.22.0",
"prettier": "^2.7.1"
},
"private": true
}