forked from rumax/react-native-PDFView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.02 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
{
"name": "react-native-view-pdf",
"version": "0.13.2",
"description": "React native Pdf viewer implementation",
"main": "lib/index.js",
"scripts": {
"prepublish": "./utils/deploy.sh",
"test": "jest",
"test-coverage": "jest --coverage",
"test-coverage-report": "codecov",
"lint": "eslint src/*",
"flow": "flow"
},
"keywords": [
"react-native react-component pdf viewer view android ios pdf"
],
"author": "Maksym Rusynyk <[email protected]>, Sander Frenken <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.6",
"react-native": ">=0.60",
"prop-types": ">=15.7.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^25.1.0",
"codecov": "^3.0.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "0.122.0",
"flow-copy-source": "^2.0.9",
"flow-remove-types": "^1.2.3",
"flow-typed": "^2.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react": "16.13.1",
"react-native": "0.63.3",
"react-test-renderer": "16.13.1"
},
"files": [
"src/index.js",
"src/RNPDFView.js",
"lib",
"android/build.gradle",
"android/src/main/AndroidManifest.xml",
"android/src/main/java/com/rumax/reactnative/pdfviewer/*.java",
"RNPDF.podspec",
"ReactNativeViewPDF.xcodeproj/project.pbxproj",
"ReactNativeViewPDF/*.h",
"ReactNativeViewPDF/*.m"
],
"dependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rumax/react-native-PDFView.git"
},
"bugs": {
"url": "https://github.com/rumax/react-native-PDFView/issues"
},
"homepage": "https://github.com/rumax/react-native-PDFView#readme"
}