forked from remix-run/react-router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 714 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 714 Bytes
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
{
"name": "react-router-native",
"version": "5.1.2",
"description": "React Native bindings for React Router",
"repository": "ReactTraining/react-router",
"license": "MIT",
"author": "React Training <hello@reacttraining.com>",
"main": "main.js",
"sideEffects": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"files": [
"BackButton.js",
"DeepLinking.js",
"Link.js",
"NativeRouter.js",
"experimental/StackRoute.js",
"experimental/TabRoutes.js",
"main.js"
],
"peerDependencies": {
"react": ">=15",
"react-native": ">=0.44"
},
"dependencies": {
"prop-types": "^15.6.1",
"react-router": "5.1.2"
}
}