-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 908 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
32
{
"name": "OAuthLogin",
"version": "0.0.1",
"private": true,
"scripts": {
"ios": "react-native run-ios",
"android": "react-native run-android",
"server": "node_modules/nodemon/bin/nodemon.js -- node_modules/babel-cli/bin/babel-node.js ./src/server"
},
"dependencies": {
"express": "^4.16.3",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^1.0.0",
"react": "^16.5.0",
"react-native": "^0.55.0",
"react-native-safari-view": "^2.1.0",
"react-native-vector-icons": "^5.0.0",
"rethinkdb": "^2.3.3",
"socket.io": "^2.1.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-jest": "^23.4.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "^4.0.0",
"babel-preset-stage-0": "^6.24.1",
"nodemon": "^1.18.4"
}
}