This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
53 lines (53 loc) · 1.59 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "WeVoteReactNative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"adm-zip": "^0.4.7",
"apisauce": "^0.14.2",
"bluebird": "^3.5.1",
"bolts": "^0.1.0",
"flux": "^3.1.3",
"history": "^4.7.2",
"keymirror": "^0.1.1",
"link": "^0.1.5",
"lodash.get": "^4.4.2",
"plist": "^2.1.0",
"prop-types": "^15.6.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.47.2",
"react-native-cookies": "^3.2.0",
"react-native-elements": "^0.15.0",
"react-native-fbsdk": "^0.6.3",
"react-native-fbsdkcore": "0.0.8",
"react-native-fbsdklogin": "0.0.8",
"react-native-fbsdkshare": "0.0.8",
"react-native-modal": "^4.1.1",
"react-native-oauth": "git+ssh://[email protected]/SailingSteve/react-native-oauth.git",
"react-native-router-flux": "^4.0.0-beta.24",
"react-native-svg": "^6.0.1-rc.1",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.21",
"react-player": "^0.18.0",
"react-redux": "^4.4.5",
"react-router": "^4.2.0",
"react-router-native": "^4.2.0",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-persist": "^4.10.2",
"redux-thunk": "^2.1.0",
"superagent": "^3.8.0",
"tcomb-form-native": "^0.6.11",
"url": "^0.11.0",
"xcode": "^1.0.0",
"yoga-layout": "^1.8.0"
},
"devDependencies": {},
"main": "index.js",
"repository": "[email protected]:aayalah/WeVoteReactNative.git",
"author": "Alejandro <[email protected]>",
"license": "MIT"
}