-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
125 lines (125 loc) · 4.47 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
{
"name": "firma-station-mobile",
"version": "1.0.27",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 15 Pro'",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "patch-package"
},
"dependencies": {
"@apollo/client": "3.4.16",
"@apollo/react-hooks": "4.0.0",
"@firmachain/firma-js": "^0.2.62",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-clipboard/clipboard": "^1.8.5",
"@react-native-community/netinfo": "^8.2.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"@reduxjs/toolkit": "^1.9.1",
"@tradle/react-native-http": "^2.0.1",
"apollo-boost": "0.4.9",
"assert": "^1.5.1",
"axios": "^0.27.2",
"babel-plugin-module-resolver": "^4.1.0",
"bip39": "3.0.4",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.2",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-js": "^4.2.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"events": "^3.3.0",
"graphql": "15.7.1",
"jail-monkey": "^2.6.0",
"moment": "^2.29.2",
"path-browserify": "0.0.0",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "17.0.2",
"react-content-loader": "^6.2.0",
"react-native": "0.67.4",
"react-native-animated-number": "^1.2.0",
"react-native-biometrics": "^2.1.4",
"react-native-camera": "^4.2.1",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^8.7.0",
"react-native-draggable-flatlist": "^3.0.7",
"react-native-fast-image": "8.5.11",
"react-native-gesture-handler": "2.14.0",
"react-native-get-random-values": "^1.11.0",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keychain": "8.0.0",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-modal": "^13.0.1",
"react-native-os": "^1.2.6",
"react-native-permissions": "3.6.1",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "6.3.2",
"react-native-reanimated": "^2.7.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "3.13.1",
"react-native-splash-screen": "^3.3.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^13.2.0",
"react-native-tcp-socket": "^6.0.6",
"react-native-toast-message": "^2.1.5",
"react-native-udp": "^4.1.7",
"react-native-vector-icons": "^9.1.0",
"react-native-webview": "^11.18.1",
"react-navigation": "^4.4.4",
"react-redux": "^7.2.8",
"readable-stream": "^1.0.33",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"text-encoding-polyfill": "^0.6.7",
"timers-browserify": "^1.4.2",
"tty-browserify": "0.0.0",
"url": "^0.10.3",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^26.0.23",
"@types/node": "^22.9.0",
"@types/react": "17.0.2",
"@types/react-native": "^0.67.4",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-redux": "^7.1.23",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"patch-package": "^8.0.0",
"react-test-renderer": "17.0.2",
"redux-tools": "^3.2.0",
"typescript": "^5.0.4"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}