-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
106 lines (106 loc) · 3.68 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
{
"name": "openchia",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --variant=chiaDebug",
"android-testnet": "react-native run-android --variant=otestnetDebug --appIdSuffix=testnet",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "patch-package"
},
"dependencies": {
"@crowdin/ota-client": "^0.7.0",
"@gorhom/bottom-sheet": "^4.1.5",
"@react-native-async-storage/async-storage": "^1.15.9",
"@react-native-clipboard/clipboard": "^1.9.0",
"@react-native-community/netinfo": "^7.1.2",
"@react-native-firebase/app": "^13.0.1",
"@react-native-firebase/messaging": "^13.0.1",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/material-bottom-tabs": "^6.0.9",
"@react-navigation/material-top-tabs": "^6.0.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"@shopify/react-native-skia": "^0.1.142",
"art": "^0.10.3",
"axios": "^0.24.0",
"d3": "^7.1.1",
"d3-array": "^3.1.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.0.1",
"date-fns": "^2.25.0",
"deepmerge": "^4.2.2",
"filesize": "^9.0.11",
"humanize-duration": "^3.27.1",
"i18next": "^21.4.0",
"i18next-chained-backend": "^3.0.2",
"i18next-resources-to-backend": "^1.0.0",
"intl": "^1.2.5",
"lodash.get": "^4.4.2",
"patch-package": "^6.4.7",
"react": "17.0.2",
"react-error-boundary": "^3.1.4",
"react-i18next": "^11.13.0",
"react-native": "0.66.4",
"react-native-camera": "^4.2.1",
"react-native-device-info": "^8.4.8",
"react-native-dialog": "^9.2.1",
"react-native-dotenv": "^3.3.1",
"react-native-dropdown-picker": "^5.3.0",
"react-native-fast-image": "^8.5.11",
"react-native-gesture-handler": "^1.10.3",
"react-native-haptic-feedback": "^1.10.0",
"react-native-localization": "^2.3.1",
"react-native-localize": "^2.1.5",
"react-native-mmkv": "^2.4.3",
"react-native-modal": "^13.0.0",
"react-native-notifications": "^4.1.2",
"react-native-pager-view": "^5.4.9",
"react-native-paper": "^4.9.2",
"react-native-permissions": "^3.1.0",
"react-native-qrcode-scanner": "^1.5.4",
"react-native-reanimated": "2.3.0",
"react-native-render-html": "^6.3.0",
"react-native-ripple-button-reanimated": "^0.0.6",
"react-native-safe-area-context": "^3.3.2",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "^3.10.2",
"react-native-shadow-2": "^6.0.2",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.1",
"react-native-system-navigation-bar": "^1.0.2",
"react-native-tab-view": "^3.1.1",
"react-native-toast-notifications": "^3.2.2",
"react-native-vector-icons": "^9.0.0",
"react-native-wagmi-charts": "^2.0.1",
"recoil": "^0.6.1",
"recyclerlistview": "^3.0.5",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "2.3.2",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}