-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"name": "PlanterLogger",
"author": "Gregory Denys",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"remotedev": "remotedev --hostname=localhost --port=8000 --injectserver=reactnative"
},
"dependencies": {
"lodash": "^4.15.0",
"moment": "^2.14.1",
"react": "15.2.1",
"react-native": "^0.31.0",
"react-native-animatable": "^0.6.1",
"react-native-calendar": "^0.7.0",
"react-native-drawer": "^2.2.6",
"react-native-keyboard-spacer": "^0.3.0",
"react-native-router-flux": "^3.36.0",
"react-native-smart-scroll-view": "^1.3.6",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-orm": "^0.9.0-rc.3",
"redux-persist": "^3.2.2",
"redux-promise": "^0.5.3",
"reselect": "^2.5.3",
"tcomb": "^3.2.10",
"tcomb-validation": "^3.2.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-2": "^6.13.0",
"remote-redux-devtools": "^0.4.8",
"remotedev-app": "^0.7.0"
}
}