-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.14 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
67
68
69
70
71
{
"name": "kegbot",
"version": "0.0.1",
"scripts": {
"start": "react-native start",
"dev": "react-native run-ios"
},
"dependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.20.0",
"babel-plugin-rewrite-require": "^1.9.1",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.13.0",
"babel-preset-react": "^6.3.13",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.20.0",
"debug": "^2.4.0",
"eslint-config-hapi": "^10.0.0",
"eslint-config-standard-react": "^4.3.0",
"fs-extra": "^2.0.0",
"hapi": "^14.0.0",
"history": "^2.0.0",
"inert": "^4.0.0",
"keymirror": "^0.1.1",
"labbable": "^2.1.0",
"node-sass": "^4.5.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-mixin": "3.0.5",
"react-native": "0.41.2",
"react-native-i18n": "1.0.0",
"react-native-material-bottom-navigation": "^0.4.1",
"react-native-navbar": "1.6.0",
"react-native-rename": "^2.0.1",
"react-native-simple-store": "1.1.0",
"react-native-simpledialog-android": "1.0.8",
"react-native-vector-icons": "4.0.0",
"react-navigation": "^1.0.0-beta.7",
"react-redux": "5.0.2",
"react-timer-mixin": "0.13.3",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"regenerator": "0.8.46",
"strangeluv-core": "^1.2.0",
"tcomb-form-native": "0.6.5",
"undefined": "0.1.0",
"underscore": "1.8.3",
"validate.js": "0.10.0"
},
"devDependencies": {
"babel-core": "6.17.0",
"babel-eslint": "7.0.0",
"babel-jest": "16.0.0",
"babel-plugin-css-modules-transform": "^1.2.7",
"babel-plugin-module-resolver": "^2.7.0",
"babel-preset-react-native": "1.9.0",
"docker": "1.0.0",
"eslint": "3.8.1",
"eslint-config-standard": "6.2.0",
"eslint-formatter-pretty": "1.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype-errors": "1.4.1",
"eslint-plugin-hapi": "^4.0.0",
"eslint-plugin-promise": "3.3.0",
"eslint-plugin-react": "6.9.0",
"eslint-plugin-standard": "2.0.1"
}
}