-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
54
55
56
{
"name": "Inshallahapp",
"description": "An app for Refugees and Volunteers to find and help each other.",
"contributors": [
{
"name": "Alberto Centelles",
"email": "[email protected]"
},
{
"name": "Norberto Sanchez",
"email": "[email protected]"
}
],
"version": "0.0.1",
"private": true,
"scripts": {
"start": "babel-node ./server/index.js",
"lint": "eslint .",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"server": "babel-watch ./server/index.js"
},
"dependencies": {
"babel-relay-plugin": "^0.9.1",
"babel-watch": "^2.0.2",
"express": "~4.13.4",
"express-graphql": "~0.4.13",
"graphql": "^0.6.0",
"graphql-relay": "~0.3.6",
"immutable": "^3.8.1",
"moment": "^2.13.0",
"parse": "~1.8.2",
"parse-dashboard": "~1.0.8",
"parse-server": "~2.2.6",
"react": "15.1.0",
"react-native": "0.28.0",
"react-native-fbsdk": "^0.2.1",
"react-native-linear-gradient": "^1.5.12",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"react-relay": "^0.9.1",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-persist": "^3.2.2",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"babel-plugin-transform-async-functions": "^6.8.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-preset-react-native": "^1.9.0",
"eslint": "^2.13.1",
"eslint-plugin-react": "^5.2.2",
"remote-redux-devtools": "^0.3.3"
}
}