-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "@libresign/vue-pdf-editor",
"description": "vue2 pdf editor component",
"version": "1.3.7",
"author": "LibreCode",
"private": false,
"main": "dist/vue-pdf-editor.umd.js",
"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.2.3",
"blob-stream-i2d": "^1.1.2",
"core-js": "^3.38.1",
"downloadjs": "^1.4.7",
"pdfjs-dist": "^4.7.76",
"pdfkit": "^0.15.0",
"vue-material-design-icons": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "~5.0.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.29.1",
"postcss": "^8.4.47",
"postcss-load-config": "^5.1.0",
"tailwindcss": "^3.4.1",
"terser-webpack-plugin": "^5.3.10",
"vue": "^2.7.16",
"vue-template-compiler": "^2.7.16"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"license": "MIT"
}