forked from fleetbase/storefront-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.52 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "storefrontapp",
"version": "0.0.6",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pod-reset": "rm -rf ios/Pods/ ios/Podfile.lock && npx pod-install",
"test": "jest",
"lint": "eslint .",
"generate-app-icon": "npx app-icon generate -i ./assets/app-icon.png",
"generate-launch-screen": "npx react-native generate-bootsplash ./assets/splash-screen.png --background-color=#FFFFFF --logo-width=100 --flavor=main"
},
"dependencies": {
"@fleetbase/storefront": "^1.1.5",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@freakycoder/react-native-bounceable": "^0.2.5",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/datetimepicker": "^4.0.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-picker/picker": "^1.16.3",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"@reduxjs/toolkit": "^1.6.1",
"@stripe/stripe-react-native": "^0.1.5",
"add": "^2.0.6",
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
"countries-list": "^2.6.1",
"country-locale-map": "^1.8.0",
"i18n-js": "^3.8.0",
"postcss": "^8.3.5",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-actions-sheet": "^0.5.4",
"react-native-animated-radio-button": "^2.0.6",
"react-native-bootsplash": "^4.0.2",
"react-native-bouncy-checkbox": "^2.1.2",
"react-native-config": "^1.4.2",
"react-native-device-info": "^8.1.3",
"react-native-event-listeners": "^1.0.7",
"react-native-fast-image": "^8.5.11",
"react-native-fs": "^2.18.0",
"react-native-geolocation-service": "^5.3.0-beta.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-google-places-autocomplete": "^2.2.0",
"react-native-image-picker": "^4.4.0",
"react-native-image-resizer": "^1.4.5",
"react-native-localize": "^2.1.5",
"react-native-maps": "0.28.0",
"react-native-maps-directions": "^1.8.0",
"react-native-mmkv-storage": "^0.6.3",
"react-native-modal": "^12.0.2",
"react-native-open-maps": "^0.4.0",
"react-native-permissions": "^3.0.5",
"react-native-picker-module": "^2.0.4",
"react-native-push-notification": "^7.4.0",
"react-native-reanimated": "^2.2.0",
"react-native-render-html": "^6.0.5",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0",
"react-native-share": "^7.3.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-swipe-list-view": "^3.2.9",
"react-native-youtube": "^2.0.2",
"react-redux": "^7.2.5",
"tailwind-rn": "^3.0.1",
"tailwindcss": "^2.2.4",
"yarn": "^1.22.17"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-native-fontawesome": "^0.2.6",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-preval": "^5.0.0",
"eslint": "7.14.0",
"jest": "^26.6.3",
"language-name-map": "^0.3.0",
"locale-emoji": "^0.3.0",
"metro-react-native-babel-preset": "^0.64.0",
"react-native-svg": "^12.1.1",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}