-
Notifications
You must be signed in to change notification settings - Fork 554
/
package.json
68 lines (68 loc) · 1.69 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
{
"name": "react-native-pdf",
"version": "6.7.5",
"summary": "A react native PDF view component",
"description": "A react native PDF view component, support ios and android platform",
"main": "index.js",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/wonday/react-native-pdf.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"ios",
"pdf",
"view",
"viewer"
],
"author": {
"name": "Wonday",
"url": "https://github.com/wonday"
},
"license": "MIT",
"homepage": "https://github.com/wonday/react-native-pdf",
"bugs": {
"url": "https://github.com/wonday/react-native-pdf/issues"
},
"dependencies": {
"crypto-js": "4.2.0",
"deprecated-react-native-prop-types": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/runtime": "^7.20.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-blob-util": ">=0.13.7"
},
"files": [
"android/",
"ios/",
"windows/",
"DoubleTapView.js",
"index.d.ts",
"index.js",
"index.js.flow",
"PdfManager.js",
"PdfPageView.js",
"PdfView.js",
"PdfViewFlatList.js",
"PinchZoomView.js",
"react-native-pdf.podspec",
"fabric/"
],
"codegenConfig": {
"name": "rnpdf",
"type": "components",
"jsSrcsDir": "./fabric",
"android": {
"javaPackageName": "org.wonday.pdf"
}
}
}