@fadyshawky/react-native-magic 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +106 -1
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fadyshawky/react-native-magic",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "react native template with ready components, hooks, react navigation, redux, typescript, etc.",
|
|
5
5
|
"keywords": [
|
|
6
|
+
"react-native-magic",
|
|
6
7
|
"react-native",
|
|
7
8
|
"typescript",
|
|
8
9
|
"jest",
|
|
@@ -18,6 +19,110 @@
|
|
|
18
19
|
"author": "Fady Shawky",
|
|
19
20
|
"type": "commonjs",
|
|
20
21
|
"main": "index.js",
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@gorhom/bottom-sheet": "^5.0.6",
|
|
24
|
+
"@react-native-async-storage/async-storage": "^2.1.0",
|
|
25
|
+
"@react-native-camera-roll/camera-roll": "^7.9.0",
|
|
26
|
+
"@react-native-community/datetimepicker": "^8.2.0",
|
|
27
|
+
"@react-native-community/image-editor": "^4.2.1",
|
|
28
|
+
"@react-native-community/netinfo": "^11.4.1",
|
|
29
|
+
"@react-native-community/slider": "^4.5.5",
|
|
30
|
+
"@react-navigation/bottom-tabs": "^7.2.0",
|
|
31
|
+
"@react-navigation/drawer": "^7.1.1",
|
|
32
|
+
"@react-navigation/material-top-tabs": "^7.1.0",
|
|
33
|
+
"@react-navigation/native": "^7.0.14",
|
|
34
|
+
"@react-navigation/native-stack": "^7.2.0",
|
|
35
|
+
"@reduxjs/toolkit": "^2.5.0",
|
|
36
|
+
"@shopify/flash-list": "^1.7.2",
|
|
37
|
+
"@types/intl": "^1.2.2",
|
|
38
|
+
"@types/jest": "^29.5.14",
|
|
39
|
+
"@types/lodash": "^4.17.13",
|
|
40
|
+
"@types/react-native-vector-icons": "^6.4.18",
|
|
41
|
+
"@types/react-redux": "^7.1.34",
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
43
|
+
"@typescript-eslint/parser": "^8.18.1",
|
|
44
|
+
"axios": "^1.7.9",
|
|
45
|
+
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
46
|
+
"dayjs": "^1.11.13",
|
|
47
|
+
"detox": "^20.28.0",
|
|
48
|
+
"eslint-config-react-strong": "^2.4.0",
|
|
49
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
50
|
+
"eslint-plugin-import": "^2.31.0",
|
|
51
|
+
"eslint-plugin-jest": "^28.10.0",
|
|
52
|
+
"eslint-plugin-react": "^7.37.2",
|
|
53
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
54
|
+
"eslint-plugin-react-native": "^4.1.0",
|
|
55
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
56
|
+
"husky": "^9.1.7",
|
|
57
|
+
"intl": "^1.2.5",
|
|
58
|
+
"lint-staged": "^15.2.11",
|
|
59
|
+
"lodash": "^4.17.21",
|
|
60
|
+
"metro-react-native-babel-preset": "^0.77.0",
|
|
61
|
+
"mime": "^4.0.6",
|
|
62
|
+
"moment": "^2.30.1",
|
|
63
|
+
"patch-package": "^8.0.0",
|
|
64
|
+
"react": "^18.3.1",
|
|
65
|
+
"react-dom": "^19.0.0",
|
|
66
|
+
"react-native": "^0.76.5",
|
|
67
|
+
"react-native-actions-sheet": "^0.9.7",
|
|
68
|
+
"react-native-animated-pagination-dots": "^0.1.73",
|
|
69
|
+
"react-native-bundle-visualizer": "^3.1.3",
|
|
70
|
+
"react-native-calendars": "^1.1307.0",
|
|
71
|
+
"react-native-camera": "^4.2.1",
|
|
72
|
+
"react-native-config": "^1.5.3",
|
|
73
|
+
"react-native-config-node": "^0.0.3",
|
|
74
|
+
"react-native-dev-menu": "^4.1.1",
|
|
75
|
+
"react-native-device-info": "^14.0.2",
|
|
76
|
+
"react-native-dropdown-select-list": "^2.0.5",
|
|
77
|
+
"react-native-gesture-handler": "^2.21.2",
|
|
78
|
+
"react-native-image-crop-picker": "^0.41.6",
|
|
79
|
+
"react-native-image-resource-generator": "^1.0.2",
|
|
80
|
+
"react-native-in-app-review": "^4.3.3",
|
|
81
|
+
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
82
|
+
"react-native-localization": "^2.3.2",
|
|
83
|
+
"react-native-mask-input": "^1.2.3",
|
|
84
|
+
"react-native-pager-view": "^6.6.1",
|
|
85
|
+
"react-native-permissions": "^5.2.1",
|
|
86
|
+
"react-native-reanimated": "^3.16.6",
|
|
87
|
+
"react-native-reanimated-carousel": "^3.5.1",
|
|
88
|
+
"react-native-safe-area-context": "^5.0.0",
|
|
89
|
+
"react-native-screens": "^4.4.0",
|
|
90
|
+
"react-native-sfsymbols": "^1.2.2",
|
|
91
|
+
"react-native-share": "^12.0.3",
|
|
92
|
+
"react-native-size-matters": "^0.4.2",
|
|
93
|
+
"react-native-snackbar": "^2.8.0",
|
|
94
|
+
"react-native-svg": "^15.10.1",
|
|
95
|
+
"react-native-tab-view": "^4.0.5",
|
|
96
|
+
"react-native-vector-icons": "^10.2.0",
|
|
97
|
+
"react-native-version": "^4.0.0",
|
|
98
|
+
"react-native-vision-camera": "^4.6.3",
|
|
99
|
+
"react-native-webview": "^13.12.5",
|
|
100
|
+
"react-redux": "^9.2.0",
|
|
101
|
+
"redux": "^5.0.1",
|
|
102
|
+
"redux-persist": "^6.0.0",
|
|
103
|
+
"redux-persist-transform-filter": "^0.0.22",
|
|
104
|
+
"rn-fetch-blob": "^0.12.0"
|
|
105
|
+
},
|
|
106
|
+
"devDependencies": {
|
|
107
|
+
"@babel/core": "^7.25.2",
|
|
108
|
+
"@babel/preset-env": "^7.26.0",
|
|
109
|
+
"@babel/runtime": "^7.26.0",
|
|
110
|
+
"@react-native-community/cli": "15.0.1",
|
|
111
|
+
"@react-native-community/cli-platform-android": "15.0.1",
|
|
112
|
+
"@react-native-community/cli-platform-ios": "15.0.1",
|
|
113
|
+
"@react-native/babel-preset": "^0.76.5",
|
|
114
|
+
"@react-native/eslint-config": "^0.76.5",
|
|
115
|
+
"@react-native/metro-config": "^0.76.5",
|
|
116
|
+
"@react-native/typescript-config": "^0.76.5",
|
|
117
|
+
"@types/react": "^18.3.18",
|
|
118
|
+
"@types/react-test-renderer": "^18.3.1",
|
|
119
|
+
"babel-jest": "^29.7.0",
|
|
120
|
+
"eslint": "^8.57.1",
|
|
121
|
+
"jest": "^29.7.0",
|
|
122
|
+
"prettier": "^2.8.8",
|
|
123
|
+
"react-test-renderer": "^18.3.1",
|
|
124
|
+
"typescript": "^5.0.4"
|
|
125
|
+
},
|
|
21
126
|
"scripts": {
|
|
22
127
|
"test": "exit 0"
|
|
23
128
|
},
|