-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.44 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
"dependencies": {
"@apollo/client": "^3.3.12",
"@expo-google-fonts/montserrat": "^0.1.0",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"babel-plugin-inline-dotenv": "^1.6.0",
"babel-plugin-macros": "^3.1.0",
"babel-preset-expo": "^8.3.0",
"babel-preset-react-native": "^4.0.1",
"dotenv": "^10.0.0",
"expo": "~40.0.0",
"expo-font": "~8.4.0",
"expo-status-bar": "~1.0.3",
"fs": "^0.0.1-security",
"graphql": "^15.5.0",
"metro-react-native-babel-preset": "^0.66.0",
"module-resolver": "^1.0.0",
"react": "^17.0.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-dotenv": "^2.5.5",
"react-native-gesture-handler": "^1.10.3",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-reanimated": "^2.0.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-scroll-into-view": "^2.0.1",
"react-native-storage": "^1.0.1",
"react-native-web": "~0.13.12",
"subscriptions-transport-ws": "^0.9.18",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@graphql-codegen/cli": "^1.21.3",
"@graphql-codegen/typescript": "^1.21.1",
"@graphql-codegen/typescript-operations": "^1.18.0",
"@graphql-codegen/typescript-react-apollo": "^2.2.3",
"@types/jest": "^26.0.23",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-test-renderer": "^17.0.1",
"@types/uuid": "^8.3.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-tsconfig-paths": "^1.0.1",
"jest": "^27.0.6",
"jest-expo": "^42.0.0",
"react-test-renderer": "^17.0.2",
"typescript": "~4.0.0"
}
}