-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
137 lines (137 loc) · 4.43 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
{
"name": "@quiet/mobile",
"version": "0.1.0-alpha.2",
"private": true,
"scripts": {
"storybook": "ENVFILE=.env.storybook react-native run-android",
"android": "ENVFILE=.env.development react-native run-android",
"ios": "ENVFILE=.env.development react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"gen": "plop",
"postinstall": "node_modules/.bin/rn-nodeify --install crypto,stream,events --hack",
"postversion": "react-native-version"
},
"dependencies": {
"@peculiar/webcrypto": "^1.1.7",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/art": "^1.2.0",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@reduxjs/toolkit": "^1.5.1",
"@zbayapp/nectar": "1.6.1",
"buffer": "^6.0.3",
"events": "^1.1.1",
"i18next": "^20.2.2",
"luxon": "^1.27.0",
"pkijs": "^2.1.95",
"pvutils": "^1.0.17",
"react": "17.0.1",
"react-i18next": "^11.8.15",
"react-native": "0.64.0",
"react-native-config": "^1.4.2",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^8.1.3",
"react-native-events": "^1.0.17",
"react-native-find-free-port": "^1.0.0",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-jdenticon": "0.0.3",
"react-native-progress": "^4.1.2",
"react-native-push-notification": "^7.3.2",
"react-native-randombytes": "^3.6.1",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.2.0",
"react-native-svg": "^12.1.1",
"react-native-webview": "^11.6.5",
"react-native-webview-crypto": "0.0.22",
"react-native-zip-archive": "^6.0.3",
"react-redux": "^7.2.4",
"readable-stream": "^3.6.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"rn-nodeify": "^10.3.0",
"socket.io-client": "^4.1.3",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.0",
"typed-redux-saga": "^1.3.1",
"zbayapp-nodejs-mobile-react-native": "^1.1.0"
},
"peerDependencies": {
"@zbayapp/identity": "*"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/push-notification-ios": "^1.10.1",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-knobs": "^6.2.9",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-knobs": "^5.3.25",
"@storybook/react-native": "^5.3.25",
"@testing-library/react-native": "^7.2.0",
"@types/chalk": "^2.2.0",
"@types/jest": "^26.0.20",
"@types/luxon": "^1.26.5",
"@types/pkijs": "0.0.8",
"@types/react-native": "^0.64.0",
"@types/react-native-push-notification": "^7.3.0",
"@types/react-test-renderer": "^16.9.2",
"@types/styled-components": "^5.1.9",
"babel-jest": "^26.6.3",
"chalk": "^4.1.1",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"plop": "^2.7.4",
"react-native-dev-menu": "^4.0.2",
"react-native-version": "^4.0.0",
"react-test-renderer": "17.0.1",
"redux-saga-test-plan": "^4.0.1",
"typescript": "^3.8.3"
},
"react-native": {
"crypto": "react-native-crypto",
"events": "react-native-events",
"stream": "stream-browserify",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough"
},
"browser": {
"crypto": "react-native-crypto",
"events": "react-native-events",
"stream": "stream-browserify",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/codegen/"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"rootDir": "src",
"setupFiles": [
"../node_modules/react-native-gesture-handler/jestSetup.js",
"./setupTests.ts"
]
}
}