-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.82 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.82 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
61
62
63
{
"name": "react-native-crud",
"main": "expo-router/entry",
"version": "1.0.0",
"author": "victorzarzar (https://github.com/Victor-Zarzar)",
"repository": "https://github.com/Victor-Zarzar/react-native-crud",
"bugs": {
"url": "https://github.com/Victor-Zarzar/react-native-crud/issues"
},
"scripts": {
"dev": "expo start -c",
"android": "expo start -c --android",
"ios": "expo start -c --ios",
"web": "expo start -c --web",
"clean": "rm -rf .expo node_modules",
"lint": "biome check .",
"lint:fix": "biome check . --write",
"format": "biome format . --write",
"typecheck": "tsc --noEmit",
"test": "bun test"
},
"dependencies": {
"@expo/metro-runtime": "~55.0.6",
"@react-native-async-storage/async-storage": "3.0.1",
"@react-navigation/native": "^7.1.31",
"@rn-primitives/portal": "~1.3.0",
"@rn-primitives/slot": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"expo": "~55.0.3",
"expo-constants": "~55.0.7",
"expo-linking": "~55.0.7",
"expo-localization": "~55.0.8",
"expo-router": "~55.0.3",
"expo-splash-screen": "~55.0.10",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"i18next": "^25.8.13",
"lucide-react-native": "^0.575.0",
"nativewind": "^4.2.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-i18next": "^16.5.4",
"react-native": "0.84.0",
"react-native-reanimated": "~4.2.2",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.24.0",
"react-native-svg": "15.15.3",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.7.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@biomejs/biome": "^2.4.4",
"@types/bun": "^1.3.9",
"@types/react": "~19.2.14",
"typescript": "~5.9.3"
},
"private": true
}