-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
74 lines (74 loc) · 2.12 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
70
71
72
73
74
{
"name": "habla",
"version": "0.1.0",
"private": false,
"devDependencies": {
"@expo/vector-icons": "^9.0.0",
"@types/expo": "^31.0.8",
"@types/node": "^10.12.18",
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65",
"babel-preset-expo": "^7.0.0",
"jest-expo": "^35.0.0",
"react-test-renderer": "16.3.1",
"ts-jest": "^23.1.4",
"tslib": "^1.9.3",
"typescript": "^3.0.3"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/"
],
"cacheDirectory": ".jest/cache"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@types/node": "^10.12.18",
"apollo-boost": "^0.1.22",
"axios": "^0.18.0",
"expo": "^35.0.0",
"expo-facebook": "~7.0.0",
"expo-file-system": "~7.0.0",
"expo-image-picker": "~7.0.0",
"expo-localization": "~7.0.0",
"expo-location": "~7.0.0",
"expo-permissions": "~7.0.0",
"firebase": "^5.4.2",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"i18n-js": "^3.2.1",
"moment": "^2.0.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-action-button": "^2.8.5",
"react-native-actionsheet": "^2.4.2",
"react-native-auto-height-image": "^1.0.5",
"react-native-elements": "^1.1.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-modal": "^6.5.0",
"react-native-parsed-text": "^0.0.21",
"react-native-segmented-control-tab": "^3.4.0",
"react-native-typescript-transformer": "^1.2.10",
"react-navigation": "^3.0.9",
"typescript": "^3.4.5"
}
}