This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "unleaded",
"main": "./AppEntry.js",
"private": false,
"scripts": {
"start": "expo start",
"build": "expo build:ios",
"ios": "expo start --ios",
"eject": "expo eject",
"format": "prettier --write \"./src/**/*.js\""
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/netinfo": "6.0.0",
"bignumber.js": "^9.0.1",
"expo": "^42.0.0",
"expo-clipboard": "~1.1.0",
"expo-constants": "~11.0.1",
"expo-haptics": "~10.1.0",
"expo-keep-awake": "~9.2.0",
"expo-mail-composer": "~10.2.2",
"expo-status-bar": "~1.0.4",
"expo-web-browser": "~9.2.0",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-svg": "12.1.1",
"react-native-typography": "^1.4.1",
"swr": "^1.0.1"
},
"devDependencies": {
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"babel-preset-expo": "8.3.0",
"prettier": "^2.4.1",
"ts-node": "^10.3.0",
"typescript": "~4.0.0"
},
"description": "Current prices of gas for transactions on Ethereum",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mirshko/unleaded.git"
},
"keywords": [],
"author": "mirshko <jeff@reiner.design>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mirshko/unleaded/issues"
},
"homepage": "https://github.com/mirshko/unleaded#readme"
}