-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
60 lines (60 loc) · 1.46 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "react-native-drag-text-editor",
"version": "1.0.5",
"description": "Draggable, Resizeable, Rotatable Text Input Component",
"main": "src/index.ts",
"scripts": {
"lint": "eslint .",
"typescript": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"\"react",
"native\"",
"ios",
"android",
"reanimated",
"drag-n-drop",
"\"text",
"editor\"",
"\"text\"",
"\"photo",
"editor\"",
"\"image",
"editor\"",
"\"image",
"manipulation\"",
"\"no",
"code\""
],
"author": "Enes Karpuz",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "^2.5.0",
"react-native-reanimated": "^2.9.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^3.1.0",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/react-native": "^0.69.3",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^26.6.3",
"eslint": "^8.23.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0",
"typescript": "^4.7.4",
"react-native-gesture-handler": ">=1.10.1",
"react-native-reanimated": ">=2.2.0"
},
"dependencies": {
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
}
}