-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.59 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
{
"name": "ggby-mobile",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-plugin-module-resolver": "^3.1.1",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.7.0",
"eslint-plugin-react": "^7.11.1",
"jest-expo": "~27.0.0",
"prettier": "^1.14.3",
"react-test-renderer": "16.3.1"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest",
"getData": "node src/data/scheduleToJson.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^33.0.0",
"googleapis": "^34.0.0",
"moment": "^2.22.2",
"ramda": "0.26.1",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-image-pan-zoom": "^2.1.11",
"react-native-paper": "^2.1.3",
"react-native-simple-markdown": "^1.1.0",
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^2.17.0",
"react-navigation-material-bottom-tabs": "^0.4.0",
"react-redux": "5.0.7",
"redux": "4.0.0",
"redux-actions": "2.4.0",
"redux-observable": "^1.0.0",
"redux-persist": "^5.10.0",
"rn-pdf-reader-js": "Codeko/rn-pdf-reader-js#v0.2.2",
"rxjs": "^6.3.3",
"whatwg-fetch": "^2.0.4"
}
}