-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "react-native-panorama-view",
"title": "React Native Panorama View",
"version": "1.2.2",
"description": "A simple component for displaying panoramic images in your React Native app.",
"main": "src/index.js",
"homepage": "https://github.com/lightbasenl/react-native-panorama-view",
"scripts": {
"build": "tsc",
"lint": "eslint src/",
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/cristianoccazinsp/react-native-panorama-view.git",
"baseUrl": "https://github.com/cristianoccazinsp/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 || ^18",
"react-native": ">=0.65.0 <1.0.x"
},
"devDependencies": {
"@react-native-community/eslint-config": "3.0.1",
"metro-react-native-babel-preset": "0.67.0",
"@babel/core": "7.13.10",
"@babel/runtime": "7.13.10",
"eslint": "^7.32.0",
"react": "^17.0.1",
"react-native": "^0.65"
}
}