-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 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
{
"name": "element-to-pdf",
"private": false,
"version": "1.0.9",
"homepage": "https://wang0122xl.github.io/dom-to-pdf/",
"main": "libs/index.js",
"files": [
"libs/*"
],
"keywords": [
"pdfjs",
"html-to-image",
"dom-to-pdf",
"svg",
"canvas"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wang0122xl/dom-to-pdf"
},
"author": {
"name": "fe_jason",
"email": "[email protected]"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepublishOnly": "rm -rf libs && tsc -p tsconfig.lib.json && yarn cp:assets",
"cp:assets": "cp src/heiti.js libs/heiti.js "
},
"dependencies": {
"html-to-image": "^1.6.2",
"jspdf": "^2.5.1"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"antd": "^4.19.2",
"default": "^0.1.1",
"less": "^4.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vite-plugin-windicss": "^1.8.3",
"windicss": "^3.5.1"
}
}