-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
113 lines (113 loc) · 3.68 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "HueHive",
"version": "3.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-clipboard/clipboard": "^1.14.2",
"@react-native-google-signin/google-signin": "^12.2.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.5",
"i18next": "^23.14.0",
"moment": "^2.30.1",
"node-libs-react-native": "^1.2.1",
"pigment": "^0.1.0",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-is": "^18.3.1",
"react-native": "^0.75.2",
"react-native-animatable": "^1.4.0",
"react-native-app-auth": "^8.0.0",
"react-native-color-thief": "https://github.com/croma-app/react-native-color-thief.git",
"react-native-config": "^1.5.3",
"react-native-document-picker": "^9.3.1",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-exception-handler": "^2.10.10",
"react-native-flash-message": "^0.4.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.19.0",
"react-native-get-random-values": "^1.11.0",
"react-native-google-mobile-ads": "^14.2.5",
"react-native-iap": "^12.15.7",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-macos": "^0.75.4",
"react-native-material-menu": "^2.0.0",
"react-native-reanimated": "^3.15.0",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.34.0",
"react-native-share": "^11.0.3",
"react-native-share-menu": "^6.0.0",
"react-native-side-menu": "^1.1.3",
"react-native-slider-color-picker": "^2.2.6",
"react-native-svg": "^15.7.1",
"react-native-typography": "^1.4.1",
"react-native-vector-icons": "^10.1.0",
"react-native-view-shot": "^3.8.0",
"react-native-wheel-color-picker": "^1.3.1",
"react-native-windows": "^0.75.3",
"styled-components": "^6.1.12",
"tinycolor2": "^1.6.0",
"uuid": "^10.0.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/runtime": "^7.25.4",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/metro-config": "^0.75.2",
"@rnx-kit/dep-check": "^1.14.0",
"babel-jest": "^29.7.0",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.3.3",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.3.1"
},
"jest": {
"preset": "react-native"
},
"rnx-kit": {
"reactNativeVersion": "^0.66",
"kitType": "app",
"capabilities": [
"animation",
"babel-preset-react-native",
"core",
"core-android",
"core-ios",
"filesystem",
"gestures",
"jest",
"navigation/native",
"navigation/stack",
"react",
"react-test-renderer",
"safe-area",
"screens",
"storage"
]
},
"resolutions": {
"styled-components": "^5",
"react-native-share-menu@^6.0.0": "patch:react-native-share-menu@npm%3A6.0.0#./.yarn/patches/react-native-share-menu-npm-6.0.0-f1094c3204.patch"
},
"packageManager": "[email protected]"
}