-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.2 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.2 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
{
"name": "judy-ui",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start --clear",
"android": "expo start --android",
"ios": "expo start --ios",
"generate-assets": "node scripts/generate-assets.js"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@supabase/supabase-js": "^2.39.3",
"expo": "~54.0.0",
"expo-constants": "~18.0.13",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.23",
"expo-status-bar": "~3.0.9",
"nativewind": "^4.2.2",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-worklets-core": "^1.6.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-modules-commonjs": "^7.24.0",
"@types/react": "~19.1.10",
"babel-preset-expo": "~54.0.10",
"react-native-worklets": "^0.5.1",
"tailwindcss": "^3.4.19",
"typescript": "~5.9.2"
}
}