-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
72 lines (72 loc) · 2.07 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
{
"name": "EOSID",
"version": "0.1.6",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Game-X-Coin/EOSID"
},
"keywords": [
"eosio",
"eos",
"wallet",
"blockchain",
"react-native"
],
"author": "GXC",
"bugs": {
"url": "https://github.com/Game-X-Coin/EOSID/issues",
"email": "dev@gamexcoin.io"
},
"homepage": "https://eosid.gamexcoin.io",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"build:android": "expo build:android",
"build:ios": "expo build:ios --apple-enterprise-account",
"test": "jest --u",
"eject": "expo eject",
"lint-js": "eslint --ignore-path .gitignore --ignore-pattern \"!**/.*\" ."
},
"dependencies": {
"@rimiti/react-native-toastify": "^1.0.0",
"bytes": "^3.0.0",
"crypto-js": "^3.1.9-1",
"d3-interpolate": "^1.3.2",
"eosjs-ecc-rn": "^4.0.5",
"eosjs-rn": "^20.0.0-beta3",
"expo": "^31.0.4",
"expo-localization": "^1.0.0",
"formik": "^1.3.1",
"mobx": "4.2.1",
"mobx-react": "^5.3.6",
"moment-timezone": "^0.5.23",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-paper": "^2.2.4",
"react-native-sqlite-storage": "^3.3.5",
"react-native-swiper": "^1.5.14",
"react-navigation": "^2.18.2",
"react-navigation-backhandler": "^1.2.0",
"react-navigation-material-bottom-tabs": "^0.4.0",
"sentry-expo": "^1.10.0",
"text-encoding": "^0.7.0",
"typeorm-expo": "^0.2.6",
"yup": "^0.26.6"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-inline-dotenv": "^1.2.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-expo": "^5.0.0",
"eslint": "^5.6.1",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react-app": "^3.0.0",
"eslint-plugin-react-native": "^3.3.0",
"jest-expo": "^31.0.0",
"react-dom": "^16.6.0",
"react-test-renderer": "^16.6.1"
}
}