-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.66 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.66 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "RNExample",
"version": "1.3.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "patch-package"
},
"dependencies": {
"@100mslive/react-native-video-plugin": "1.1.0",
"@100mslive/types-prebuilt": "^0.12.12",
"@react-native-async-storage/async-storage": "1.24.0",
"@react-native-community/blur": "^4.4.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@shopify/flash-list": "^1.7.1",
"lottie-react-native": "^7.3.4",
"react": "18.3.1",
"react-native": "0.77.3",
"react-native-device-info": "14.0.0",
"react-native-gesture-handler": "~2.22.0",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-lottie-splash-screen": "github:ygit/react-native-lottie-splash-screen#master",
"react-native-modal": "^13.0.1",
"react-native-permissions": "4.1.5",
"react-native-reanimated": "3.16.7",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "^4.18.0",
"react-native-simple-toast": "1.1.3",
"react-native-vision-camera": "^4.7.2",
"react-native-webview": "^13.12.3",
"react-redux": "8.1.1",
"redux": "4.2.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.28.6",
"@react-native-community/cli": "15.1.3",
"@react-native-community/cli-platform-android": "15.1.3",
"@react-native-community/cli-platform-ios": "15.1.3",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "0.77.3",
"@react-native/metro-config": "0.77.3",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.3.12",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-syntax-hermes-parser": "^0.32.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.77.0",
"patch-package": "^8.0.1",
"prettier": "^2.4.1",
"react-test-renderer": "18.3.1",
"typescript": "4.8.4"
},
"resolutions": {
"@types/react": "^18"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}