-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "fake-news",
"version": "1.0.0",
"type": "module",
"main": "expo/AppEntry.js",
"scripts": {
"dev": "expo start",
"dev:android": "expo run:android",
"dev:ios": "expo run:ios",
"dev:web": "expo start --web",
"prebuild": "npx expo prebuild",
"clean": "rm -rf ios android"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@tanstack/react-query": "^5.62.15",
"date-fns": "^4.1.0",
"expo": "~52.0.23",
"expo-blur": "~14.0.1",
"expo-haptics": "~14.0.0",
"expo-linear-gradient": "~14.0.1",
"react": "18.2.0",
"react-native": "0.76.5",
"react-native-reanimated": "^3.16.6",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@jterrazz/package-typescript": "^1.8.1",
"@jterrazz/package-typescript-quality": "^1.5.0",
"@jterrazz/package-typescript-test": "^1.2.1",
"@types/react": "~18.3.12"
},
"private": true
}