forked from kesha-antonov/react-native-zoom-reanimated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
{
"name": "react-native-zoom-reanimated",
"version": "1.3.3",
"description": "Zoom component on react-native + react-native-reanimated + react-native-gesture-handler",
"keywords": [
"zoom",
"react-native",
"react-native-reanimated",
"react-native-gesture-handler"
],
"homepage": "https://github.com/kesha-antonov/react-native-zoom-reanimated",
"repository": {
"type": "git",
"url": "react-native-zoom-reanimated"
},
"license": "MIT",
"author": "Kesha Antonov",
"main": "index.tsx",
"scripts": {
"autofix": "eslint -c .eslintrc.js --ext .ts,.tsx --fix .",
"bump": "npm version patch",
"lint": "eslint -c .eslintrc.js --ext .ts,.tsx .",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@types/react": "^18.2.7",
"@types/react-native": "^0.72.2",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"react-native-gesture-handler": "^2.10.1",
"react-native-reanimated": "^3.2.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"react-native-gesture-handler": "*",
"react-native-reanimated": "^2.0.0"
}
}