-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 1.89 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "aora-app",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"description": "Full-Stack AI Video Sharing Platform using Expo & React Native",
"keywords": [
"react",
"react-native",
"react-native-animatable",
"real-time",
"fullstack-react-native",
"expo",
"tailwindcss",
"nativewind",
"css",
"javascript",
"js",
"appwrite",
"appwrite-cloud",
"appwrite-realtime",
"appwrite-auth"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanidhyy/aora-app.git"
},
"homepage": "https://github.com/sanidhyy/aora-app#readme",
"bugs": {
"url": "https://github.com/sanidhyy/aora-app/issues",
"email": "sanidhya.verma12345@gmail.com"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/sanidhy"
},
{
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/sanidhy"
}
],
"dependencies": {
"@types/react": "~18.2.79",
"expo": "~52.0.26",
"expo-av": "^15.0.2",
"expo-constants": "~17.0.5",
"expo-document-picker": "^13.0.2",
"expo-image-picker": "^15.0.5",
"expo-linking": "~6.3.1",
"expo-navigation-bar": "^3.0.4",
"expo-router": "~4.0.17",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.26.13",
"nativewind": "^4.1.23",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-animatable": "^1.4.0",
"react-native-appwrite": "^0.6.0",
"react-native-safe-area-context": "5.1.0",
"react-native-screens": "3.31.1",
"react-native-url-polyfill": "^2.0.0",
"typescript": "~5.7.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "3.4.17"
},
"private": true
}