-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
38 lines (38 loc) · 1.23 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
{
"name": "react-native-expo-image-cropper",
"version": "1.0.0",
"description": "Crop, rotate and filp image in your expo project!",
"main": "index.js",
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.11.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.0",
"prop-types": "^15.6.2",
"react-native-animatable": "^1.3.0",
"react-native-auto-height-image": "^1.0.5",
"expo-file-system": "~8.0.0",
"expo-image-manipulator": "~8.0.0",
"expo-image-picker": "~8.0.1",
"expo-permissions": "~8.0.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-vector-icons": "^6.6.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
},
"private": false,
"keywords": ["expo", "react-native", "crop", "image", "rotate", "flip"],
"license": "MIT",
"homepage": "https://github.com/cloudtenlabs/react-native-expo-image-cropper",
"bugs": {
"url": "https://github.com/cloudtenlabs/react-native-expo-image-cropper"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudtenlabs/react-native-expo-image-cropper"
}
}