@logicamente.info/react-pdf-viewer
Version:
A React PDF viewer component, bootstrap compatible, with controls based on PDF.js.
66 lines (65 loc) • 1.61 kB
JSON
{
"name": "@logicamente.info/react-pdf-viewer",
"version": "1.0.4",
"description": "A React PDF viewer component, bootstrap compatible, with controls based on PDF.js.",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"bootstrap": "^4.5.0",
"pdfjs-dist": "^2.4.456",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"peerDependencies": {
"react": ">16.x"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"inferno": "^7.4.8",
"jquery": "^3.6.0",
"nwb": "^0.25.x",
"popper.js": "^1.16.1"
},
"author": "Logicamente Info",
"homepage": "https://logicamente.info",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LogicamenteInfo/react-pdf-viewer"
},
"keywords": [
"react component",
"pdf",
"pdf viewer",
"rotate",
"rotate pdf",
"zoom",
"zoom pdf",
"react",
"reactjs"
]
}