-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.04 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.04 KB
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
{
"name": "wallet",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"babel-eslint": "^8.0.3",
"babel-preset-expo": "^5.0.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"expokit": "^32.0.5",
"fetch-mock": "^6.3.0",
"jest-expo": "^32.0.0",
"jsdom": "^11.11.0",
"react-native-mock-render": "0.0.25",
"react-native-scripts": "^1.8.1",
"react-test-renderer": "16.0.0",
"redux-mock-store": "^1.5.1"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "node node_modules/jest/bin/jest.js",
"test-watch": "jest --watch",
"lint": "eslint -c .eslintrc.json .",
"build:ios": "expo build:ios",
"build:android": "expo build:android"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/ex-navigation": "^4.2.0",
"axios": "^0.18.0",
"buffer": "^5.2.1",
"expo": "^32.0.0",
"i18next": "^13.1.2",
"js-sha256": "^0.9.0",
"moment": "^2.22.2",
"prop-types": "^15.6.0",
"react": "16.5.0",
"react-i18next": "^7.10.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-image-overlay": "^0.1.2",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-onboarding-swiper": "^0.6.0",
"react-native-picker-select": "^4.4.0",
"react-native-render-html": "^3.10.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"url-parse": "^1.3.0",
"uuid": "^3.2.1"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}