forked from berty/berty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (166 loc) · 5.28 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "@berty/js",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest --silent",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "patch-package && node ./fix-types.js && npx jetify"
},
"dependencies": {
"@eva-design/eva": "^2.1.0",
"@gorhom/bottom-sheet": "^4",
"@improbable-eng/grpc-web": "^0.15.0",
"@react-native-clipboard/clipboard": "^1.9.0",
"@react-native-community/audio-toolkit": "^2.0.3",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cameraroll": "^4.1.2",
"@react-native-community/hooks": "^2.8.1",
"@react-navigation/elements": "^1.2.1",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"@reduxjs/toolkit": "^1.7.1",
"@ui-kitten/components": "^5.1.1",
"@ui-kitten/eva-icons": "^5.0.0",
"buffer": "^6.0.3",
"case": "^1.6.3",
"emoji-datasource": "^7.0.2",
"expo": "^44.0.6",
"expo-barcode-scanner": "~11.2.0",
"expo-camera": "^12.1.2",
"expo-file-system": "^13.1.4",
"expo-font": "~10.0.4",
"expo-mail-composer": "~11.1.0",
"faker": "^5.2.0",
"google-palette": "^1.1.0",
"i18next": "^21.6.4",
"linkify-it": "^3.0.3",
"lottie-react-native": "^4.1.3",
"mem": "^8.0.0",
"moment": "^2.29.2",
"multiaddr": "^10.0.1",
"node-libs-react-native": "^1.2.1",
"protobufjs": "^6.10.2",
"react": "17.0.2",
"react-i18next": "^11.14.3",
"react-native": "0.64.2",
"react-native-android-keyboard-adjust": "^1.2.0",
"react-native-bootsplash": "^3.2.6",
"react-native-document-picker": "^7.1.1",
"react-native-emoji-board": "^1.2.1",
"react-native-exception-handler": "^2.10.9",
"react-native-flags": "^1.0.0",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.8.0",
"react-native-hyperlink": "^0.0.19",
"react-native-image-crop-picker": "^0.37.2",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-in-app-notification": "3.2.0",
"react-native-pager-view": "5.4.9",
"react-native-permissions": "^3.1.0",
"react-native-progress": "^5.0.0",
"react-native-qrcode-svg": "6.1.1",
"react-native-reanimated": "https://github.com/aeddi/react-native-reanimated/releases/download/2.4.1/react-native-reanimated-2.4.1.tgz",
"react-native-restart": "^0.0.22",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.9.0",
"react-native-share": "^7.2.1",
"react-native-svg": "^12.1.0",
"react-native-tab-view": "^3.1.1",
"react-native-v8": ">=0.64.2-patch.0 <0.64.3",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.14.3",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"sha3": "^2.1.4",
"string.fromcodepoint": "^1.0.0",
"tlds": "^1.226.0",
"v8-android-jit": "9.88.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/node": "^7.16.5",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.16.5",
"@faker-js/faker": "^6.3.1",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/react-native": "^9.1.0",
"@types/base64-js": "^1.3.0",
"@types/color": "^3.0.1",
"@types/jest": "^27.0.3",
"@types/linkify-it": "^3.0.2",
"@types/lodash": "^4.14.178",
"@types/react-native-share": "^3.3.1",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"appium": "^1.22.3",
"appium-doctor": "^1.16.0",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.4",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.14.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^27.4.5",
"jest-expo": "^44.0.1",
"metro-config": "^0.66.2",
"metro-react-native-babel-preset": "^0.66.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "^17.0.2",
"ts-unused-exports": "^8.0.0",
"typescript": "^4.5.4",
"webdriverio": "^7.19.7"
},
"jest": {
"preset": "jest-expo",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testPathIgnorePatterns": [
"/node_modules/",
".gomobile-cache/",
"web/",
"/packages/utils/testing"
],
"modulePathIgnorePatterns": [
"/node_modules/",
".gomobile-cache/",
"web/"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|css|less|png|svg)$": "<rootDir>/__mocks__/assetMock.js",
"^@berty/(.*)$": "<rootDir>/packages/$1"
},
"setupFiles": [
"./jest-setup.js"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}