-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.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
{
"name": "fornaxWalletApp",
"version": "0.0.1",
"private": true,
"scripts": {
"gql-start": "rm -rf ./node_modules/.cache/babel-loader && node index.js",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@react-native-async-storage/async-storage": "^1.15.14",
"@react-native-clipboard/clipboard": "^1.9.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^2.2.1",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@reduxjs/toolkit": "^1.6.2",
"@truffle/hdwallet-provider": "^1.7.0",
"@types/lodash": "^4.14.177",
"@types/react-native-elements": "^0.18.0",
"@types/react-native-snap-carousel": "^3.8.5",
"base-64": "1.0.0",
"bip39": "^3.0.4",
"buffer": "6.0.3",
"ethereumjs-wallet": "^1.0.2",
"graphql": "^16.1.0",
"moment": "^2.29.1",
"node-libs-browser": "2.2.1",
"path-browserify": "0.0.0",
"react": "17.0.2",
"react-native": "0.66.3",
"react-native-bip39": "^2.3.0",
"react-native-camera": "^4.2.1",
"react-native-crypto": "2.2.0",
"react-native-elements": "^3.4.2",
"react-native-flash-message": "^0.2.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "1.5.0",
"react-native-gifted-charts": "^0.2.2",
"react-native-http": "^0.0.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^13.0.0",
"react-native-pager-view": "^5.4.9",
"react-native-paper": "^4.10.1",
"react-native-permissions": "^3.1.0",
"react-native-picker-select": "^8.0.4",
"react-native-qrcode-scanner": "^1.5.4",
"react-native-qrcode-svg": "^6.1.1",
"react-native-randombytes": "^3.6.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^3.3.2",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "^3.9.0",
"react-native-simple-icons": "^1.0.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-spinkit": "^1.5.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-template-typescript": "^6.8.3",
"react-native-touch-id": "^4.4.1",
"react-native-vector-icons": "^9.0.0",
"react-redux": "^7.2.6",
"web3": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^27.0.3",
"@types/node": "14.14.22",
"@types/react": "^17.0.36",
"@types/react-native": "^0.66.5",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"babel-plugin-import-graphql": "^2.8.1",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-stream": "0.1.9",
"react-test-renderer": "17.0.2",
"typescript": "^4.5.2"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"jest": {
"preset": "react-native"
},
"keywords": [
"react",
"react-native",
"blockchain",
"dapp",
"ethereum",
"web3",
"starter",
"react-native-web"
]
}