-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.29 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
{
"name": "dreddit",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"start:android": "expo start --android",
"lint": "eslint .",
"android": "rm -rf android/ && expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:android": "rm -rf android/ && eas build --platform android --profile preview --local --output=\"builds/dreddit.apk\"",
"postinstall": "patch-package"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.4",
"@material/material-color-utilities": "^0.3.0",
"@pchmn/expo-material3-theme": "^1.3.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/slider": "4.5.5",
"@ronradtke/react-native-markdown-display": "^8.0.0",
"cheerio": "^1.0.0-rc.12",
"expo": "~52.0.20",
"expo-application": "~6.0.1",
"expo-av": "~15.0.1",
"expo-constants": "~17.0.3",
"expo-file-system": "~18.0.4",
"expo-image": "~2.0.3",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.3",
"expo-media-library": "~17.0.4",
"expo-router": "~4.0.15",
"expo-screen-orientation": "~8.0.2",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-web-browser": "~14.0.1",
"html-entities": "^2.5.2",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-base64": "^0.2.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-haptic-feedback": "^2.2.0",
"react-native-photo-zoom": "^1.1.5",
"react-native-reanimated": "~3.16.1",
"react-native-reanimated-carousel": "^3.5",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-webview": "13.12.5",
"react-native-zoom-toolkit": "^4.0.0",
"zustand": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@react-native-community/cli": "^15.1.3",
"@types/eslint__js": "^8.42.3",
"@types/react": "~18.3.12",
"@types/react-native-base64": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-universe": "^14.0.0",
"patch-package": "^8.0.0",
"prettier": "^3.4.2",
"typescript": "^5.3.0",
"typescript-eslint": "^7.0.2"
},
"private": true
}