-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "commonplace",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"dependencies": {
"app-icon": "^0.6.3",
"cuid": "^2.1.4",
"moment": "^2.22.2",
"native-base": "^2.8.1",
"papaparse": "^4.6.2",
"react": "16.6.1",
"react-native": "0.57.7",
"react-native-datepicker": "^1.7.2",
"react-native-document-picker": "^2.1.0",
"react-native-fs": "^2.12.1",
"react-native-gesture-handler": "^1.0.9",
"react-native-image-picker": "^0.27.2",
"react-native-splash-screen": "^3.1.1",
"react-native-swiper": "git://github.com/CiaranMn/react-native-swiper.git",
"react-native-tags": "^1.7.0",
"react-native-voice": "^0.2.6",
"react-navigation": "^3.0.0",
"react-redux": "^5.1.1",
"realm": "^2.20.1",
"redux": "^4.0.1"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.50.0",
"react-test-renderer": "16.6.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/Poppins"
]
}
}