-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.47 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.47 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
58
59
{
"name": "react-native-orzhtml-htmlview",
"version": "2.0.4",
"description": "A React Native component which renders HTML content as native views",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orzhtml/react-native-orzhtml-htmlview.git"
},
"keywords": [
"react",
"react-native",
"html",
"html-parser",
"html-renderer",
"react-component",
"video",
"fast-image",
"image",
"htmlparser2"
],
"author": "orzhtml",
"license": "MIT",
"bugs": {
"url": "https://github.com/orzhtml/react-native-orzhtml-htmlview/issues"
},
"homepage": "https://github.com/orzhtml/react-native-orzhtml-htmlview#readme",
"dependencies": {
"buffer": "^5.2.1",
"entities": "^2.0.0",
"events": "^3.0.0",
"htmlparser2": "^3.10.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-fast-image": "*",
"teaset": "*"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-native": "^3.7.0",
"eslint-plugin-standard": "^4.0.0"
}
}