forked from ascoders/react-native-image-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 763 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 763 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
{
"name": "react-native-image-zoom-viewer",
"version": "2.0.5",
"description": "react native image viewer,大图浏览",
"main": "built/index.js",
"typings": "index.ts",
"scripts": {
"tsc": "tsc",
"prepublish": "rm -rf built && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/ascoders/react-native-image-viewer.git"
},
"keywords": [
"image-viewer"
],
"author": "ascoders",
"license": "ISC",
"dependencies": {
"nt-transmit-transparently": "^1.0.7",
"react-native-image-pan-zoom": "^2.0.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^15.0.23",
"@types/react-native": "^0.43.9",
"typescript": "^2.3.2"
}
}