-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "CookBook",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/expo": "^27.0.5",
"@types/graphql": "^0.13.3",
"@types/react": "^16.4.6",
"@types/react-native": "^0.55.27",
"jest-expo": "~27.0.0",
"prettier": "^1.13.7",
"react-native-scripts": "^1.14.1",
"react-native-typescript-transformer": "^1.2.10",
"react-test-renderer": "16.3.1",
"typescript": "^2.9.2"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"apollo-boost": "^0.1.10",
"expo": "^28.0.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"react": "16.3.1",
"react-apollo": "^2.1.9",
"react-native": "~0.55.2",
"react-native-paper": "^1.11.0",
"react-navigation": "^2.5.5"
}
}