-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.29 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 3.29 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
84
85
86
87
88
89
90
91
92
{
"name": "com.trejocode.courses",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"postinstall": "patch-package",
"prestart": "rm -f node_modules/react-native-config/ios/ReactNativeConfig/GeneratedDotEnv.m node_modules/react-native-config/android/build/generated/source/buildConfig/debug/com/lugg/RNCConfig/BuildConfig.java node_modules/react-native-config/android/build/generated/source/buildConfig/release/com/lugg/RNCConfig/BuildConfig.java",
"prepare": "husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-firebase/analytics": "21.10.0",
"@react-native-firebase/app": "21.10.0",
"@react-native-firebase/app-distribution": "21.10.0",
"@react-native-firebase/crashlytics": "21.10.0",
"@react-native-firebase/remote-config": "21.10.0",
"@react-navigation/bottom-tabs": "6.6.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@reduxjs/toolkit": "2.5.1",
"@sentry/react-native": "^6.7.0",
"axios": "^1.7.9",
"i18next": "24.2.2",
"native-base": "^3.4.28",
"patch-package": "^8.0.0",
"react": "18.3.1",
"react-i18next": "15.4.0",
"react-native": "0.75.5",
"react-native-bootsplash": "^5.5.3",
"react-native-config": "1.5.5",
"react-native-device-info": "14.0.4",
"react-native-error-boundary": "1.2.7",
"react-native-permissions": "5.2.5",
"react-native-safe-area-context": "5.1.0",
"react-native-screens": "3.35.0",
"react-native-svg": "15.11.1",
"react-native-vector-icons": "^10.1.0",
"react-native-webview": "13.13.2",
"react-native-youtube-iframe": "^2.3.0",
"react-redux": "9.2.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@react-native/babel-preset": "0.75.5",
"@react-native/eslint-config": "0.75.5",
"@react-native/metro-config": "0.75.5",
"@react-native/typescript-config": "0.75.5",
"@types/react": "^18.2.6",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"husky": "^9.1.6",
"jest": "^29.6.3",
"lint-staged": "^15.2.10",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.5.0",
"react-test-renderer": "18.3.1",
"reactotron-react-native": "^5.1.7",
"reactotron-redux": "^3.1.9",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@3.8.7+sha512.bbe7e310ff7fd20dc63b111110f96fe18192234bb0d4f10441fa6b85d2b644c8923db8fbe6d7886257ace948440ab1f83325ad02af457a1806cdc97f03d2508e"
}