-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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": "liwc2017",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.0",
"babel-preset-react-native": "2.1.0",
"firebase": "3.7.5",
"native-base": "^2.3.1",
"react": "16.0.0-alpha.12",
"react-native": "0.47.2",
"react-native-accordion": "^1.0.1",
"react-native-android-location-services-dialog-box": "^2.2.1",
"react-native-check-app-install": "0.0.4",
"react-native-dropdownalert": "^2.11.0",
"react-native-easy-grid": "^0.1.15",
"react-native-extended-stylesheet": "^0.6.0",
"react-native-google-maps-directions": "^1.1.2",
"react-native-grid-component": "^1.1.0",
"react-native-htmlview": "^0.12.0",
"react-native-image-gallery": "^2.1.5",
"react-native-image-placeholder": "^1.0.14",
"react-native-maps": "^0.21.0",
"react-native-onesignal": "^3.2.4",
"react-native-orientation-locker": "^1.0.3",
"react-native-vector-icons": "^4.3.0",
"react-native-youtube": "^1.0.0-beta.3",
"react-navigation": "^2.3.1",
"react-redux": "^5.0.7",
"react_native_countdowntimer": "^1.0.2",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.3",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}