-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "react-navigation-browser-history-helpers",
"version": "1.2.2",
"main": "dist/index.js",
"scripts": {
"build": "npm run build:clean && npm run build:dist",
"build:clean": "rimraf dist/*",
"build:dist": "babel es6 --out-dir dist --copy-files --ignore *.test.js,__tests__",
"prepublish": "npm run build"
},
"license": "MIT",
"dependencies": {
"flat": "^4.1.0",
"history": "^4.7.2",
"hoist-non-react-statics": "^3.0.1",
"lodash": "^4.17.10",
"prop-types": "^15.6.2",
"query-string": "^6.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-native": "^4.0.0",
"react-navigation": "^2.6.0",
"rimraf": "^2.6.2"
},
"peerDependencies": {
"react-navigation": ">=2.3.0"
},
"description": "Helpers to make react-navigation have browser history.",
"repository": {
"type": "git",
"url": "git+https://github.com/Jekiwijaya/react-navigation-browser-history-helpers.git"
},
"keywords": [
"React",
"Native",
"React",
"React",
"Navigation",
"Browser",
"History"
],
"author": "Jacky Wijaya ([email protected])",
"bugs": {
"url": "https://github.com/Jekiwijaya/react-navigation-browser-history-helpers/issues"
},
"homepage": "https://github.com/Jekiwijaya/react-navigation-browser-history-helpers#readme"
}