-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.18 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
62
63
64
65
66
67
68
69
{
"main": "node_modules/expo/AppEntry.js",
"name": "wavect",
"version": "0.1.8",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"expo": "^40.0.0",
"expo-app-loading": "^1.0.1",
"expo-font": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-localization": "~9.1.0",
"expo-permissions": "~10.0.0",
"expo-secure-store": "~9.3.0",
"expo-sharing": "~8.5.0",
"i18n-js": "^3.5.1",
"lodash.memoize": "^4.1.2",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-cache": "^1.1.8",
"react-native-elements": "^1.2.3",
"react-native-fa-icons": "^4.1.1",
"react-native-formik": "^1.7.7",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "~1.13.0",
"react-native-screens": "~2.15.0",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.4.1",
"react-navigation-props-mapper": "^1.0.1",
"react-navigation-stack": "^1.9.1",
"react-navigation-tabs": "^2.8.1"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/i18n-js": "^3.0.1",
"@types/jest": "^24.0.18",
"@types/lodash.memoize": "^4.1.6",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-native-share": "^1.1.3",
"@types/react-native-vector-icons": "^6.4.2",
"@types/react-navigation": "^3.0.8",
"@types/react-test-renderer": "^16.9.0",
"babel-jest": "^24.9.0",
"babel-preset-expo": "8.3.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"nps": "^5.9.8",
"prettier": "^1.18.2",
"react-native-testing-library": "^1.11.1",
"react-native-version": "^3.2.0",
"react-test-renderer": "16.9.0",
"reactotron-react-native": "^4.0.1",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^4.1.0",
"tslint-react-native": "^0.0.7"
}
}