-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.94 KB
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
{
"name": "4-stock",
"version": "0.7.0",
"main": "src/App.tsx",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"codegen": "graphql-codegen --config codegen.ts",
"codegen-watch": "graphql-codegen -w"
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.2.3",
"@expo-google-fonts/rubik": "^0.2.3",
"@react-native-community/datetimepicker": "6.5.2",
"@react-navigation/drawer": "^6.6.0",
"@react-navigation/material-top-tabs": "^6.5.3",
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"@tanstack/react-query": "^4.28.0",
"date-fns": "^2.29.3",
"expo": "^47.0.14",
"expo-application": "~5.0.1",
"expo-checkbox": "~2.2.2",
"expo-dev-client": "~2.0.1",
"expo-font": "~11.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"graphql": "^15.8.0",
"graphql-request": "^5.2.0",
"react": "18.1.0",
"react-native": "0.70.8",
"react-native-element-dropdown": "^2.8.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.8.0",
"react-native-mmkv": "^2.5.1",
"react-native-pager-view": "6.0.1",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-tab-view": "^3.3.4",
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "3.2.2",
"@graphql-codegen/client-preset": "2.1.1",
"@graphql-codegen/introspection": "3.0.1",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@graphql-codegen/typescript-react-query": "^4.1.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.31",
"@types/react-native": "^0.71.5",
"dotenv": "^16.0.3"
},
"private": true
}