forked from Sefaria/Sefaria-Mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.86 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
{
"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"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"<rootDir>/jest.setup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!static-container)/"
],
"moduleNameMapper": {
"\\.(jpg|ico|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/mockFile.js",
"\\.(css|less)$": "<rootDir>/__mocks__/mockFile.js"
}
},
"dependencies": {
"@astrocoders/react-native-selectable-text": "^1.5.0",
"@matt-block/react-native-in-app-browser": "^3.1.1",
"@react-native-async-storage/async-storage": "^1.13.4",
"@react-native-community/cli-platform-android": "^2.9.0",
"@react-native-community/clipboard": "^1.2.2",
"@react-native-community/netinfo": "^5.9.5",
"@react-native-firebase/analytics": "^10.3.0",
"@react-native-firebase/app": "^10.3.0",
"@react-native-firebase/crashlytics": "^10.3.0",
"@react-native-firebase/remote-config": "^10.3.0",
"@sefaria/search": "^0.9.8",
"@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",
"eslint": "^4.19.1",
"events": "^3.0.0",
"inquirer": "^3.2.0",
"jwt-decode": "^2.2.0",
"link": "^0.1.5",
"moment": "^2.24.0",
"next-frame": "^0.2.3",
"path": "^0.12.7",
"performance-now": "^2.1.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-action-sheet": "^2.2.0",
"react-native-background-fetch": "^2.7.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-htmlview": "^0.15.0",
"react-native-localization": "^2.1.6",
"react-native-play-install-referrer": "^1.1.5",
"react-native-root-toast": "^3.2.1",
"react-native-shake": "^3.3.1",
"react-native-sound-player": "^0.10.1",
"react-native-splash-screen": "^3.2.0",
"react-native-unimodules": "^0.12.0",
"react-native-version-number": "^0.3.6",
"react-native-webview": "^11.0.0",
"react-native-zip-archive": "^5.0.5",
"react-redux": "^5.1.1",
"react-test-renderer": "^16.12.0",
"redux": "^3.7.2",
"sanitize-html": "^1.20.1",
"simple-plist": "^0.2.1",
"stream": "0.0.2",
"url": "^0.11.0",
"url-parse": "^1.4.7",
"utils": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"jest": "^25.1.0",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "^0.59.0",
"patch-package": "^6.2.2",
"react-native-clean-project": "^3.2.4"
}
}