forked from LuudJanssen/react-native-webview-quill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "react-native-webview-quill",
"version": "1.0.3",
"description": "",
"main": "src/index.tsx",
"scripts": {
"test": "jest",
"lint": "tslint --project tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuudJanssen/react-native-webview-quill.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LuudJanssen/react-native-webview-quill/issues"
},
"homepage": "https://github.com/LuudJanssen/react-native-webview-quill#readme",
"peerDependencies": {
"react-native": "*",
"react": "*"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/runtime": "^7.3.1",
"@types/jest": "^24.0.6",
"@types/quill": "^2.0.2",
"@types/react": "^16.8.4",
"@types/react-native": "^0.57.38",
"@types/react-test-renderer": "^16.8.1",
"@types/quill-delta": "github:maximkornilov/types-quill-delta",
"babel-preset-expo": "^5.0.0",
"jest": "^24.1.0",
"prettier": "^1.16.4",
"react": "^16.6.3",
"react-native": "^0.58.5",
"react-native-typescript-transformer": "^1.2.11",
"react-test-renderer": "^16.8.3",
"ts-jest": "^24.0.0",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0",
"typescript": "^3.3.3333"
},
"dependencies": {
"react-native-fs": "^2.17.0",
"react-native-webview": "^5.6.2"
}
}