forked from TrueFit/react-native-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "truefit-react-native-navigation",
"version": "0.0.18",
"description": "This repo wrap react-navigation to make navigation friendlier.",
"main": "lib/index.js",
"scripts": {
"start": "nodemon src/index.js --exec babel-node",
"compile": "node tools/build.js",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrueFit/react-native-navigation.git"
},
"author": "Josh Gretz",
"license": "MIT",
"bugs": {
"url": "https://github.com/TrueFit/react-native-navigation/issues"
},
"homepage": "https://github.com/TrueFit/react-native-navigation#readme",
"dependencies": {
"class-autobind": "0.1.4",
"lodash": "4.17.4",
"react-native-vector-icons": "4.1.1",
"react-navigation": "1.0.0-beta.11",
"react-redux": "5.0.4",
"redux": "3.6.0",
"reselect": "3.0.1",
"truefit-react-utils": "0.0.5"
},
"devDependencies": {
"babel-cli": "6.22.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-preset-react-native": "2.1.0",
"babel-register": "6.22.0",
"eslint": "4.2.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.0.1",
"eslint-watch": "3.1.0",
"node-dir": "0.1.16",
"npm-run-all": "4.0.2",
"react": "16.0.0-alpha.12",
"react-native": "0.46.4",
"rimraf": "2.6.1",
"shelljs": "0.7.6"
}
}