-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
142 lines (142 loc) · 5.13 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"config": {
"cversion": "v1.6.0",
"version": "v1.6.0"
},
"scripts": {
"start": "APP_ENV=development expo start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"test": "jest",
"lint": "eslint . --ext .tsx --fix",
"publish:stag": "eval $(egrep -v '^#' .env.staging | xargs) expo publish --release-channel staging-$npm_package_config_cversion",
"build:stag:ios": "eval $(egrep -v '^#' .env.staging | xargs) expo build:ios --release-channel staging-$npm_package_config_cversion",
"build:stag:android": "eval $(egrep -v '^#' .env.staging | xargs) expo build:android --release-channel staging-$npm_package_config_cversion",
"publish:prod": "eval $(egrep -v '^#' .env.production | xargs) expo publish --release-channel prod-$npm_package_config_cversion",
"build:prod:ios": "eval $(egrep -v '^#' .env.production | xargs) expo build:ios --release-channel prod-$npm_package_config_cversion",
"build:prod:android": "eval $(egrep -v '^#' .env.production | xargs) expo build:android --release-channel prod-$npm_package_config_cversion"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@elysia-dev/contract-typechain": "^1.1.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.4.1",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/contracts": "^5.4.1",
"@ethersproject/hdnode": "^5.4.0",
"@ethersproject/providers": "^5.4.3",
"@ethersproject/shims": "^5.0.10",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/picker": "1.6.6",
"@react-native-community/slider": "4.2.1",
"@react-native-community/viewpager": "5.0.11",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"@types/react-native-dotenv": "^0.2.0",
"axios": ">=0.21.1",
"axios-cache-adapter": "^2.7.3",
"base-64": "^1.0.0",
"bignumber.js": "^9.0.1",
"bsc-scan": "^1.1.0",
"crypto-es": "^1.2.7",
"ethers": "5.2.0",
"expo": "^45.0.0",
"expo-barcode-scanner": "~11.3.0",
"expo-clipboard": "~3.0.1",
"expo-constants": "~13.1.1",
"expo-file-system": "~14.0.0",
"expo-font": "~10.1.0",
"expo-haptics": "~11.2.0",
"expo-linear-gradient": "~11.3.0",
"expo-linking": "~3.1.0",
"expo-localization": "~13.0.0",
"expo-notifications": "~0.15.4",
"expo-random": "~12.2.0",
"expo-secure-store": "~11.2.0",
"expo-updates": "~0.13.3",
"i18next": "^20.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.8.10",
"react-native": "0.68.2",
"react-native-animated-loader": "^0.0.9",
"react-native-dotenv": "^2.5.5",
"react-native-flash-message": "^0.1.23",
"react-native-gesture-handler": "~2.2.1",
"react-native-get-random-values": "~1.8.0",
"react-native-htmlview": "^0.16.0",
"react-native-maps": "0.30.2",
"react-native-progress": "^4.1.2",
"react-native-qrcode-svg": "^6.1.1",
"react-native-reanimated": "~2.8.0",
"react-native-reanimated-progress-bar": "^1.0.1",
"react-native-responsive-linechart": "^5.7.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "12.3.0",
"react-native-svg-charts": "^5.4.0",
"react-native-web": "0.17.7",
"react-native-webview": "11.18.1",
"react-navigation": "^4.4.0",
"sentry-expo": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/axios": "^0.14.0",
"@types/base-64": "^0.1.3",
"@types/i18n-js": "^3.0.3",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@types/react-native-datepicker": "^1.7.0",
"@types/react-native-htmlview": "^0.12.2",
"@types/react-native-snap-carousel": "^3.8.3",
"@types/react-native-svg-charts": "^5.0.3",
"@types/styled-components": "^5.1.2",
"@types/styled-components-react-native": "^5.1.1",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"babel-jest": "~25.2.6",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "^7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-header": "3.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0",
"expo-optimize": "^0.1.86",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lint-staged": "^10.4.0",
"prettier": "2.3.2",
"react-test-renderer": "~16.11.0",
"typescript": "~4.3.5"
},
"private": true,
"husky": {
"hooks": {
"pre-commit --no-verify": [
"lint-staged"
]
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"*.{md,mdx,json,css,scss,yaml,yml}": [
"prettier --write"
]
},
"name": "dutch",
"version": "1.1.0"
}