This repository was archived by the owner on Sep 8, 2021. It is now read-only.
forked from meliorence/react-native-render-html
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"name": "react-native-render-html",
"version": "4.2.1",
"author": "Archriss",
"license": "BSD-2-Clause",
"repository": "https://github.com/archriss/react-native-render-html",
"description": "React Native component that renders HTML as native views",
"types": "types/react-native-render-html/index.d.ts",
"scripts": {
"test:ts": "dtslint types/react-native-render-html"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"html",
"render-html"
],
"dependencies": {
"buffer": "^4.5.1",
"events": "^1.1.0",
"html-entities": "^1.2.0",
"htmlparser2": "^4.0.0"
},
"peerDependencies": {
"prop-types": ">=15.5.10",
"react": "*",
"react-native": "*",
"react-native-webview": "*"
},
"devDependencies": {
"@types/react": "^16.9.19",
"@types/react-native": "^0.61.10",
"babel-eslint": "8.2.2",
"conditional-type-checks": "^1.0.5",
"dtslint": "^2.0.5",
"eslint": "4.18.2",
"eslint-config-standard": "11.0.0",
"eslint-config-standard-jsx": "5.0.0",
"eslint-config-standard-react": "6.0.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-react": "7.7.0",
"eslint-plugin-standard": "3.0.1"
}
}