@pdftron/webviewer-html
Version:
This is an addon for WebViewer that allows loading HTML web pages so that they can be annotated.
69 lines (68 loc) • 2.32 kB
JSON
{
"name": "@pdftron/webviewer-html",
"description": "This is an addon for WebViewer that allows loading HTML web pages so that they can be annotated.",
"version": "5.0.1",
"main": "dist/main.js",
"files": [
"dist/main.js",
"doc/*",
"types/*"
],
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-doc": "rm -rf doc && ./node_modules/.bin/jsdoc -c jsdocconfig.json -t ./node_modules/ink-docstrap/template -R README.md",
"build": "webpack --mode=production --config webpack.config.js",
"watch-debug": "webpack --watch --mode=development --config webpack.config.js",
"lint": "eslint ./src --fix --ext .js,.jsx,.ts,.tsx",
"lint:ci": "eslint ./src --quiet --ext .js,.jsx,.ts,.tsx",
"release-patch": "npm version patch && npm publish --access public",
"release-minor": "npm version minor && npm publish --access public",
"release-major": "npm version major && npm publish --access public",
"prepublishOnly": "npm run build && npm run build-doc",
"postpublish": "git push"
},
"keywords": [
"mark up web page",
"annotate web page",
"annotate a website",
"html annotations",
"html annotating",
"webviewer"
],
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.16.7",
"@pdftron/webviewer": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^9.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-typescript": "^0.14.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.4",
"jsdoc-babel": "^0.5.0",
"ts-loader": "^9.1.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {},
"repository": {
"type": "git",
"url": ""
},
"author": "PDFTron Systems Inc.",
"dependencies": {
"lodash.debounce": "^4.0.8",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.2.4"
}
}