-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.24 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.24 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "ReaderApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"setup": "sudo npm install -g react-native-cli",
"postinstall": "patch-package",
"test": "jest --watchAll --notify",
"test-ci": "jest"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.6.4",
"dependencies": {
"@hebcal/core": "^3.50.3",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-clipboard/clipboard": "^1.16.0",
"@react-native-community/netinfo": "^11.3.3",
"@react-native-firebase/analytics": "^23.8.3",
"@react-native-firebase/app": "^23.8.3",
"@react-native-firebase/crashlytics": "^23.8.3",
"@react-native-firebase/remote-config": "^23.8.3",
"@sefaria/search": "^0.9.9",
"@welldone-software/why-did-you-render": "^3.3.5",
"abortcontroller-polyfill": "^1.3.0",
"babel-preset-react-native": "^4.0.1",
"buffer": "^5.2.1",
"depcheck": "^1.4.3",
"deprecated-react-native-prop-types": "^5.0.0",
"eslint": "^8.0.0",
"events": "^3.0.0",
"expo": "~53.0.0",
"expo-file-system": "~18.1.11",
"inquirer": "^3.2.0",
"jwt-decode": "^2.2.0",
"link": "^0.1.5",
"md5": "^2.3.0",
"moment": "^2.24.0",
"next-frame": "^0.2.3",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"prop-types": "^15.7.2",
"qs": "^6.11.2",
"react": "19.0.0",
"react-error-boundary": "^4.0.10",
"react-native": "^0.79.5",
"react-native-action-sheet": "^2.2.0",
"react-native-background-fetch": "^4.2.8",
"react-native-bootsplash": "^6.3.7",
"react-native-config": "^1.5.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-haptic-feedback": "^1.13.1",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-localization": "^2.3.1",
"react-native-markdown-display": "^7.0.2",
"react-native-play-install-referrer": "^1.1.8",
"react-native-render-html": "^6.1.0",
"react-native-root-toast": "^3.2.1",
"react-native-safe-area-context": "5.4.0",
"react-native-shake": "^6.7.8",
"react-native-sound-player": "^0.11.3",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "^1.3.0",
"react-native-version-number": "^0.3.6",
"react-native-webview": "13.13.5",
"react-native-zip-archive": "^7.0.1",
"react-redux": "^9.2.0",
"redux": "^5.0.0",
"sanitize-html": "^1.20.1",
"save": "^2.9.0",
"simple-plist": "^0.2.1",
"stream": "0.0.2",
"url": "^0.11.0",
"url-parse": "^1.4.7"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "^18.0.0",
"@react-native-community/cli-platform-android": "^18.0.0",
"@react-native-community/cli-platform-ios": "^18.0.0",
"@react-native/babel-preset": "^0.79.0",
"@react-native/eslint-config": "^0.79.5",
"@react-native/metro-config": "^0.79.5",
"babel-jest": "^29.6.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"jest": "^29.2.1",
"jetifier": "^1.6.4",
"patch-package": "^6.2.2",
"prettier": "^2.8.8",
"react-native-clean-project": "^3.2.4",
"react-native-codegen": "^0.0.13",
"react-test-renderer": "19.0.0"
}
}