-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"name": "MacroManagement",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"repository": {
"type": "git",
"url": "https://github.com/therealaldo/MacroManagement.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/therealaldo/MacroManagement/issues"
},
"homepage": "https://github.com/therealaldo/MacroManagement#readme",
"dependencies": {
"moment": "2.14.1",
"react": "15.1.0",
"react-native": "0.27.0",
"react-native-button": "1.6.0",
"react-native-chart": "1.0.1-beta",
"react-native-config": "0.0.6",
"react-native-htmlview": "0.5.0",
"react-native-lock": "0.2.0",
"react-native-router-flux": "3.30.0",
"react-native-safari-view": "1.0.0",
"react-native-settings-list": "1.1.4",
"react-native-vector-icons": "2.0.3",
"react-native-webview-js-context": "0.2.4",
"react-redux": "4.4.5",
"redux": "3.5.2",
"redux-logger": "2.6.1",
"redux-thunk": "2.1.0",
"xml2js": "0.4.17"
}
}