-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "@merryjs/photo-viewer",
"version": "3.2.6",
"description": "A photo viewer for react native",
"main": "index.js",
"scripts": {
"start": "tsc -w",
"doc": "typedoc --out ./docs index.tsx --mode file --ignoreCompilerErrors --readme none --hideGenerator --excludePrivate --excludeExternals"
},
"keywords": [
"react-native",
"photo viewer",
"photo zoom pan"
],
"author": "bang88",
"license": "Apache-2.0",
"peerDependencies": {
"react-native": ">= 0.58.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/merryjs/photo-viewer.git"
},
"bugs": {
"url": "https://github.com/merryjs/photo-viewer/issues"
},
"homepage": "https://github.com/merryjs/photo-viewer#readme",
"devDependencies": {
"@types/prop-types": "^15.5.2",
"@types/react": "^16.0.25",
"@types/react-native": "^0.50.7",
"typescript": "^2.6.1"
},
"dependencies": {}
}