-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 962 Bytes
/
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
{
"name": "native-base-hasura-todo",
"version": "1.0.0",
"private": true,
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"eslint": "eslint .",
"eslintfix": "eslint . --fix"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^6.3.0",
"apollo-boost": "0.1.16",
"apollo-link-ws": "1.0.9",
"apollo-utilities": "1.0.21",
"expo": "30.0.1",
"graphql": "14.0.2",
"native-base": "2.3.9",
"react": "16.3.1",
"react-apollo": "2.2.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"subscriptions-transport-ws": "0.9.15"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.7.0",
"eslint-plugin-react": "^7.11.1",
"jest-expo": "30.0.0"
}
}