-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 916 Bytes
/
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
{
"name": "snapcoin",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"jsonwebtoken": "^7.0.1",
"jwt-decode": "^2.1.0",
"lodash": "^4.5.0",
"moment": "^2.13.0",
"normalizr": "^2.0.0",
"react": "15.3.1",
"react-native": "^0.32.0",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-drawer": "^2.3.0",
"react-native-maps": "git+https://github.com/lelandrichardson/react-native-maps",
"react-native-material-design": "^0.3.7",
"react-native-material-design-styles": "^0.2.6",
"react-native-vector-icons": "^2.1.0",
"react-redux": "^4.4.0",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1",
"reselect": "^2.2.1",
"rest": "^2.0.0"
},
"devDependencies": {
"remote-redux-devtools": "^0.4.7"
}
}