-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.86 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.86 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
{
"author": {
"email": "bartlomiej_was@onet.pl",
"name": "Bartłomiej 'Trez' Wąś",
"url": "https://was.org.pl/"
},
"bugs": {
"email": "kt.bugs@onet.pl",
"url": "https://github.com/KT-Trez/musicly/issues"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/slider": "4.2.4",
"@react-navigation/bottom-tabs": "^6.4.1",
"@react-navigation/native-stack": "^6.9.2",
"axios": "^1.2.0",
"expo": "^47.0.8",
"expo-av": "~13.0.3",
"expo-file-system": "~15.1.1",
"expo-image-picker": "~14.0.2",
"expo-media-library": "~15.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-system-ui": "~2.0.1",
"expo-updates": "~0.15.6",
"moment": "^2.29.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-local-mongodb": "^4.0.0",
"react-native-paper": "^5.0.0-rc.4",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-web": "~0.18.7"
},
"description": "Mobile app that lets you download, manage and play your favourite music anywhere you are.",
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/usetube": "^2.1.0",
"typescript": "^4.6.3"
},
"keywords": [
"android",
"music downloader",
"music player",
"musicly",
"youtube",
"song downloader"
],
"license": "MIT",
"name": "musicly",
"private": true,
"repository": {
"type": "git",
"url": "github:KT-Trez/musicly"
},
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"start": "expo start",
"web": "expo start --web"
},
"version": "1.5.0-alpha.0"
}