-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
58 lines (58 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
49
50
51
52
53
54
55
56
57
58
{
"name": "react-native-reanimated-viewer",
"version": "1.4.1",
"description": "A high performance image viewer in react-native used by react-native-reanimated",
"main": "dist/esm/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "tsup src/index.ts --dts --clean --format esm --legacy-output --sourcemap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BooYeu/react-native-reanimated-viewer.git"
},
"keywords": [
"react-native",
"react-native-image-viewer",
"reanimated",
"image",
"viewer",
"image",
"viewer"
],
"author": "liulirui",
"license": "ISC",
"bugs": {
"url": "https://github.com/BooYeu/react-native-reanimated-viewer/issues"
},
"homepage": "https://github.com/BooYeu/react-native-reanimated-viewer#readme",
"dependencies": {
"react-hooks-extension": ">=1.0.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "8.22",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"prettier": "^2.8.3",
"react": ">=16.8.0",
"react-native": ">=0.62",
"react-native-builder-bob": "^0.20.4",
"react-native-gesture-handler": ">=2",
"react-native-reanimated": ">=2",
"tsup": "^6.5.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.62",
"react-native-gesture-handler": ">=2",
"react-native-reanimated": ">=2"
}
}