-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.83 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
{
"name": "rickandmorty",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"codegen": "graphql-codegen --config graphql.config.yaml --errors-only"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@react-native-masked-view/masked-view": "0.2.7",
"@react-navigation/bottom-tabs": "^6.4.1",
"@react-navigation/native": "^6.0.14",
"@react-navigation/stack": "^6.3.5",
"date-fns": "^2.29.3",
"expo": "~46.0.16",
"expo-linear-gradient": "~11.4.0",
"expo-status-bar": "~1.4.0",
"graphql": "^16.6.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.3.1",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.15.0",
"react-native-shadow-2": "^7.0.6",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@graphql-codegen/cli": "^2.14.1",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@types/": "react-navigation/native",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-typescript": "^0.14.0",
"typescript": "~4.3.5"
},
"private": true
}