-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.73 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.73 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
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
{
"name": "noctune",
"version": "2.2.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@gorhom/bottom-sheet": "^5.1.2",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/cli": "^18.0.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-community/slider": "^4.5.6",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-native/metro-config": "^0.79.1",
"@react-navigation/bottom-tabs": "^7.3.3",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@react-navigation/native-stack": "^7.3.10",
"@react-navigation/stack": "^7.2.3",
"@reduxjs/toolkit": "^2.6.1",
"axios": "^1.3.5",
"buffer": "^6.0.3",
"dotenv": "^16.4.7",
"events": "^3.3.0",
"expo": "~52.0.41",
"expo-application": "~6.0.2",
"expo-av": "~15.0.2",
"expo-blur": "~14.0.3",
"expo-constants": "~17.0.8",
"expo-device": "~7.0.3",
"expo-image-picker": "~16.0.6",
"expo-intent-launcher": "~12.0.2",
"expo-linear-gradient": "~14.0.2",
"expo-modules-core": "~2.2.3",
"expo-notifications": "~0.29.14",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "^4.0.8",
"music-metadata-browser": "^2.5.11",
"react": "18.3.1",
"react-native": "^0.76.9",
"react-native-dial": "^1.0.12",
"react-native-draggable-flatlist": "^4.0.3",
"react-native-feather": "^1.1.2",
"react-native-gesture-handler": "^2.20.2",
"react-native-image-picker": "^8.2.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-marquee": "^0.5.0",
"react-native-modal": "^14.0.0-rc.1",
"react-native-paper": "^5.13.1",
"react-native-reanimated": "~3.16.1",
"react-native-reanimated-dnd": "^1.1.0",
"react-native-saf-x": "^2.2.3",
"react-native-safe-area-context": "^4.14.1",
"react-native-screens": "~4.4.0",
"react-native-svg": "^15.11.2",
"react-native-svg-transformer": "^1.5.0",
"react-native-text-ticker": "^1.14.0",
"react-native-toast-message": "^2.1.5",
"react-native-track-player": "github:krishnanx/react-native-track-player",
"react-native-vector-icons": "^10.2.0",
"react-native-ytdl": "^4.8.3",
"react-redux": "^9.2.0",
"rn-vertical-slider-matyno": "^1.0.1",
"youtube-music-api": "^1.0.6",
"youtube-search-api": "^1.2.2"
},
"devDependencies": {
"babel-plugin-transform-remove-console": "^6.9.4",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0"
},
"private": true
}