-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.83 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
{
"name": "mainwebsitev2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@adyen/adyen-web": "^5.63.0",
"@directus/sdk": "^15.1.0",
"@emotion/react": "^11.11.4",
"@formbricks/js": "^2.1.0",
"@mantine/carousel": "^7.8.0",
"@mantine/core": "^7.8.0",
"@mantine/form": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"@mantine/modals": "^7.8.0",
"@mantine/notifications": "^7.8.0",
"@mantine/nprogress": "^7.8.0",
"@sentry/nextjs": "^8",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@tabler/icons": "^3.2.0",
"@tabler/icons-react": "^3.2.0",
"@types/canvas-confetti": "^1.6.4",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"cookies-next": "^4.1.1",
"dayjs": "^1.11.10",
"embla-carousel-react": "^8.0.2",
"framer-motion": "^11.1.7",
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.0",
"next": "14.1.2",
"next-auth": "^4.24.7",
"next-client-cookies": "^1.1.1",
"next-i18next": "^15.3.0",
"oauth-pkce": "^0.0.6",
"react": "18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-cookie": "^7.1.4",
"react-countup": "^6.5.3",
"react-dom": "18.2.0",
"react-i18next": "^14.1.0",
"react-markdown": "^9.0.1",
"stripe": "^15.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"eslint": "9.1.0",
"eslint-config-next": "14.2.2",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.4",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}