-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathpackage.json
67 lines (67 loc) · 1.87 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
58
59
60
61
62
63
64
65
66
67
{
"name": "vue-pdf-app",
"version": "2.1.0",
"description": "Vue 2 pdf viewer",
"main": "dist/vue-pdf-app.umd.js",
"unpkg": "dist/vue-pdf-app.umd.min.js",
"private": false,
"types": "src/types/pdf-viewer.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/sandanat/vue-pdf-app"
},
"files": [
"dist",
"src/types/pdf-viewer.d.ts"
],
"keywords": [
"vue",
"vuejs",
"pdfjs",
"pdf",
"viewer"
],
"author": "sandanat",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandanat/vue-pdf-app/issues"
},
"homepage": "https://github.com/sandanat/vue-pdf-app#readme",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:lib": "vue-cli-service build --target lib src/components/pdf-viewer.vue",
"build:icons": "webpack --config webpack-icons.config.js",
"build:npm": "npm run build:lib & npm run build:icons",
"dist-transit": "node dist-transit.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@mdi/font": "^5.9.55",
"@types/pdfjs-dist": "^2.1.6",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-typescript": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-typescript": "^5.0.2",
"core-js": "^3.6.5",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"fs-extra": "^9.1.0",
"mini-css-extract-plugin": "^1.3.9",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"svg-url-loader": "^7.1.1",
"typescript": "~3.9.3",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^4.5.0"
}
}