-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.84 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.84 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
{
"name": "proyecto-eventos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@mui/material": "^6.1.10",
"@nextui-org/react": "^2.4.6",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf/renderer": "^4.0.0",
"add": "^2.0.6",
"chart.js": "^4.4.4",
"chartjs-chart-treemap": "^2.3.1",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"docx": "^9.0.0",
"fontkit": "^2.0.4",
"framer-motion": "^11.3.28",
"html2canvas": "^1.4.1",
"leaflet": "^1.9.4",
"leaflet.heat": "^0.2.0",
"lucide-react": "^0.473.0",
"mapbox-gl": "^3.6.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next": "^14.2.14",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.10.111",
"plotly.js": "^2.35.1",
"react": "^18.3.1",
"react-big-calendar": "^1.13.4",
"react-chartjs-2": "^5.2.0",
"react-date-range": "^2.0.1",
"react-datepicker": "^8.1.0",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"react-pdf-viewer": "^0.1.0",
"react-plotly.js": "^2.6.0",
"react-select": "^5.8.3",
"react-toastify": "^11.0.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/mapbox-gl": "^3.4.0",
"@types/node": "^22.5.1",
"@types/react": "^18",
"@types/react-big-calendar": "^1.8.10",
"@types/react-dom": "^18",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}