-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.6 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 4.6 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "react_native_storybook_starter",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"storybook": "STORYBOOK_ENABLED=true react-native start",
"storybook:ios": "STORYBOOK_ENABLED=true react-native run-ios",
"storybook:android": "STORYBOOK_ENABLED=true react-native run-android",
"storybook-generate": "sb-rn-get-stories --config-path .ondevice",
"storybook:web": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\""
},
"dependencies": {
"@dinero.js/currencies": "^2.0.0-alpha.14",
"@gorhom/bottom-sheet": "^5.0.4",
"@jmstechnologiesinc/bottom-sheet": "^5.0.6",
"@jmstechnologiesinc/cart": "^0.0.68",
"@jmstechnologiesinc/commons": "^0.0.67",
"@jmstechnologiesinc/driver": "^0.0.54",
"@jmstechnologiesinc/material-bottom-tabs": "^0.0.4",
"@jmstechnologiesinc/material-tokens": "npm:@jmsstudiosinc/material-tokens@^0.0.16",
"@jmstechnologiesinc/order": "^0.0.68",
"@jmstechnologiesinc/react-native-components": "^0.1.71",
"@jmstechnologiesinc/react-native-fast-image": "^8.6.32",
"@jmstechnologiesinc/react-native-google-places-autocomplete": "^2.4.5",
"@jmstechnologiesinc/react-native-image-blur-loading": "^1.2.3",
"@jmstechnologiesinc/react-native-paper": "^5.12.5",
"@jmstechnologiesinc/react-native-phone-input": "^1.3.15",
"@jmstechnologiesinc/react-native-size-matters": "^0.4.3",
"@jmstechnologiesinc/user": "^0.0.53",
"@jmstechnologiesinc/vendor": "^0.0.60",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/slider": "^4.5.3",
"@rnmapbox/maps": "^10.1.33",
"@storybook/addons": "^7.6.17",
"@storybook/test": "^8.3.0",
"centrifuge": "^5.2.2",
"dinero.js": "^2.0.0-alpha.14",
"i18n-js": "^3.8.0",
"i18next": "^24.1.0",
"i18next-browser-languagedetector": "^8.0.2",
"lodash": "^4.17.21",
"lodash.memoize": "^4.1.2",
"mapbox-gl": "^2.15.0",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"react-map-gl": "^7.1.7",
"react-native": "0.75.4",
"react-native-actions-sheet": "^0.9.7",
"react-native-applifecycle": "^1.0.0",
"react-native-config": "^1.5.3",
"react-native-dotenv": "^3.4.9",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.19.0",
"react-native-image-picker": "^7.2.3",
"react-native-localize": "^3.3.0",
"react-native-permissions": "^5.2.1",
"react-native-reanimated": "^3.15.5",
"react-native-safe-area-context": "^4.11.0",
"react-native-svg": "^15.6.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "^0.19.12",
"storybook-addon-state": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-react": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.3",
"@react-native/eslint-config": "0.75.3",
"@react-native/metro-config": "0.75.3",
"@react-native/typescript-config": "0.75.3",
"@storybook/addon-actions": "^8.3.5",
"@storybook/addon-controls": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-ondevice-actions": "8.3.10",
"@storybook/addon-ondevice-backgrounds": "8.3.10",
"@storybook/addon-ondevice-controls": "8.3.10",
"@storybook/addon-ondevice-notes": "8.3.10",
"@storybook/addon-react-native-web": "^0.0.26",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.3.5",
"@storybook/react-native": "8.3.10",
"@storybook/react-webpack5": "^8.3.5",
"@types/jest": "^29.5.13",
"@types/react": "^18.2.6",
"@types/react-native-dotenv": "^0.2.2",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-loader": "^9.1.3",
"babel-plugin-react-docgen-typescript": "^1.5.1",
"babel-plugin-react-native-web": "^0.19.12",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"os": "^0.1.2",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"storybook": "^8.3.5",
"typescript": "5.6.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.5.0"
}