-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.16 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 3.16 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
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
{
"name": "hanime1",
"version": "0.4.0",
"main": "expo-router/entry",
"dependencies": {
"@expo/html-elements": "^0.12.5",
"@expo/vector-icons": "^15.1.1",
"@gluestack-ui/core": "^5.0.15",
"@gluestack-ui/utils": "^5.0.6",
"@gorhom/bottom-sheet": "^5.2.14",
"@legendapp/motion": "^2.5.3",
"@react-native-menu/menu": "^2.0.0",
"@shopify/flash-list": "2.0.2",
"@tanstack/react-query": "^5.102.8",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"expo": "~57.0.20",
"expo-application": "~57.0.2",
"expo-constants": "~57.0.17",
"expo-file-system": "~57.0.6",
"expo-font": "~57.0.3",
"expo-haptics": "~57.0.2",
"expo-image": "~57.0.4",
"expo-intent-launcher": "~57.0.1",
"expo-linking": "~57.0.9",
"expo-local-authentication": "~57.0.2",
"expo-localization": "~57.0.1",
"expo-router": "~57.0.19",
"expo-splash-screen": "~57.0.8",
"expo-status-bar": "~57.0.1",
"expo-system-ui": "~57.0.3",
"expo-video": "~57.0.3",
"i18next": "^26.4.2",
"lodash.isequal": "^4.5.0",
"lodash.memoize": "^4.1.2",
"nativewind": "^5.0.0-preview.4",
"react": "19.2.3",
"react-aria": "^3.52.1",
"react-dom": "19.2.3",
"react-error-boundary": "^6.1.4",
"react-i18next": "^17.0.13",
"react-native": "0.86.3",
"react-native-capture-protection": "^2.4.1",
"react-native-css": "^3.0.7",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.32.0",
"react-native-mmkv": "^4.3.2",
"react-native-reanimated": "4.5.1",
"react-native-restart": "^0.0.28",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.2",
"react-native-svg": "15.15.4",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.10.1",
"react-query-kit": "^3.3.4",
"react-stately": "^3.50.0",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^0.1.20",
"zod": "^4.5.4",
"zustand": "^5.0.15"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@expo/config": "^57.0.9",
"@tailwindcss/postcss": "^4.3.3",
"@testing-library/react-native": "^14.0.1",
"@types/jest": "^29.5.14",
"@types/react": "~19.2.18",
"babel-plugin-module-resolver": "^5.0.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-expo": "~57.0.5",
"tailwindcss": "^4.3.3",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"dev:android": "expo start --dev-client --tunnel",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"type-check": "tsc --noemit",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"test:ci": "jest --coverage --ci",
"check-all": "bun run lint && bun run type-check && bun run test",
"prepare": "husky"
},
"private": true,
"packageManager": "bun@1.3.14",
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": ["react-native-restart"]
}
}
},
"overrides": {
"lightningcss": "1.30.1"
},
"resolutions": {
"lightningcss": "1.30.1"
}
}