-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "react-navigation-magic-move",
"version": "0.4.1",
"description": "Bindings for using react-navigation with react-native-magic-move",
"author": "IjzerenHein <[email protected]>",
"keywords": [
"react-native-magic-move",
"react-native",
"magic move",
"react-navigation",
"react-native-router-flux",
"fluid",
"scene-transition"
],
"repository": "https://github.com/IjzerenHein/react-navigation-magic-move",
"bugs": "https://github.com/IjzerenHein/react-navigation-magic-move/issues",
"license": "MIT",
"main": "src/index.js",
"react-native": "src/index.js",
"files": [
"src"
],
"scripts": {
"lint": "./node_modules/.bin/eslint ./src"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.11.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.5.0",
"prettier": "^1.15.3"
},
"peerDependencies": {
"react": "*",
"prop-types": "*",
"react-navigation": ">= 0.2.0",
"react-native-magic-move": ">= 0.4.0"
}
}