-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 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
{
"name": "react-native-gifted-html",
"version": "0.1.0",
"description": "A component converts html to native conponents",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "yarn run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/razor1895/react-native-gifted-html.git"
},
"keywords": [
"react-native",
"html",
"render",
"text",
"react",
"style",
"ui"
],
"author": "razor1895",
"license": "ISC",
"bugs": {
"url": "https://github.com/razor1895/react-native-gifted-html/issues"
},
"homepage": "https://github.com/razor1895/react-native-gifted-html#readme",
"dependencies": {
"css-to-react-native": "^2.0.4",
"entities": "^1.1.1",
"htmlparser2-without-node-native": "^3.9.0",
"react": "16.0.0-alpha.6",
"react-native": "0.44.2"
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
}
}