-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "Pursoo",
"version": "0.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest"
},
"rnpm": {
"assets": [
"./app/assets/fonts/"
]
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"babel-preset-react-native": "^4.0.0",
"fbjs": "^0.8.16",
"firebase": "^4.13.1",
"jest": "^22.4.3",
"react": "^16.3.1",
"react-native": "0.54.4",
"react-native-dropdownalert": "^3.4.0",
"react-native-elements": "^0.19.1",
"react-native-firebase": "^4.0.6",
"react-native-fontawesome": "^5.7.0",
"react-native-progress": "^3.4.0",
"react-native-size-matters": "^0.1.0",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^22.4.3",
"regenerator-runtime": "^0.11.1"
}
}