-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.95 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.95 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
53
54
55
56
57
58
59
{
"name": "interactive-book-reader-ar",
"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"
},
"dependencies": {
"@config-plugins/react-native-blob-util": "^6.0.0",
"@config-plugins/react-native-pdf": "^6.0.0",
"@emotion/styled": "^11.11.0",
"@expo/webpack-config": "^19.0.0",
"@gorhom/bottom-sheet": "^4.4.7",
"@mui/icons-material": "^5.14.11",
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-ml-kit/text-recognition": "^1.3.0",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/material-top-tabs": "^6.6.4",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"axios": "^1.5.0",
"base64-js": "^1.5.1",
"expo": "~49.0.5",
"expo-blur": "^12.4.1",
"expo-dev-client": "~2.4.8",
"expo-status-bar": "~1.6.0",
"expo-updates": "^0.18.14",
"jwt-decode": "^3.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.72.3",
"react-native-blob-util": "^0.19.0",
"react-native-gesture-handler": "^2.12.0",
"react-native-image-picker": "^7.0.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-pdf": "^6.7.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-sound-player": "^0.13.2",
"react-native-tab-view": "^3.5.2",
"react-native-video": "^5.2.1",
"react-native-web": "^0.19.7",
"reanimated-masonry-list": "^1.0.1",
"react-native-pager-view": "6.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"@types/react-native": "^0.72.2",
"react-native-url-polyfill": "^2.0.0",
"typescript": "^5.1.3"
},
"private": true
}