-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.31 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
{
"name": "react-native-image-zoom-and-crop",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"dev": "yarn tsc --watch",
"build": "rm -rf ./build/* && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/bkdev98/react-native-image-zoom-and-crop.git"
},
"author": "Quoc Khanh <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@react-native-community/image-editor": "*",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "*",
"react-native-reanimated": "*"
},
"devDependencies": {
"@react-native-community/image-editor": "^2.3.0",
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^7.13.0",
"eslint-config-airbnb-typescript": "4.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-native": "^0.63.3",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^2.2.4",
"typescript": "^3.8.3"
}
}