forked from cristianoccazinsp/react-native-render-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 921 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
{
"name": "react-native-render-html",
"version": "4.2.5",
"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",
"scripts": {
"lint": "eslint src/"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"html",
"render-html"
],
"dependencies": {
"buffer": "^5.6.1",
"deprecated-react-native-prop-types": "^2.3.0",
"events": "^3.2.0",
"html-entities": "^1.2.0",
"htmlparser2": "3.10.1"
},
"peerDependencies": {
"prop-types": ">=15.8.1",
"react": "*",
"react-native": "*",
"react-native-webview": "*"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/runtime": "7.13.10",
"@react-native-community/eslint-config": "3.0.1",
"eslint": "7.32.0"
}
}