forked from meliorence/react-native-render-html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.71 KB
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
53
54
55
56
57
{
"name": "@starfall/react-native-render-html",
"version": "4.2.4",
"author": "daizq",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/fallenner/react-native-render-html.git"
},
"bugs": {
"url": "https://github.com/fallenner/react-native-render-html/issues"
},
"homepage": "https://github.com/fallenner/react-native-render-html#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": "React Native component that renders HTML as native views",
"types": "src/types/index.d.ts",
"keywords": [
"react-native",
"react-component",
"react-native-component",
"html",
"render-html"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"buffer": "^4.5.1",
"events": "^1.1.0",
"html-entities": "^1.2.0",
"htmlparser2": "^4.0.0"
},
"peerDependencies": {
"prop-types": ">=15.7.2",
"react": "*",
"react-native": "*",
"react-native-webview": "*",
"react-native-fast-image": "*"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.2",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.1",
"eslint-config-standard-jsx": "8.1.0",
"eslint-config-standard-react": "9.2.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-standard": "4.0.1"
}
}