Skip to content

Commit 3d44d16

Browse files
committed
update package json dependencies list
1 parent 089a4c0 commit 3d44d16

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "git+https://github.com/commt/commt-rn.git"
1212
},
13-
"peerDependencies": {
13+
"dependencies": {
1414
"dayjs": "^1.11.9",
1515
"axios": "^1.4.0",
1616
"node-forge": "^1.3.1",
@@ -22,6 +22,12 @@
2222
"react-native-svg": "^13.10.0",
2323
"react-native-gifted-chat": "^2.4.0"
2424
},
25+
"devDependencies": {
26+
"typescript": "4.8.4",
27+
"@types/node-forge": "^1.3.9",
28+
"@types/react": "^18.0.24",
29+
"@tsconfig/react-native": "^2.0.2"
30+
},
2531
"keywords": [
2632
"commt",
2733
"react-native-chat-sdk",
@@ -35,12 +41,9 @@
3541
"custom-chat-plugin"
3642
],
3743
"contributors": [
38-
"Mesut KILINCASLAN",
39-
"Sedanur AKÇİL"
44+
{"name": "Mesut KILINCASLAN"},
45+
{"name": "Sedanur AKÇİL"}
4046
],
41-
"publishConfig": {
42-
"registry":"https://github.com/commt/commt-rn.git"
43-
},
4447
"bugs": {
4548
"url": "https://github.com/commt/commt-rn.git/issues"
4649
},

0 commit comments

Comments
 (0)