-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 936 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 936 Bytes
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
{
"name": "react-native-document",
"version": "0.1.2",
"keywords": [
"react",
"react-native",
"document",
"pdf",
"doc",
"xls",
"ppt"
],
"license": "MIT",
"repository": "https://github.com/caioedut/react-native-document",
"author": {
"name": "Caio Teixeira",
"email": "caioedut@gmail.com"
},
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"example": "tsx scripts/example.ts",
"test": "tsx scripts/test.ts",
"build": "tsx scripts/build.ts",
"publish:stable": "tsx scripts/publish.ts"
},
"devDependencies": {
"@types/react": "^18.2.17",
"pmex": "^0.0.35",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-native": "^0.72.3",
"react-native-webview": "^13.3.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-webview": "*"
}
}