-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
102 lines (102 loc) · 4.26 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
{
"name": "rvmob",
"version": "0.7.0-beta1",
"homepage": "https://revoltchat.github.io/rvmob",
"license": "AGPL-3.0-only",
"private": true,
"scripts": {
"clean": "react-native clean",
"android": "yarn license-list -prod && react-native run-android --active-arch-only --appIdSuffix=debug --mode=debug",
"android-release": "yarn license-list -prod && react-native build-android --tasks assembleRelease",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"license-list": "yarn licenses list --production --json --recursive > assets/data/licenses.json && node scripts/licenseListProcessor.mjs -silent",
"web": "yarn license-list -prod && webpack-dev-server --config config/webpack.config.js --hot --mode=development",
"web-release": "yarn license-list -prod && webpack --config config/webpack.config.js --mode=production",
"knip": "knip"
},
"dependencies": {
"@gorhom/bottom-sheet": "patch:@gorhom/bottom-sheet@npm%3A5.0.6#~/.yarn/patches/@gorhom-bottom-sheet-npm-5.0.6-ee2c6d5dad.patch",
"@notifee/react-native": "^9.1.8",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-clipboard/clipboard": "^1.15.0",
"@react-native-community/hooks": "^3.0.0",
"@rexovolt/react-native-markdown-display": "^9.0.3",
"@traptitech/markdown-it-spoiler": "patch:@traptitech/markdown-it-spoiler@npm%3A1.1.6#~/.yarn/patches/@traptitech-markdown-it-spoiler-npm-1.1.6-ee0dc02626.patch",
"@xmldom/xmldom": "^0.9.6",
"date-fns": "^4.1.0",
"i18next": "^24.2.0",
"intl-pluralrules": "^2.0.1",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-i18next": "^15.2.0",
"react-native": "^0.76.5",
"react-native-device-info": "^14.0.2",
"react-native-document-picker": "^9.3.1",
"react-native-drawer-layout": "^4.1.1",
"react-native-gesture-handler": "^2.21.2",
"react-native-get-random-values": "^1.11.0",
"react-native-reanimated": "3.16.6",
"react-native-reanimated-image-viewer": "^1.0.2",
"react-native-svg": "^15.10.1",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "^0.19.13",
"reanimated-color-picker": "^3.0.6",
"revolt.js": "npm:@rexovolt/revolt.js@^6.6.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@react-native-community/cli": "^15.1.3",
"@react-native-community/cli-platform-android": "^15.1.3",
"@react-native-community/cli-platform-ios": "^15.1.3",
"@react-native/babel-preset": "^0.76.5",
"@react-native/eslint-config": "^0.76.5",
"@react-native/metro-config": "^0.76.5",
"@react-native/typescript-config": "^0.76.5",
"@rnx-kit/metro-config": "^2.0.1",
"@rnx-kit/metro-plugin-cyclic-dependencies-detector": "^2.0.0",
"@rnx-kit/metro-plugin-duplicates-checker": "^3.0.0",
"@rnx-kit/metro-serializer": "^2.0.0",
"@svgr/webpack": "^8.1.0",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.12",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-native-web": "^0.19.0",
"@types/react-test-renderer": "^18.3.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-native-web": "^0.19.13",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.57.1",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"knip": "^5.41.1",
"prettier": "^2.8.8",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "^18.3.1",
"typescript": "^5.7.2",
"url-loader": "^4.1.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"resolutions": {
"@react-native/assets-registry@npm:0.76.2": "patch:@react-native/assets-registry@npm%3A0.76.2#~/.yarn/patches/@react-native-assets-registry-npm-0.76.2-7f3b1c49cf.patch",
"markdown-it": "patch:markdown-it@npm%3A14.1.0#~/.yarn/patches/markdown-it-npm-14.1.0-e337d75bfe.patch"
}
}