forked from ascoders/react-native-image-zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "react-native-image-pan-zoom",
"version": "2.1.12",
"description": "react native image pan zoom",
"main": "built/index.js",
"types": "built/index.d.ts",
"scripts": {
"prepare": "rm -rf built && tsc",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"prettier": "prettier --write src",
"start": "tsc -w --outDir demo/built"
},
"repository": {
"type": "git",
"url": "https://github.com/ascoders/react-native-image-zoom.git"
},
"keywords": [
"image-zoom"
],
"author": "ascoders",
"license": "ISC",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^16.9.35",
"@types/react-native": "^0.62.7",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-native": "^3.8.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-native": "^0.62.2",
"typescript": "^3.9.2"
}
}