-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.77 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
{
"name": "stylesync",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.5.0",
"@auth0/nextjs-auth0": "^3.5.0",
"@aws-sdk/client-s3": "^3.529.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@stripe/react-stripe-js": "^2.6.2",
"@stripe/stripe-js": "^3.0.10",
"@uiw/react-color-colorful": "^2.1.1",
"aws-sdk": "^2.1575.0",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"cloudmersive-image-api-client": "^1.3.5",
"clsx": "^2.1.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"formidable": "^3.5.1",
"jotai": "^2.7.1",
"lucide-react": "^0.350.0",
"mongodb": "^6.4.0",
"mongoose": "^8.2.1",
"next": "14.1.3",
"next-auth": "^4.24.7",
"next-themes": "^0.2.1",
"openai": "^4.29.0",
"react": "^18",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-hook-form": "^7.51.0",
"react-icons": "^5.0.1",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.8.0",
"react-select-search": "^4.1.7",
"react-slick": "^0.30.2",
"react-toggle-dark-mode": "^1.1.1",
"replicate": "^0.25.2",
"slick-carousel": "^1.8.1",
"stripe": "^14.21.0",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}