-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
94 lines (94 loc) · 2.87 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "audioscape",
"main": "expo-router/entry",
"version": "1.4.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"lint": "expo lint",
"build": "eas build --platform android --profile preview --local",
"build-dev": "eas build --platform android --profile development --local",
"build-eas": "eas build --platform android --profile preview",
"build-dev-eas": "eas build --platform android --profile development"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@react-navigation/native": "^7.0.0",
"@reduxjs/toolkit": "^2.5.0",
"base-64": "^1.0.0",
"color": "^4.2.3",
"event-target-polyfill": "^0.0.4",
"expo": "~52.0.26",
"expo-av": "~15.0.2",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.10",
"expo-file-system": "~18.0.4",
"expo-font": "~13.0.1",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.4",
"expo-navigation-bar": "~4.0.7",
"expo-router": "~4.0.17",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.7",
"expo-web-browser": "~14.0.2",
"firebase": "^11.2.0",
"googlevideo": "^2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native-awesome-slider": "^2.5.6",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-colors": "^2.4.0",
"react-native-mmkv": "^2.11.0",
"react-native-paper": "^5.12.5",
"react-native-quick-crypto": "^0.7.11",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-track-player": "^4.1.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "^0.19.13",
"react-redux": "^9.2.0",
"text-encoding-polyfill": "^0.6.7",
"ts-pattern": "^5.5.0",
"web-streams-polyfill": "^3.3.2",
"youtubei.js": "^12.2.0",
"expo-application": "~6.0.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
"@types/base-64": "^1.0.2",
"@types/color": "^4.2.0",
"@types/react": "~18.3.12",
"eslint": "^8.57.1",
"eslint-config-expo": "~8.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"typescript": "^5.3.3"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-fast-image",
"react-native-track-player",
"@reduxjs/toolkit",
"base-64",
"color",
"event-target-polyfill",
"react-redux",
"text-encoding-polyfill",
"ts-pattern",
"web-streams-polyfill",
"youtubei.js",
"firebase",
"googlevideo"
]
}
}
},
"private": true
}