-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "fRApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android": "cd android && gradlew app:assembleDebug && gradlew installDebug"
},
"dependencies": {
"aws-amplify": "^1.1.10",
"axios": "^0.18.1",
"native-base": "^2.12.1",
"react": "16.6.1",
"react-native": "0.57.5",
"react-native-axios": "^0.17.1",
"react-native-elements": "^1.1.0",
"react-native-fontawesome": "^6.0.1",
"react-native-navigation": "^2.0.2641",
"react-native-open-maps": "^0.3.3",
"react-native-ratings": "^6.3.1",
"react-native-responsive-screen": "^1.2.2",
"react-native-star-rating": "^1.1.0",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.9.1",
"tipsi-stripe": "^7.5.1"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.2",
"react-test-renderer": "16.6.1"
},
"jest": {
"preset": "react-native"
}
}