Skip to content

Commit b4c0b53

Browse files
author
HuyDo
committed
fix: move library to devDepencies
1 parent ddf5e21 commit b4c0b53

File tree

2 files changed

+10352
-14330
lines changed

2 files changed

+10352
-14330
lines changed

package.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,16 @@
6363
"react-native-vision-camera": "^4.1.0",
6464
"release-it": "^15.0.0",
6565
"typescript": "^4.5.2",
66-
"uuid": "^10.0.0"
66+
"uuid": "^10.0.0",
67+
"react-native-audio-recorder-player": "^3.6.11",
68+
"react-native-fs": "^2.20.0",
69+
"react-native-get-random-values": "^1.11.0",
70+
"react-native-gifted-chat": "2.4.0",
71+
"react-native-image-picker": "^7.1.2",
72+
"react-native-reanimated": "^3.15.4",
73+
"react-native-safe-area-context": "^4.11.0",
74+
"react-native-svg": "^15.3.0",
75+
"react-native-uuid": "^2.0.2"
6776
},
6877
"resolutions": {
6978
"@types/react-native": "0.71.8",
@@ -156,18 +165,7 @@
156165
"@types/uuid": "^9.0.8",
157166
"randomcolor": "^0.6.2",
158167
"react-native-aes-crypto": "^2.1.1",
159-
"react-native-audio-recorder-player": "^3.6.11",
160-
"react-native-fast-image": "^8.6.3",
161-
"react-native-fs": "^2.20.0",
162-
"react-native-get-random-values": "^1.11.0",
163-
"react-native-gifted-chat": "2.4.0",
164-
"react-native-image-picker": "^7.1.2",
165-
"react-native-reanimated": "^3.15.4",
166-
"react-native-safe-area-context": "^4.11.0",
167-
"react-native-svg": "^15.3.0",
168-
"react-native-uuid": "^2.0.2",
169-
"react-native-video": "^6.2.0",
170-
"react-native-vision-camera": "^4.1.0",
171-
"uuid": "^10.0.0"
168+
"react-native-gifted-chat": "^2.4.0",
169+
"react-native-image-picker": "^7.1.2"
172170
}
173171
}

0 commit comments

Comments
 (0)