You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
758 B
32 lines
758 B
5 months ago
|
{
|
||
|
"name": "vue-pdf",
|
||
|
"version": "4.3.0",
|
||
|
"description": "vue.js pdf viewer",
|
||
|
"main": "src/vuePdfNoSss.vue",
|
||
|
"scripts": {},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/FranckFreiburger/vue-pdf.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vue.js",
|
||
|
"pdf",
|
||
|
"viewer"
|
||
|
],
|
||
|
"author": "Franck FREIBURGER",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/FranckFreiburger/vue-pdf/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/FranckFreiburger/vue-pdf#readme",
|
||
|
"dependencies": {
|
||
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||
|
"loader-utils": "^1.4.0",
|
||
|
"pdfjs-dist": "2.6.347",
|
||
|
"raw-loader": "^4.0.2",
|
||
|
"vue-resize-sensor": "^2.0.0",
|
||
|
"worker-loader": "^2.0.0"
|
||
|
},
|
||
|
"peerDependencies": {}
|
||
|
}
|