-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.66 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": "moustache",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "react-native run-ios --simulator='iPhone SE'",
"test": "jest"
},
"dependencies": {
"apollo-client": "^1.9.2",
"apollo-server-express": "^1.1.2",
"body-parser": "^1.17.2",
"cors": "^2.8.4",
"express": "^4.15.4",
"firebase": "^4.3.1",
"firebase-admin": "^5.2.1",
"graphql": "^0.11.3",
"graphql-server-express": "^1.1.2",
"graphql-tag": "^2.4.2",
"graphql-tools": "^1.2.2",
"react": "16.0.0-alpha.12",
"react-apollo": "^1.4.15",
"react-native": "^0.48.3",
"react-native-elements": "^0.16.0",
"react-native-linear-gradient": "^2.3.0",
"react-native-swiper": "^1.5.11",
"react-native-tab-view": "0.0.69",
"react-native-vector-icons": "^4.3.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.6",
"realm": "^1.12.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-middleware": "^0.1.21",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "21.0.0",
"babel-preset-react-native": "3.0.2",
"eslint": "^4.6.1",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-react-native": "^3.1.0",
"jest": "21.0.1",
"react-test-renderer": "16.0.0-alpha.12"
},
"rnpm": {
"assets": [
"js/assets/fonts"
]
},
"jest": {
"preset": "react-native"
}
}