-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "react-svgdotjs",
"version": "2.0.9",
"description": "A lightweight component to use SVG.js library in React. Custom hooks are provided for automatically re-rendering when the underlying data changes.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "TaqBostan",
"license": "MIT",
"scripts": {
"ladle": "ladle serve",
"build": "tsup --dts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@ladle/react": "^4.0.2",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"keywords": [
"react",
"svg",
"svg.js",
"svgdotjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TaqBostan/react-svgdotjs.git"
},
"files": [
"dist"
],
"dependencies": {
"@svgdotjs/svg.js": "3.2.0"
}
}