-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1017 Bytes
/
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
{
"name": "html-to-a4-template",
"version": "0.7.4",
"description": "Convert html to A4 template, which helps to preview and ensure the print styles",
"main": "src/lib/html2a4tmpl.js",
"files": [
"dist",
"src/lib/",
"src/styles/print.css",
"src/utils/utils.js"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zymbth/html-to-a4-template.git"
},
"keywords": [
"html",
"a4",
"print"
],
"author": "ymzhao",
"license": "MIT",
"bugs": {
"url": "https://github.com/zymbth/html-to-a4-template/issues"
},
"homepage": "https://github.com/zymbth/html-to-a4-template#readme",
"dependencies": {
"cash-dom": "8.1.5",
"vue": "3.4.27",
"vue-i18n": "9.13.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.4",
"vite": "5.2.12"
},
"packageManager": "pnpm@8.1.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.1.0"
}
}