-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "regalia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/ssr": "^0.2.0",
"@supabase/supabase-js": "^2.42.0",
"@tabler/icons-react": "^3.1.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"clsx": "^2.1.0",
"flowbite-react": "^0.8.0",
"framer-motion": "^11.0.28",
"html-react-parser": "^5.1.10",
"next": "14.1.0",
"nodemailer": "^6.9.13",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"qr-scanner": "^1.4.2",
"react": "^18",
"react-csv": "^2.2.2",
"react-dom": "^18",
"react-element-to-jsx-string": "^15.0.0",
"react-fast-marquee": "^1.6.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-quill": "^2.0.0",
"react-slide-fade-in": "^1.0.9",
"react-spinners": "^0.13.8",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"uuid": "^9.0.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}