-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.82 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
{
"name": "dashcode-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/list": "^6.1.11",
"@fullcalendar/react": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@headlessui/react": "^1.7.19",
"@hookform/resolvers": "^3.3.4",
"@iconify/react": "^4.1.1",
"@reduxjs/toolkit": "^2.2.3",
"@south-paw/react-vector-maps": "^3.2.0",
"@svg-maps/world": "^1.0.1",
"@tippyjs/react": "^4.2.6",
"apexcharts": "^3.49.0",
"chart.js": "^4.4.2",
"cleave.js": "^1.6.0",
"dayjs": "^1.11.10",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"framer-motion": "^11.1.7",
"leaflet": "^1.9.4",
"next": "^13.2.4",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-beautiful-dnd": "^13.1.1",
"react-calendar": "^4.8.0",
"react-chartjs-2": "^5.2.0",
"react-collapse": "^5.1.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-flatpickr": "^3.10.13",
"react-hook-form": "^7.51.3",
"react-leaflet": "^4.2.1",
"react-quill": "^2.0.0",
"react-redux": "^9.1.1",
"react-select": "^5.8.0",
"react-svg-map": "^2.2.0",
"react-table": "^7.8.0",
"react-tailwindcss-datepicker": "^1.6.6",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"recharts": "^2.12.6",
"sass": "^1.75.0",
"simplebar-react": "^3.2.4",
"sort-by": "^1.2.0",
"swiper": "^11.1.1",
"uuidv4": "^6.2.13",
"yup": "^1.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}