forked from intelllex/react-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.37 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
{
"name": "@intelllex/react-pdf",
"version": "1.1.1",
"description": "Intelllex React PDF",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "jest --watch --no-cache",
"test:cover": "jest --coverage",
"open:coverage": "open ./coverage/lcov-report/index.html"
},
"dependencies": {
"lodash": "^4.17.4",
"node-sass": "^4.14.1",
"pdfjs-dist": "2.0.338"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"babel-jest": "^26.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"nwb": "0.24.x",
"nwb-sass": "^0.10.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"author": "trinhngocdieu",
"homepage": "https://intelllex.github.io/react-pdf/",
"license": "MIT",
"repository": "https://github.com/intelllex/react-pdf",
"keywords": [
"react",
"pdf",
"pdfjs",
"react-pdf",
"pdf-reader",
"react-pdf-reader",
"pdf-viewer",
"react-pdf-viewer"
]
}