-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mantine/carousel": "^6.0.6",
"@mantine/core": "^6.0.6",
"@mantine/form": "^6.0.6",
"@mantine/hooks": "^6.0.6",
"@mantine/next": "^6.0.6",
"@supabase/auth-helpers-nextjs": "^0.5.4",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.8.0",
"@tabler/icons-react": "^2.6.0",
"@types/react-beautiful-dnd": "^13.1.3",
"autoprefixer": "^10.4.13",
"dotenv": "^16.0.3",
"embla-carousel-react": "^7.1.0",
"i18next": "^22.4.10",
"next": "latest",
"next-i18next": "^13.1.6",
"pdf-lib": "^1.17.1",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-i18next": "^12.2.0",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@types/node": "18.14.6",
"@types/react": "18.0.21",
"@types/react-beautiful-dnd": "^13.1.3",
"typescript": "4.9.5"
}
}