This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
55 lines (55 loc) · 1.67 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
{
"name": "bn-mobile-react",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"expo-cli": "^2.19.4",
"jest-expo": "~31.0.0",
"react-native-testing-library": "^1.8.0",
"react-test-renderer": "16.3.1"
},
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"expo": "expo",
"start": "expo start -c",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest --coverage",
"debug": "open \"rndebugger://set-debugger-loc?host=localhost&port=19001\""
},
"jest": {
"preset": "jest-expo",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
},
"dependencies": {
"big.js": "^5.2.2",
"bn-api-node": "^2.0.9",
"expo": "^31.0.6",
"lodash": "^4.17.11",
"lottie-react-native": "^2.5.11",
"luxon": "^1.16.0",
"prop-types": "^15.7.2",
"proxy-polyfill": "^0.3.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz",
"react-native-circle-checkbox": "^0.1.6",
"react-native-expo-image-cache": "^3.2.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-modal-dropdown": "^0.6.2",
"react-native-qrcode": "^0.2.7",
"react-native-size-matters": "^0.2.1",
"react-native-snap-carousel": "^3.8.0",
"react-native-swipe-list-view": "^1.5.5",
"react-native-video": "^3.2.0",
"react-navigation": "^2.11.2",
"sentry-expo": "^1.11.2",
"unstated": "^2.1.1"
}
}