-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.81 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "rn-expo-scaffold",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"android": "expo run:android",
"build:ios": "expo start --ios",
"clean": "rm -rf node_modules",
"dev": "expo start -d",
"dev:clean": "expo start -c -d",
"ios:dev": "expo run:ios",
"ios:release": "expo run:ios --configuration Release",
"format": "prettier --check \"**/*.{mjs,ts,md,json}\"",
"gen:gql": "cd graphql-types && graphql-codegen -w",
"test": "jest --watchAll",
"typecheck": "tsc --noEmit",
"ios": "expo run:ios"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@apollo/client": "3.8.3",
"@clerk/clerk-expo": "0.19.7",
"@expo/vector-icons": "^14.0.0",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/typescript": "4.0.0",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@graphql-typed-document-node/core": "3.2.0",
"@hookform/resolvers": "3.3.2",
"@react-navigation/native": "^6.0.2",
"autoprefixer": "10.4.15",
"clsx": "2.0.0",
"expo": "~50.0.7",
"expo-clipboard": "~5.0.1",
"expo-crypto": "~12.8.1",
"expo-font": "~11.10.2",
"expo-linking": "~6.2.2",
"expo-mail-composer": "~12.7.1",
"expo-router": "~3.4.7",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"expo-web-browser": "~12.8.2",
"graphql": "16.8.0",
"graphql-tag": "2.12.6",
"nativewind": "2.0.11",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.48.2",
"react-native": "0.73.4",
"react-native-email-link": "^1.15.0",
"react-native-floating-label-input": "1.4.3",
"react-native-progress": "5.0.1",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-svg-transformer": "1.3.0",
"react-native-toast-notifications": "3.4.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.6.4",
"react-refresh": "^0.14.0",
"stream-browserify": "^3.0.0",
"sentry-expo": "~7.2.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.2",
"zod": "3.22.4",
"expo-notifications": "~0.27.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "~19.0.1",
"@types/node": "^20.11.17",
"@types/react": "~18.2.45",
"eslint": "8.48.0",
"jest": "^29.2.1",
"jest-expo": "~50.0.2",
"prettier": "3.0.3",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.1.3"
},
"private": true,
"volta": {
"node": "18.17.0"
},
"engines": {
"node": "18.17.0"
}
}