-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 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
{
"name": "aris-baca-berita",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/plus-jakarta-sans": "^0.4.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@tamagui/animations-react-native": "^1.132.21",
"@tamagui/config": "^1.132.21",
"@tamagui/core": "^1.132.21",
"@tamagui/font-inter": "^1.132.21",
"@tamagui/lucide-icons": "^1.132.21",
"@tamagui/shorthands": "^1.132.21",
"@tamagui/theme-base": "^1.132.21",
"@tanstack/react-query": "^5.85.5",
"axios": "^1.11.0",
"expo": "~53.0.22",
"expo-font": "^13.3.2",
"expo-image": "^2.4.0",
"expo-router": "^5.1.4",
"expo-splash-screen": "^0.30.10",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-native": "0.79.6",
"react-native-safe-area-context": "^5.6.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"private": true
}