forked from hatashiro/react-render-html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 894 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 894 Bytes
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
{
"name": "react-render-html",
"version": "0.6.0",
"description": "Render HTML as React element, possibly replacing dangerouslySetInnerHTML",
"main": "index.js",
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/utatti/react-render-html.git"
},
"keywords": [
"react",
"html"
],
"author": "Hyunje Jun <me@noraesae.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/utatti/react-render-html/issues"
},
"homepage": "https://github.com/utatti/react-render-html#readme",
"devDependencies": {
"ava": "^0.20.0",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"xo": "^0.18.2"
},
"xo": {
"space": true,
"esnext": false
},
"dependencies": {
"parse5": "^3.0.2",
"react-attr-converter": "^0.3.1"
},
"peerDependencies": {
"react": "^16.1.0"
}
}