forked from punyakrit/social-share
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.64 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
{
"name": "social-share",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.1.0",
"@aws-sdk/client-s3": "^3.588.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@nextui-org/accordion": "^2.0.35",
"@nextui-org/navbar": "^2.0.32",
"@nextui-org/react": "^2.4.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@react-three/drei": "^9.106.0",
"@react-three/fiber": "^8.16.8",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"font-awesome": "^4.7.0",
"framer-motion": "^11.3.6",
"lottie-react": "^2.4.0",
"lucide-react": "^0.378.0",
"mini-svg-data-uri": "^1.4.4",
"mongodb": "^6.7.0",
"mongoose": "^8.4.1",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-icons": "^5.2.1",
"react-sortablejs": "^6.1.4",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.165.0",
"three-globe": "^2.31.0",
"uniqid": "^5.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uniqid": "^5.3.4",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}