-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 793 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 793 Bytes
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
{
"name": "StickerMe",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"firebase": "^3.1.0",
"moment": "^2.14.1",
"react": "15.1.0",
"react-native": "0.28.0",
"react-native-app-intro": "^1.1.3",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-firestack": "^1.1.1",
"react-native-fs": "^1.5.1",
"react-native-oauth": "^1.0.5",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"redux-module-builder": "0.0.12-0",
"redux-persist": "^3.2.2",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"firebase-server": "^0.6.0",
"remote-redux-devtools": "^0.3.3"
}
}