-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
57
58
59
60
61
62
63
64
65
{
"name": "HanRiverMeetup",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"hoist-non-react-statics": "^3.0.1",
"lodash": "^4.17.10",
"lottie-react-native": "2.3.2",
"mobx": "^5.0.3",
"mobx-react": "^5.2.3",
"mobx-state-tree": "^3.0.2",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-animatable": "^1.3.0",
"react-native-datepicker": "^1.7.2",
"react-native-fast-image": "^4.0.14",
"react-native-fbsdk": "^0.7.0",
"react-native-frame-loading": "^0.1.4",
"react-native-image-crop-picker": "^0.21.2",
"react-native-keyboard-aware-scroll-view": "^0.6.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-linear-gradient": "^2.4.0",
"react-native-maps": "^0.21.0",
"react-native-modal": "^6.5.0",
"react-native-nanum-square": "^1.0.0",
"react-native-parallax-scroll-view": "^0.21.3",
"react-native-permissions": "^1.1.1",
"react-native-responsive-image": "^2.3.1",
"react-native-svg-uri": "^1.2.3",
"react-navigation": "^2.5.5",
"styled-components": "^3.3.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-eslint": "8.2.3",
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"eslint": "4.19.1",
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "2.6.1",
"eslint-plugin-react": "7.10.0",
"eslint-plugin-react-native": "3.2.1",
"jest": "23.2.0",
"prettier": "1.13.6",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}