-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.09 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 4.09 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": "direchtwards",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"homepage": "https://erestore2.azurewebsites.net/DirechtWards/Home",
"scripts": {
"start": "expo start --web",
"web": "expo start --web",
"build": "npx expo export:web",
"build:web": "npx expo export:web",
"startnode18": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider expo start --web",
"webnode18": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider expo start --web",
"buildnode18": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider expo export:web",
"update": "npm install -g expo-cli"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "0.17.2",
"@material-ui/core": "^4.12.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/styles": "^4.11.5",
"@microsoft/signalr": "^8.0.7",
"@mui/material": "^5.15.21",
"@mui/styled-engine-sc": "^6.0.0-alpha.12",
"@mui/x-date-pickers": "6.19.0",
"@nivo/bar": "0.67.0",
"@nivo/core": "0.67.0",
"@nivo/line": "0.67.0",
"@nivo/pie": "0.67.0",
"@react-google-maps/api": "^2.19.2",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/netinfo": "^9.3.7",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-native-picker/picker": "^2.5.1",
"@react-navigation/drawer": "^6.6.1",
"@react-navigation/native": "^6.1.5",
"@react-navigation/native-stack": "^6.9.11",
"@svgr/webpack": "5.5.0",
"@vx/group": "^0.0.199",
"@vx/hierarchy": "^0.0.199",
"@vx/shape": "^0.0.199",
"@vx/text": "^0.0.199",
"@zegocloud/zego-uikit-prebuilt": "^1.7.4",
"axios": "^1.3.5",
"crypto-js": "^4.1.1",
"d3-hierarchy": "^3.1.2",
"date-fns": "2.29.3",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"echarts": "5.5.1",
"echarts-for-react": "^3.0.2",
"expo": "~49.0.15",
"expo-asset": "^8.9.0",
"expo-av": "^13.6.0",
"expo-clipboard": "^6.0.3",
"expo-device": "^5.9.4",
"expo-document-picker": "^11.7.0",
"expo-font": "^11.1.1",
"expo-image-manipulator": "^11.8.0",
"expo-image-picker": "^14.7.1",
"expo-status-bar": "~1.6.0",
"file-saver": "^2.0.5",
"google-map-react": "^2.2.1",
"heic2any": "^0.0.4",
"html-to-image": "^1.11.11",
"moment": "^2.30.1",
"pdfmake": "^0.2.7",
"react": "18.2.0",
"react-datepicker": "^4.10.0",
"react-dom": "18.1.0",
"react-feather": "^2.0.10",
"react-hover-image": "^2.0.1",
"react-image-crop": "^11.0.5",
"react-modal": "^3.16.1",
"react-native": "0.72.6",
"react-native-big-calendar": "3.4.1",
"react-native-calendars": "^1.1303.0",
"react-native-element-dropdown": "^2.12.0",
"react-native-elements": "^3.4.3",
"react-native-event-listeners": "^1.0.7",
"react-native-gesture-handler": "~2.8.0",
"react-native-media-query": "^2.0.1",
"react-native-paper": "4.2.0",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "2.8.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-simple-radio-button": "^2.7.4",
"react-native-svg": "13.0.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.18.9",
"react-overlays": "^5.2.1",
"react-redux": "^8.0.5",
"react-select": "5.7.4",
"react-signature-canvas": "^1.0.6",
"reactjs-popup": "^2.0.5",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"sort-json-array": "^0.1.7",
"styled-components": "^6.1.8",
"typescript": "^4.6.3",
"uuidv4": "^6.2.13",
"zego-zim-web": "^2.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/google-map-react": "^2.1.10",
"react-native-svg-transformer": "^1.1.0",
"react-refresh": "^0.14.0",
"webpack-hot-middleware": "^2.25.3"
},
"private": true
}