-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
{
"name": "@ilzf/pdf-vue3",
"version": "0.0.4",
"packageManager": "[email protected]",
"main": "dist/index.mjs",
"publishConfig": {
},
"scripts": {
"dev": "vite --host",
"build": "vite build",
"build:lib": "vite build && npm pack",
"lib": "npm pack"
},
"keywords": [
"pdf",
"pdfjs",
"pdf-dist",
"vue3",
"vite",
"less"
],
"homepage": "https://github.com/lzfgit-byte/pdf-vue3",
"bugs": "https://github.com/lzfgit-byte/pdf-vue3/issues",
"repository": {
"type": "git",
"url": "https://github.com/lzfgit-byte/pdf-vue3"
},
"dependencies": {
"lodash": "^4.17.21",
"vue": "^3.2.45",
"@vueuse/core": "^9.13.0 || ^10",
"pdfjs-dist": "^3.8.162"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@types/node": "^18.15.11",
"@types/lodash": "^4.14.194",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.0.4",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "^4.9.3",
"prettier": "^2.8.5",
"vite": "4.1.0-beta.0",
"less": "^4.1.3",
"vite-plugin-dts": "^2.3.0"
}
}