-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "@luu-truong/react-native-image-viewer",
"version": "2.0.4",
"description": "Lightweight image viewer for React Native",
"main": "dist/src/index.js",
"license": "MIT",
"peerDependencies": {
"react-native": ">= 0.66.0"
},
"devDependencies": {
"@types/react-native": "^0.65.0",
"prettier": "^2.4.1",
"react-native": ">= 0.66.0",
"typescript": "^4.4.3"
},
"dependencies": {},
"files": [
"package.json",
"yarn.lock",
"dist"
],
"scripts": {
"build": "rm -rf dist/ && tsc",
"watchman": "watchman watch \"$PWD/src\" && watchman -- trigger \"$PWD/src\" dev-setup '*.tsx' -- bash \"$PWD/dev-helper.sh\"",
"prettier": "node node_modules/.bin/prettier --write ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luutruong/react-native-image-viewer.git"
},
"keywords": [
"react native",
"image viewer",
"image gallery"
],
"author": "Truong Luu",
"bugs": {
"url": "https://github.com/luutruong/react-native-image-viewer/issues"
},
"homepage": "https://github.com/luutruong/react-native-image-viewer#readme"
}