-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.91 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
{
"name": "YouTune",
"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/slider": "^4.5.2",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.7",
"lottie-react-native": "^6.7.2",
"nanoid": "^5.0.7",
"react": "17.0.2",
"react-native": "0.66.0",
"react-native-blob-util": "^0.19.11",
"react-native-bottomsheet-reanimated": "^0.3.1",
"react-native-element-dropdown": "^2.12.1",
"react-native-elements": "^3.4.3",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-bottom-sheet": "^1.1.0",
"react-native-gesture-handler": "^2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-image-colors": "^1.5.2",
"react-native-interactable-reanimated": "^0.0.15",
"react-native-linear-gradient": "^2.8.3",
"react-native-mmkv-storage": "^0.9.1",
"react-native-pager-view": "^6.4.1",
"react-native-reanimated": "^3.15.1",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.34.0",
"react-native-tab-view": "^3.5.2",
"react-native-text-ticker": "^1.14.0",
"react-native-track-player": "^4.1.1",
"react-native-vector-icons": "^10.1.0",
"react-redux": "^8.1.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/runtime": "^7.26.0",
"@react-native-community/eslint-config": "^3.0.0",
"babel-jest": "^29.7.0",
"eslint": "7.14.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}