-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.63 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
{
"name": "ditto",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"postinstall": "find ./node_modules/**/node_modules -type d -name 'bitcore-lib' -exec rm -r {} + && echo 'Deleted bitcore-lib duplicates' && patch-package"
},
"dependencies": {
"@react-native-community/async-storage": "^1.7.0",
"@react-native-community/datetimepicker": "^2.1.0",
"@react-native-community/masked-view": "^0.1.5",
"@react-navigation/bottom-tabs": "^5.0.0-alpha.22",
"@react-navigation/core": "^5.0.0-alpha.24",
"@react-navigation/native": "^5.0.0-alpha.16",
"@react-navigation/native-stack": "^5.0.0-alpha.14",
"@react-navigation/stack": "^5.0.0-alpha.37",
"date-fns": "^2.8.1",
"eth-lightwallet": "^3.0.1",
"formik": "1.5.7",
"i18n-js": "^3.3.0",
"node-libs-react-native": "^1.0.3",
"patch-package": "^6.1.2",
"postinstall-postinstall": "^2.0.0",
"react": "16.9.0",
"react-native": "0.61.2",
"react-native-animated-spinkit": "^1.3.0",
"react-native-crypto": "^2.1.2",
"react-native-device-info": "^5.4.0",
"react-native-dialogs": "^1.1.0",
"react-native-fetch-polyfill": "^1.1.3",
"react-native-formik": "^1.7.7",
"react-native-gesture-handler": "^1.5.1",
"react-native-keychain": "^4.0.4",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^1.3.1",
"react-native-modal-datetime-picker": "8.x.x",
"react-native-randombytes": "^3.5.2",
"react-native-reanimated": "^1.4.0",
"react-native-safe-area-context": "^0.6.1",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "2.0.0-alpha.9",
"react-native-typography": "^1.4.1",
"react-native-urbi-ui": "0.1.19",
"react-native-vector-icons": "^6.6.0",
"vm-browserify": "^1.1.0",
"web3": "^1.0.0-beta.37"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/eth-lightwallet": "^3.0.0",
"@types/i18n-js": "^3.0.1",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.147",
"@types/react": "16.9.0",
"@types/react-native": "^0.60.17",
"@types/react-test-renderer": "16.9.0",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0",
"typescript": "^3.7.2"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}