-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.42 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@learning-app/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.478.0",
"@aws-sdk/s3-request-presigner": "^3.478.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/metro-config": "~0.10.7",
"@gluestack-style/react": "^1.0.17",
"@gluestack-ui/config": "^1.0.3",
"@gluestack-ui/themed": "^1.0.17",
"@hookform/resolvers": "^3.3.2",
"@nextui-org/react": "^2.2.9",
"@nx/next": "17.1.2",
"@prisma/client": "^5.6.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.6.6",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/supabase-js": "^2.39.0",
"@types/react-router-dom": "^5.3.3",
"@xstate/react": "^4.0.2",
"event-iterator": "^2.0.0",
"expo": "49.0.16",
"expo-av": "~13.4.1",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.12",
"expo-linking": "~5.0.2",
"expo-router": "^2.0.0",
"expo-screen-capture": "~5.3.0",
"expo-screen-orientation": "~6.0.6",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.18",
"expo-web-browser": "~12.3.2",
"framer-motion": "^10.16.5",
"lucide-react-native": "^0.292.0",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-tab-view": "^3.5.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.6",
"react-toastify": "^10.0.4",
"swr": "^2.2.4",
"tslib": "^2.3.0",
"xstate": "^5.4.1",
"zod": "^3.22.4",
"zod-validation-error": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@cloudflare/workers-types": "^4.20231218.0",
"@config-plugins/detox": "~6.0.0",
"@expo/cli": "~0.10.13",
"@nx/detox": "17.1.3",
"@nx/eslint": "17.1.2",
"@nx/eslint-plugin": "17.1.2",
"@nx/expo": "^17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/react": "17.1.2",
"@nx/react-native": "^17.1.2",
"@nx/workspace": "17.1.2",
"@react-native-community/cli": "11.3.7",
"@react-native-community/cli-platform-android": "11.3.7",
"@react-native-community/cli-platform-ios": "11.3.7",
"@react-native/metro-config": "^0.72.11",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react": "14.0.0",
"@testing-library/react-native": "~12.3.0",
"@types/jest": "^29.4.0",
"@types/node": "18.14.4",
"@types/react": "18.2.33",
"@types/react-dom": "~18.0.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"babel-jest": "^29.4.1",
"babel-preset-expo": "~9.5.2",
"detox": "^20.11.1",
"eas-cli": "~5.2.0",
"eslint": "~8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"expo-doctor": "^1.3.0",
"jest": "^29.4.1",
"jest-circus": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-expo": "~49.0.0",
"jest-react-native": "18.0.0",
"metro": "0.76.8",
"metro-babel-register": "0.76.8",
"metro-config": "0.76.8",
"metro-react-native-babel-preset": "0.76.8",
"metro-react-native-babel-transformer": "0.76.8",
"metro-resolver": "0.76.8",
"nx": "17.1.2",
"nx-ignore": "17.2.2",
"postcss": "^8.4.31",
"prettier": "^2.6.2",
"prisma": "^5.6.0",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "1.0.0",
"react-test-renderer": "18.2.0",
"sass": "1.62.1",
"supabase": "^1.123.4",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tsx": "^4.6.2",
"typescript": "~5.2.2",
"wrangler": "^3.22.1"
}
}