-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.21 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
62
63
64
65
66
67
68
69
70
71
{
"name": "quiblr",
"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": {
"@bounceapp/lottie": "^0.2.1",
"@expo-google-fonts/nunito": "^0.2.3",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@react-navigation/native": "^7.0.0-rc.13",
"@react-navigation/native-stack": "^7.0.0-rc.16",
"@react-navigation/stack": "^7.0.0-rc.16",
"@tabler/icons-react": "^2.44.0",
"color": "^4.2.3",
"eld": "^1.0.0",
"expo": "~49.0.7",
"expo-av": "^13.4.1",
"expo-blur": "~12.4.1",
"expo-clipboard": "~4.3.1",
"expo-font": "~11.4.0",
"expo-image": "~1.3.5",
"expo-image-picker": "~14.3.2",
"expo-speech": "~11.3.0",
"expo-splash-screen": "~0.20.5",
"lemmy-js-client": "^0.19.0-rc.2",
"lottie-react": "^2.4.0",
"lottie-react-native": "^6.7.2",
"luxon": "^3.4.3",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-native": "^0.74.3",
"react-native-animatable": "^1.3.3",
"react-native-collapsible": "^1.6.1",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "~3.22.0",
"react-native-skeletons": "^1.3.3",
"react-native-toggle-element": "^2.0.1",
"react-native-web": "~0.19.6",
"react-native-web-hooks": "^3.0.2",
"react-player": "^2.13.0",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-react": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-private-methods": "^7.24.7",
"babel-loader": "^9.1.3"
},
"private": true
}