-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.54 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
{
"name": "expo-starter-kit",
"version": "1.1.0",
"main": "node_modules/expo/AppEntry.js",
"keywords": [
"typescript",
"nativebase",
"NB Startup Plus"
],
"license": "MIT",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"eject": "expo eject"
},
"resolutions": {
"@jest/create-cache-key-function": "^27.0.1"
},
"dependencies": {
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/native": "^6.0.10",
"expo": "^45.0.0",
"expo-linear-gradient": "~11.3.0",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.3",
"jest": "^26.6.3",
"native-base": "3.4.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-pager-view": "5.4.15",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-svg": "12.3.0",
"react-native-tab-view": "^3.1.1",
"react-native-web": "0.17.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/jest-native": "^4.0.5",
"@testing-library/react-native": "^11.0.0",
"@types/jest": "^28.1.6",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"babel-jest": "^26.6.3",
"jest-expo": "^46.0.1",
"react-test-renderer": "17.0.2",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "~4.3.5"
},
"volta": {
"node": "16.16.0"
}
}