-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.73 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
{
"name": "KanaSwapApp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@ethersproject/shims": "^5.5.0",
"@react-native-clipboard/clipboard": "^1.9.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@solana/web3.js": "^1.30.2",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"ed25519-hd-key": "^1.2.0",
"ethers": "^5.5.1",
"events": "^3.3.0",
"isomorphic-webcrypto": "^2.3.8",
"random-words": "^1.1.1",
"react": "17.0.2",
"react-native": "0.66.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.7.0",
"react-native-randombytes": "^3.6.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.8.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.1",
"react-native-tweetnacl": "^1.0.5",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-redux": "^7.2.6",
"readable-stream": "^3.6.0",
"redux": "^4.1.1",
"stream": "^0.0.2",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/runtime": "7.15.4",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.6.3",
"eslint": "7.14.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.66.2",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}