-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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": "react-konva-to-svg",
"version": "1.0.2",
"private": false,
"keywords": [
"react-konva",
"react-konva-components",
"react-konva-utils",
"react-konva-export",
"canvas-api",
"svg-canvas",
"react-konva-to-svg",
"canvas",
"svg",
"konva"
],
"description": "Extend Konva's functionality to export stages as SVG. Enhance the quality of exported images with SVG format.",
"author": "dendrofen",
"license": "MIT",
"main": "react-konva-to-svg/index.js",
"files": [
"react-konva-to-svg"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dendrofen/react-konva-to-svg.git"
},
"homepage": "https://dendrofen.github.io/react-konva-to-svg/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^18.2.0",
"konva": "^9.2.0",
"react-konva": "^18.2.10",
"svgcanvas": "^2.5.0"
},
"devDependencies": {
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"konva": "^9.2.0",
"next": "13.4.13",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-konva": "^18.2.10",
"svgcanvas": "^2.5.0"
}
}