forked from IjzerenHein/react-navigation-shared-element
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.95 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
59
60
61
62
63
64
65
66
{
"name": "react-navigation-shared-element",
"version": "3.0.0",
"description": "react-native-shared-element bindings for React Navigation",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react-navigation-shared-element",
"navigation-shared-element",
"navigation",
"shared-element"
],
"repository": {
"type": "git",
"url": "git+https://github.com/IjzerenHein/react-navigation-shared-element.git"
},
"author": "IjzerenHein <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IjzerenHein/react-navigation-shared-element/issues"
},
"homepage": "https://github.com/IjzerenHein/react-navigation-shared-element#readme",
"files": [
"src/",
"build/"
],
"dependencies": {
"hoist-non-react-statics": "^3.3.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",
"@react-navigation/bottom-tabs": "^5.3.3",
"@react-navigation/material-top-tabs": "^5.1.14",
"@react-navigation/native": "^5.5.0",
"@react-navigation/stack": "^5.4.1",
"@types/react": "^16.9.23",
"@types/react-native": "^0.61.17",
"commitlint": "^8.3.5",
"conventional-changelog-cli": "^2.0.31",
"eslint": "^7.1.0",
"expo-module-scripts": "^1.2.0",
"prettier": "^2.0.5",
"react-native-shared-element": "^0.7.0",
"react-navigation": "^4.3.7",
"react-navigation-stack": "^2.3.11"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-shared-element": "*"
}
}