-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1008 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
{
"name": "@yoondumbo/render-svg",
"version": "0.1.1",
"description": "svg rendering in react component",
"main": "dist/index.ts",
"module": "dist/index.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cksal0805/render-svg.git"
},
"keywords": [
"react",
"svg",
"version"
],
"author": {
"name": "yoondumbo",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/cksal0805/render-svg/issues"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"homepage": "https://github.com/cksal0805/render-svg#readme",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "^4.6.4"
}
}