-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 3.47 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "hyggy-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ammarkhalidfarooq/quill-image-resize-module-react-fix-for-mobile": "^3.2.2",
"@chakra-ui/react": "^3.1.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.3",
"@mui/x-data-grid": "^7.21.0",
"@mui/x-data-grid-generator": "^7.21.0",
"@mui/x-data-grid-premium": "^7.21.0",
"@mui/x-date-pickers": "^7.22.0",
"@tanstack/react-query-persist-client": "^5.59.19",
"@tiptap/extension-highlight": "^2.10.0",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-table": "^2.9.1",
"@tiptap/extension-table-cell": "^2.9.1",
"@tiptap/extension-table-header": "^2.9.1",
"@tiptap/extension-table-row": "^2.9.1",
"@tiptap/extension-text-align": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@types/leaflet": "^1.9.14",
"@types/react-query": "^1.2.9",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.4",
"convert-layout": "^0.11.1",
"dayjs": "^1.11.13",
"dnd-kit": "^0.0.2",
"framer-motion": "^11.11.17",
"html-react-parser": "^5.1.18",
"idb": "^8.0.0",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"lucide-react": "^0.460.0",
"next": "14.2.7",
"nuqs": "^1.19.2",
"quill": "^1.3.7",
"quill-better-table": "^1.2.10",
"quill-blot-formatter": "^1.0.5",
"quill-image-drop-module": "^1.0.3",
"quill-image-resize-module": "^3.0.0",
"quill-image-resize-module-react": "^3.0.0",
"quill-table": "^1.0.0",
"quill-table-better": "^1.1.3",
"quill-table-ui": "^1.0.7",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-input-mask": "^2.0.4",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-markercluster": "^4.2.1",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-range": "^1.10.0",
"react-range-slider-input": "^3.0.7",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.30.2",
"react-slider": "^2.0.6",
"react-toastify": "^10.0.6",
"react-use": "^17.5.1",
"slick-carousel": "^1.8.1",
"typo-js": "^1.2.4",
"use-debounce": "^10.0.4",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/leaflet.markercluster": "^1.5.5",
"@types/lodash": "^4.17.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-responsive-masonry": "^2.1.3",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.20",
"eslint-config-next": "14.2.7",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5",
"typescript-eslint": "^8.15.0"
}
}