-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.41 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
{
"name": "napuleth",
"homepage": ".",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@aldabil/react-scheduler": "^2.9.3",
"@bitnoi.se/react-scheduler": "^0.2.0",
"@cubedoodl/react-simple-scheduler": "^1.3.3",
"@fontsource/poppins": "^5.0.8",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@leenguyen/react-flip-clock-countdown": "^1.5.0",
"@pqina/flip": "^1.8.3",
"@rumess/react-flip-countdown": "^1.2.6",
"@szhsin/react-menu": "^4.1.0",
"@t3-oss/env-nextjs": "^0.7.1",
"@types/googlemaps": "^3.43.3",
"@types/react-vertical-timeline-component": "^3.3.6",
"backendless": "^7.3.3",
"fullcalendar": "^6.1.15",
"google-map-react": "^2.2.1",
"i18next": "^23.8.2",
"leaflet": "^1.9.4",
"next": "^14.0.4",
"react": "18.2.0",
"react-big-calendar": "^1.13.2",
"react-burger-menu": "^3.0.9",
"react-countdown": "^2.3.5",
"react-deadline": "^1.0.1",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.3",
"react-i18next": "^14.0.5",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
"react-loader-spinner": "^6.1.6",
"react-mui-scheduler": "^2.0.4",
"react-multi-carousel": "^2.8.4",
"react-responsive-carousel": "^3.2.23",
"react-ribbons": "^1.1.7",
"react-scroll-parallax": "^3.4.5",
"react-vertical-timeline-component": "^3.6.0",
"sass": "^1.77.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/eslint": "^8.44.7",
"@types/google-map-react": "^2.1.10",
"@types/google.maps": "^3.55.6",
"@types/leaflet": "^1.9.9",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-big-calendar": "^1.8.9",
"@types/react-burger-menu": "^2.8.7",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.26.0"
},
"packageManager": "[email protected]"
}