-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.51 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.51 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
{
"name": "techfinance",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start -c",
"android": "expo start -c --android",
"ios": "expo start -c --ios",
"web": "expo start -c --web",
"start:clear": "expo start --clear",
"start:tunnel": "expo start -c --tunnel",
"export": "eas build -p android --profile preview"
},
"dependencies": {
"@expo/vector-icons": "^14.0.3",
"@google/generative-ai": "^0.21.0",
"@react-native-async-storage/async-storage": "1.23.1",
"axios": "^1.7.7",
"expo": "~52.0.46",
"expo-constants": "~17.0.3",
"expo-file-system": "~18.0.3",
"expo-image": "~2.0.7",
"expo-image-picker": "~16.0.6",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.5",
"expo-router": "~4.0.21",
"expo-status-bar": "~2.0.1",
"lodash": "^4.17.21",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.9",
"react-native-chart-kit": "^6.12.0",
"react-native-markdown-display": "^7.0.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.0.0",
"react-native-svg": "^15.12.0",
"react-native-web": "~0.19.13",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.1.3"
},
"private": true
}