-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1016 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
33
34
35
36
37
38
39
40
41
42
{
"name": "edifySummer2018",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"apollo-boost": "^0.1.15",
"final-form": "^4.10.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "16.4.1",
"react-apollo": "^2.1.11",
"react-final-form": "^3.6.5",
"react-native": "0.56.0",
"react-native-blur": "^3.2.2",
"react-native-onboarding-swiper": "^0.7.1",
"react-native-phone-call": "^1.0.8",
"react-native-splash-screen": "^3.1.1",
"react-native-svg": "^6.5.2",
"react-navigation": "^2.12.1",
"realm": "^2.15.3"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"jest": "23.5.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"js/assets/fonts"
]
}
}