-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.73 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
{
"name": "imara-tv",
"version": "1.0",
"private": true,
"author": {
"name": "Sammy Mwangangi",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@daypilot/daypilot-lite-react": "^3.29.0",
"@ducanh2912/next-pwa": "^10.2.9",
"@emotion/react": "^11.11.4",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.9.0",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@next/third-parties": "^14.2.5",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@sendgrid/mail": "^8.1.3",
"@tailwindcss/forms": "^0.5.3",
"@types/js-cookie": "^3.0.6",
"@types/mailchimp__mailchimp_marketing": "^3.0.20",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.12",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.0.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.2",
"formik": "^2.4.6",
"js-cookie": "^3.0.5",
"lucide-react": "^0.341.0",
"marked": "^12.0.1",
"md5": "^2.3.0",
"next": "^14.2.13",
"next-share": "^0.27.0",
"nodemailer": "^6.9.13",
"nodemailer-sendgrid-transport": "^0.2.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "^10.6.3",
"react": "^18.3.1",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.51.2",
"react-player": "^2.16.0",
"react-simple-star-rating": "^5.1.7",
"react-stars": "^2.2.5",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"styled-components": "^6.1.8",
"sweetalert2": "^11.10.7",
"swiper": "^11.0.7",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"vimeo": "^2.3.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/traverse": "^7.25.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-stars": "^2.2.4",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.13",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"sharp": "^0.33.1",
"webpack": "^5.95.0"
}
}