This repository was archived by the owner on Mar 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 KB
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
{
"name": "@libresign/vue-pdf-editor",
"description": "vue2 pdf editor component",
"version": "1.6.3",
"author": "LibreCode",
"private": false,
"main": "dist/vue-pdf-editor.umd.js",
"repository": {
"type": "git",
"url": "https://github.com/LibreSign/vue-pdf-editor"
},
"keywords": [
"pdf",
"pdf editor",
"editor"
],
"scripts": {
"start": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build",
"build:lib": "vue-cli-service build --target lib --name vue-pdf-editor src/main.js",
"lint": "vue-cli-service lint --no-fix",
"lint:fix": "vue-cli-service lint"
},
"dependencies": {
"@cantoo/pdf-lib": "^2.5.3",
"blob-stream-i2d": "^1.1.2",
"core-js": "^3.47.0",
"downloadjs": "^1.4.7",
"pdfjs-dist": "^5.4.530",
"pdfkit": "^0.18.0",
"vue-material-design-icons": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-transform-private-methods": "^7.28.6",
"@tailwindcss/postcss": "^4.1.18",
"@vue/cli-plugin-babel": "^5.0.9",
"@vue/cli-plugin-eslint": "^5.0.9",
"@vue/cli-service": "^5.0.9",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^10.6.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"terser-webpack-plugin": "^5.3.16",
"vue": "^2.7.16",
"vue-template-compiler": "^2.7.16"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"license": "MIT"
}