-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"dev": "expo start",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"@types/react-native-collapsible": "^0.11.0",
"@types/react-navigation": "^3.0.1",
"expo": "^32.0.0",
"node-fetch": "^2.3.0",
"react": "16.5.0",
"react-native": "0.57.8",
"react-native-action-button": "^2.8.5",
"react-native-btr": "^1.1.2",
"react-native-collapsible": "^1.4.0",
"react-native-elements": "^1.0.0",
"react-native-flash-message": "^0.1.10",
"react-native-picker-select": "^5.2.4",
"react-navigation": "^3.1.2"
},
"devDependencies": {
"@types/jest": "^23.3.13",
"@types/react": "^16.8.1",
"@types/react-dom": "^16.0.11",
"@types/react-native": "^0.57.32",
"@types/react-test-renderer": "^16.0.3",
"babel-preset-expo": "^5.0.0",
"jest": "^24.0.0",
"jest-expo": "^32.0.0",
"react-test-renderer": "^16.7.0",
"ts-jest": "^23.10.5",
"tslint": "^5.12.1",
"typescript": "^3.3.1"
},
"private": true,
"jest": {
"preset": "jest-expo"
}
}