forked from Levinswap/levinswap-staking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.9 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
{
"main": "node_modules/expo/AppEntry.js",
"homepage": ".",
"scripts": {
"start": "expo start",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/open-sans": "^0.1.0",
"@react-native-community/async-storage": "~1.12.0",
"@react-navigation/bottom-tabs": "^5.9.0",
"@react-navigation/native": "^5.7.4",
"@sushiswap/core": "^1.4.1",
"@sushiswap/sdk": "^3.0.0",
"@sushiswap/settlement": "^0.13.1",
"@sushiswap/sushi-data": "^0.0.8",
"@sushiswap/zapper": "^0.2.1",
"@uniswap/sdk": "^3.0.3",
"@walletconnect/web3-provider": "^1.3.1",
"eth-permit": "^0.1.9",
"ethers": "5.0.7",
"expo": "^39.0.0",
"expo-constants": "~9.2.0",
"expo-font": "~8.3.0",
"expo-localization": "~9.0.0",
"expo-status-bar": "~1.0.2",
"i18n-js": "^3.8.0",
"modal-react-native-web": "^0.2.0",
"moment": "^2.29.1",
"node-libs-react-native": "^1.2.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-appearance": "^0.3.4",
"react-native-elements": "^2.3.2",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-svg": "12.1.0",
"react-native-web": "~0.13.7",
"react-native-web-hover": "^0.2.9",
"react-router-dom": "^5.2.0",
"stream-http": "^3.2.0",
"use-async-effect": "^2.2.2"
},
"devDependencies": {
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-router-dom": "^5.1.5",
"babel-plugin-inline-dotenv": "^1.6.0",
"prettier": "^1.16.4",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"tslint-react-hooks": "^2.1.1",
"typescript": "~3.9.2"
},
"private": true
}