-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.15 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
{
"name": "spotify",
"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-async-storage/async-storage": "^1.13.2",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-native-firebase/app": "^12.9.1",
"@react-native-firebase/auth": "^12.9.0",
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-navigation/bottom-tabs": "^6.0.7",
"@react-navigation/devtools": "^6.0.2",
"@react-navigation/material-top-tabs": "^6.0.4",
"@react-navigation/native": "^6.0.4",
"@react-navigation/stack": "^6.0.9",
"@reduxjs/toolkit": "^1.6.2",
"axios": "^0.21.1",
"react": "^16.13.1",
"react-dom": "^16.8.0",
"react-native": "0.63.4",
"react-native-app-auth": "^6.0.1",
"react-native-events": "^1.0.15",
"react-native-flipper": "^0.114.1",
"react-native-gesture-handler": "^1.5.6",
"react-native-linear-gradient": "^2.5.6",
"react-native-pager-view": "^5.4.6",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^3.0.0",
"react-native-screens": "^3.0.0",
"react-native-spotify-remote": "^0.3.3",
"react-native-tab-view": "^3.0.0",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "4.0.10",
"react-navigation-stack": "^1.10.3",
"react-redux": "^7.2.5",
"redux-persist": "^6.0.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^0.0.7",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.29",
"@types/react-native": "^0.65.5",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^25.1.0",
"eslint": "^5.0.0",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.9.0",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native"
}
}