-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.74 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "discussions-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint src/** --fix",
"maestro": "maestro test .maestro/",
"ts:check": "tsc"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@gorhom/bottom-sheet": "^4.5.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^7.0.4",
"@react-navigation/native": "^7.0.3",
"@react-navigation/native-stack": "^7.0.3",
"@shopify/flash-list": "1.7.1",
"@tanstack/query-persist-client-core": "^5.37.1",
"@tanstack/react-query": "^5.37.1",
"expo": "^52.0.7",
"expo-font": "~13.0.1",
"expo-image-picker": "~16.0.2",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"moti": "^0.29.0",
"nativewind": "^2.0.11",
"react": "18.3.1",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-native": "0.76.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-keyboard-controller": "^1.12.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.1.0",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@faker-js/faker": "^8.4.1",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"factory.ts": "^1.4.1",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.2",
"typescript": "^5.3.0"
},
"private": true
}