31 lines
581 B
JSON
31 lines
581 B
JSON
|
|
{
|
||
|
|
"name": "xd-pdf",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "XdPdf.vue",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"vue.js",
|
||
|
|
"pdf",
|
||
|
|
"viewer"
|
||
|
|
],
|
||
|
|
"author": "alan",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
},
|
||
|
|
"homepage": "",
|
||
|
|
"dependencies": {
|
||
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||
|
|
"loader-utils": "^1.4.0",
|
||
|
|
"raw-loader": "^4.0.1",
|
||
|
|
"worker-loader": "^2.0.0",
|
||
|
|
"pdfjs-dist": "^2.5.207",
|
||
|
|
"vue-resize-sensor": "^2.0.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {}
|
||
|
|
}
|