-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 1.99 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
72
73
74
75
76
{
"name": "StarWallet",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "remotedev-debugger",
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"buffer": "^4.9.1",
"color": "~0.11.1",
"lodash": "^4.13.1",
"lodash.round": "^4.0.4",
"lodash.truncate": "^4.4.2",
"moment": "^2.13.0",
"native-base": "^0.5.8",
"react": "15.2.1",
"react-addons-update": "^15.3.1",
"react-native": "0.31.0",
"react-native-button": "^1.6.0",
"react-native-code-push": "1.13.5-beta",
"react-native-easy-grid": "^0.1.6",
"react-native-modalbox": "^1.3.4",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-persist": "^3.2.2",
"redux-saga": "^0.11.1",
"redux-storage": "^4.1.1",
"redux-storage-engine-reactnativeasyncstorage": "^1.0.2",
"reselect": "^2.5.3",
"rx": "^4.1.0",
"stellar-sdk": "^0.5.1",
"superagent": "^2.2.0",
"toml": "^2.3.0",
"uuid-js": "^0.7.5",
"validator": "^5.7.0"
},
"devDependencies": {
"babel-eslint": "^6.0.5",
"chai": "^3.5.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "^1.1.0-beta",
"mocha": "^2.5.3",
"remote-redux-devtools": "^0.3.3",
"remote-redux-devtools-on-debugger": "^0.4.6",
"remotedev-server": "^0.1.2"
},
"keywords": [
"android",
"ios",
"react",
"native",
"react-native",
"native-base",
"native-modules",
"react-component",
"navbar",
"packager",
"rnpm",
"es6",
"redux",
"react-native-code-push",
"react-native boilerplate",
"react-native with redux",
"react-native with redux boilerplate",
"native-base boilerplate",
"react-native with native-base"
]
}