-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
48 lines (48 loc) · 1.59 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
45
46
47
48
{
"name": "react-native-simple-image-cropper",
"version": "3.2.1",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"dev": "yarn tsc --watch",
"build": "rm -rf ./build/* && tsc",
"watch:example": "concurrently \"yarn dev\" \"yarn cpx 'src/**/*' 'example/node_modules/react-native-simple-image-cropper' --watch\"",
"build:example": "cpx 'build/**/*' 'example/node_modules/react-native-simple-image-cropper'"
},
"repository": {
"type": "git",
"url": "https://github.com/barrsan/react-native-simple-image-cropper.git"
},
"author": "Alex Baretsky <[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",
"concurrently": "^5.1.0",
"cpx": "^1.5.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.6.1",
"react-native-reanimated": "^1.8.0",
"typescript": "^3.8.3"
}
}