-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.63 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
{
"name": "phillipian",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-picker/picker": "^2.10.2",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/material-bottom-tabs": "^6.2.17",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@tanstack/react-query": "^5.0.0",
"axios": "^1.7.6",
"expo": "~52.0.20",
"expo-font": "~13.0.1",
"expo-linear-gradient": "~14.0.1",
"expo-modules-core": "~2.1.2",
"expo-speech": "^13.0.0",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"lodash": "^4.17.21",
"lottie-react-native": "^7.1.0",
"nativewind": "2.0.11",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-heroicons": "^3.2.0",
"react-native-paper": "^5.10.6",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "^3.16.6",
"react-native-responsive-screen": "^1.4.2",
"react-native-snap-carousel": "^4.0.0-beta.6",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "^13.12.5",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@react-native-community/cli": "^15.1.3",
"@types/react": "^18.3.18",
"@types/react-native": "^0.72.8",
"babel-plugin-module-resolver": "^5.0.2",
"typescript": "^5.7.2"
},
"private": true
}