-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
90 lines (90 loc) · 2.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
79
80
81
82
83
84
85
86
87
88
89
90
{
"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"
},
"dependencies": {
"@hebcal/core": "^3.50.3",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-native-community/netinfo": "^11.0.1",
"@react-native-firebase/analytics": "^14.5.0",
"@react-native-firebase/app": "^14.5.0",
"@react-native-firebase/crashlytics": "^14.5.0",
"@react-native-firebase/remote-config": "^14.5.0",
"@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",
"eslint": "^8.0.0",
"events": "^3.0.0",
"expo": "^50.0.0-preview.8",
"expo-file-system": "16.0.2",
"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": "18.2.0",
"react-error-boundary": "^4.0.10",
"react-native": "0.73.2",
"react-native-action-sheet": "^2.2.0",
"react-native-background-fetch": "^4.0.5",
"react-native-bootsplash": "^5.2.2",
"react-native-gesture-handler": "^2.14.0",
"react-native-haptic-feedback": "^1.13.1",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-localization": "^2.3.1",
"react-native-play-install-referrer": "^1.1.8",
"react-native-render-html": "^6.3.4",
"react-native-root-toast": "^3.2.1",
"react-native-safe-area-context": "^4.8.2",
"react-native-shake": "5.6.0",
"react-native-sound-player": "^0.11.3",
"react-native-svg": "^14.1.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-version-number": "^0.3.6",
"react-native-webview": "^13.6.1",
"react-native-zip-archive": "^6.0.8",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"sanitize-html": "^1.20.1",
"simple-plist": "^0.2.1",
"stream": "0.0.2",
"url": "^0.11.0",
"url-parse": "^1.4.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.19",
"@react-native/eslint-config": "^0.73.2",
"@react-native/metro-config": "^0.73.3",
"babel-jest": "^29.6.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"jest": "^29.6.3",
"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": "18.2.0"
}
}