forked from lightbasenl/react-native-panorama-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "@lightbase/react-native-panorama-view",
"title": "React Native Panorama View",
"version": "1.0.1",
"description": "A simple component for displaying panoramic images in your React Native app.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/lightbasenl/react-native-panorama-view",
"scripts": {
"build": "tsc",
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightbasenl/react-native-panorama-view.git",
"baseUrl": "https://github.com/lightbasenl/react-native-panorama-view"
},
"keywords": [
"react-native"
],
"author": {
"name": "Rody Molenaar",
"email": "[email protected]",
"url": "https://github.com/lightbasenl"
},
"contributors": [
{
"name": "Thomas Hunt",
"email": "[email protected]"
},
{
"name": "Cristiano Coelho",
"email": "[email protected]"
}
],
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.13.1 || ^17",
"react-native": ">=0.60.0 <1.0.x"
},
"devDependencies": {
"@lightbase/eslint-config-lightbase": "^2.14.0",
"@types/react": "^17.0.2",
"@types/react-native": "^0.63.50",
"eslint": "^7.20.0",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-native": "^0.63.4",
"typescript": "^4.1.5"
}
}