-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.81 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
{
"name": "leitourgia",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"yml_to_json": "sh scripts/yml_to_json.sh",
"html_to_yml": "npx ts-node scripts/html_to_yml.ts"
},
"dependencies": {
"@expo-google-fonts/noto-naskh-arabic": "^0.2.3",
"@expo-google-fonts/noto-sans-coptic": "^0.2.3",
"@expo-google-fonts/noto-serif": "^0.2.3",
"@expo-google-fonts/open-sans": "^0.2.3",
"@expo-google-fonts/rubik": "^0.2.3",
"@expo/webpack-config": "^19.0.0",
"@gluestack-style/react": "^1.0.29",
"@gluestack-ui/config": "^1.0.10",
"@gluestack-ui/themed": "^1.0.30",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@types/node": "^20.9.4",
"expo": "~49.0.15",
"expo-font": "~11.4.0",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"install": "^0.13.0",
"npm": "^10.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-calendars": "^1.1302.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-mmkv": "^2.11.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "~3.22.0",
"react-native-skeleton-loaders": "^1.5.0",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.6",
"react-to-print": "^2.14.15"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/cheerio": "^0.22.34",
"@types/jsdom": "^21.1.6",
"@types/react": "~18.2.14",
"babel-plugin-module-resolver": "^5.0.0",
"cheerio": "^1.0.0-rc.12",
"jsdom": "^23.0.1",
"slugify": "^1.6.6",
"typescript": "^5.1.3"
},
"private": true
}