-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
85 lines (85 loc) · 2.38 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
{
"name": "node-react-app",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@azure/msal-browser": "^3.10.0",
"@azure/msal-react": "^2.0.12",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@excalidraw/excalidraw": "^0.17.6",
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.22.2",
"@mui/x-data-grid-pro": "^7.7.0",
"@mui/x-date-pickers": "^7.11.1",
"@mui/x-license": "^7.7.0",
"@mui/x-tree-view": "^7.4.0",
"@next/third-parties": "^14.2.7",
"@react-oauth/google": "^0.12.1",
"@react-spring/web": "^9.7.3",
"aws-sdk": "^2.1629.0",
"axios": "^1.6.5",
"bcryptjs": "^2.4.3",
"cookies-next": "^4.1.0",
"date-fns": "^3.3.0",
"dayjs": "^1.11.12",
"docx": "^8.5.0",
"dom-to-image": "^2.6.0",
"emoji-picker-react": "^4.10.0",
"file-saver": "^2.0.5",
"gantt-task-react": "^0.3.9",
"jodit-react": "^4.1.2",
"jspdf": "^2.5.1",
"mongodb": "^6.3.0",
"mongoose": "^8.0.4",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-nprogress-bar": "^2.1.2",
"next-sitemap": "^4.2.3",
"nodemailer": "^6.9.9",
"react": "^18",
"react-avatar": "^5.0.3",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.9.1",
"react-confirm-alert": "^3.0.6",
"react-cookie-consent": "^9.0.0",
"react-datepicker": "^7.1.0",
"react-dom": "^18",
"react-google-charts": "^4.0.1",
"react-hook-form": "^7.49.2",
"react-hotkeys-hook": "^4.5.0",
"react-organizational-chart": "^2.2.1",
"react-syntax-highlighter": "^15.5.0",
"react-timer-hook": "^3.0.7",
"react-to-print": "^2.14.15",
"react-toastify": "^9.1.3",
"sharp": "^0.33.2",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.7.5",
"twilio": "^4.22.0",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"yet-another-react-lightbox": "^3.21.4",
"yup": "^1.3.3",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}