forked from rumax/react-native-PDFView
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.05 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
{
"name": "react-native-view-pdf",
"version": "0.8.2",
"description": "React native Pdf viewer implementation",
"main": "src/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 <m.rusynyk@gmail.com>, Sander Frenken <sander.frenken@hotmail.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=16.6.2",
"react-native": ">=0.57",
"prop-types": "15.*"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "24.1.0",
"codecov": "^3.2.0",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.86.0",
"flow-remove-types": "^1.2.3",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.52.0",
"react": "16.6.3",
"react-native": "0.58.5",
"react-test-renderer": "16.6.3"
},
"refXX": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.1.0",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"codecov": "^3.0.0",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "0.86.0",
"flow-remove-types": "^1.2.3",
"flow-typed": "^2.5.1",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.52.0",
"react": "16.6.3",
"react-native": "0.58.5",
"react-test-renderer": "16.6.3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rumax/react-native-PDFView.git"
},
"bugs": {
"url": "https://github.com/rumax/react-native-PDFView/issues"
},
"homepage": "https://github.com/rumax/react-native-PDFView#readme"
}