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
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
{
"name": "react-native-image-zoom-viewer",
"version": "3.0.1",
"description": "react native image viewer,大图浏览",
"main": "built/index.js",
"types": "built/index.d.ts",
"scripts": {
"prepare": "rm -rf built && tsc",
"start": "tsc -w --outDir demo/built"
},
"repository": {
"type": "git",
"url": "https://github.com/sontaemoo/react-native-image-viewer.git"
},
"keywords": [
"image-viewer"
],
"author": "ascoders",
"license": "MIT",
"dependencies": {
"react-native-image-pan-zoom": "^2.1.12"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "*",
"@types/react-native": "*",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "7.14.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react": "^1.1.7",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react-native": "^3.8.1",
"prettier": "^2.0.5",
"react": "*",
"react-native": "*",
"tslint": "^5.8.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^4.3.0"
}
}