-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.12 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
{
"name": "SimpleMusicPlayer",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/voice": "^1.1.9",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/material-bottom-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"lodash": "^4.17.21",
"lottie-react-native": "^4.0.2",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-admob": "^2.0.0-beta.6",
"react-native-event-listeners": "^1.0.7",
"react-native-fbads": "^7.0.5",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-music-files": "github:Rushit013/react-native-get-music-files",
"react-native-minimize": "^1.0.12",
"react-native-modal": "^12.0.2",
"react-native-navigation-bar-color": "^2.0.1",
"react-native-paper": "^4.9.2",
"react-native-reanimated": "^2.2.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0",
"react-native-share": "^6.3.0",
"react-native-simple-toast": "^1.1.3",
"react-native-slider": "^0.11.0",
"react-native-splash-screen": "^3.2.0",
"react-native-tab-view": "^3.0.1",
"react-native-track-player": "^1.2.7",
"react-native-vector-icons": "^8.1.0",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.12.0",
"styled-components": "^5.3.0",
"toggle-switch-react-native": "^3.2.0",
"underscore": "^1.13.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/runtime": "^7.14.6",
"@react-native-community/eslint-config": "^3.0.0",
"babel-jest": "^27.0.6",
"eslint": "^7.30.0",
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.1",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}