-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.07 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.07 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
{
"name": "we-pwa",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.4.9",
"@aws-amplify/api-graphql": "^3.4.0",
"@aws-amplify/auth": "^5.5.0",
"@aws-amplify/cli": "^5.5.0",
"@aws-sdk/client-cognito-identity-provider": "^3.36.1",
"@dhaiwat10/react-link-preview": "^1.13.1",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/styles": "latest",
"@mui/x-data-grid": "latest",
"@mui/x-data-grid-generator": "latest",
"@react-google-maps/api": "^2.2.0",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/masked-view": "^0.1.11",
"@syncfusion/ej2-calendars": "^19.3.46",
"@syncfusion/ej2-react-calendars": "^19.3.46",
"@types/dompurify": "^2.3.3",
"@types/next-auth": "^3.15.0",
"@types/react-bootstrap": "^0.32.26",
"@types/react-helmet": "^6.1.2",
"@types/react-linkify": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"amazon-cognito-identity-js": "^5.1.0",
"aws-amplify": "^4.2.9",
"aws-amplify-react": "^5.0.14",
"aws-amplify-react-native": "^5.0.3",
"aws-node-sns": "^0.0.3",
"body-scroll-lock": "^4.0.0-beta.0",
"bootstrap": "^5.1.0",
"bootstrap-icons": "^1.5.0",
"browser-image-compression": "^1.0.16",
"dompurify": "^2.3.5",
"downshift": "^6.1.7",
"firebase": "^9.0.1",
"firebase-admin": "^9.11.1",
"graphql": "^15.5.1",
"jsonwebtoken": "^8.5.1",
"leaflet": "^1.7.1",
"map-obj": "^5.0.2",
"mixpanel-browser": "^2.45.0",
"moment": "^2.29.1",
"multiselect-react-dropdown": "^2.0.25",
"next": "^13.4.12",
"next-auth": "^3.29.0",
"next-pwa": "^5.3.1",
"next-themes": "^0.0.15",
"pincode-lat-long": "^1.0.3",
"quick-lru": "^6.1.1",
"react": "^18.2.0",
"react-bootstrap": "^1.6.1",
"react-confetti": "^6.0.1",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.2.0",
"react-leaflet": "^3.2.4",
"react-link-preview": "^0.1.3",
"react-linkify": "^1.0.0-alpha",
"react-mentions": "^4.3.0",
"react-query": "^3.21.1",
"react-router-dom": "^5.2.0",
"react-select": "^5.7.0",
"react-share": "^4.4.0",
"react-toastify": "^8.0.2",
"react-web-share": "^1.1.0",
"shareon": "^1.6.2",
"uppy": "^1.31.1"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.0",
"@types/jquery": "^3.5.6",
"@types/jsonwebtoken": "^8.5.5",
"@types/leaflet": "^1.7.8",
"@types/mixpanel-browser": "^2.38.0",
"@types/react": "17.0.16",
"@types/react-mentions": "^4.1.5",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"typescript": "^4.5.2"
}
}