-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.64 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.64 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
{
"name": "music-app",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\" \"!prisma/generated/**\""
},
"dependencies": {
"@gorhom/bottom-sheet": "^5",
"expo": "~53.0.20",
"expo-audio": "~0.4.8",
"expo-constants": "~17.1.7",
"expo-dev-client": "~5.2.4",
"expo-file-system": "~18.1.11",
"expo-image": "~2.4.0",
"expo-linking": "~7.1.7",
"expo-localization": "~16.1.6",
"expo-media-library": "~17.1.7",
"expo-router": "~5.1.4",
"expo-status-bar": "~2.2.3",
"i18next": "^25.3.6",
"music-metadata": "^11.8.2",
"object-hash": "^3.0.0",
"react": "19.0.0",
"react-i18next": "^15.6.1",
"react-native": "0.79.5",
"react-native-awesome-slider": "^2.9.0",
"react-native-bootsplash": "^6.3.7",
"react-native-gesture-handler": "~2.24.0",
"react-native-image-colors": "^2.5.0",
"react-native-mmkv": "^3.3.0",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-text-ticker": "^1.15.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
"babel-plugin-module-resolver": "^5.0.2",
"prettier": "^3.6.2",
"typescript": "~5.8.3"
},
"private": true
}