-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"name": "cosc-hacktoberfest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@vercel/og": "^0.6.3",
"@vidstack/react": "^0.6.15",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"firebase": "^10.14.0",
"firebase-admin": "^12.6.0",
"framer-motion": "^11.9.0",
"gsap": "^3.12.5",
"install": "^0.13.0",
"locomotive-scroll": "^4.1.4",
"lucide-react": "^0.445.0",
"next": "^14.2.15",
"npm": "^10.8.3",
"react": "^18",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-syntax-highlighter": "^15.5.0",
"react-typing-effect": "^2.0.5",
"remark-gfm": "^4.0.0",
"remixicon": "^4.3.0",
"sharp": "^0.33.5",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.2",
"video-react": "^0.16.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"postcss": "^8",
"sass": "^1.78.0",
"tailwindcss": "^3.4.1",
"typescript": "5.6.2"
}
}