-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.96 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"server": "node server.js",
"lint": "eslint src/**; exit 0;"
},
"dependencies": {
"@expo/vector-icons": "^9.0.0",
"apollo-boost": "^0.4.1",
"expo": "^33.0.1",
"formik": "^1.5.1",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.15",
"native-base": "^2.12.1",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-apollo": "^2.5.2",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-formik": "^1.7.5",
"react-native-router-flux": "4.1.0-beta.4",
"react-native-router-flux-cli": "^0.0.1",
"react-native-web": "^0.11.4",
"react-navigation": "^3.5.1",
"react-navigation-deprecated-tab-navigator": "https://github.com/dpwilhelmsen/deprecated-tab-navigator",
"recompose": "^0.30.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"@expo/webpack-config": "^0.5.11",
"apollo-server-express": "^1.4.0",
"babel-plugin-mix-import-module-exports": "^0.1.1",
"babel-preset-expo": "^5.1.1",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"express": "^4.16.4",
"graphql-tools": "^4.0.4",
"source-map-loader": "^0.2.4",
"ttf-loader": "^1.0.2"
},
"private": true,
"version": "0.0.0"
}