-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 2.02 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": "personal-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build-start": "next build && next start",
"lint": "next lint",
"docker:compose": "docker-compose -f docker/docker-compose.yml up --build"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.5",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.7",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.9",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "1.0.0",
"embla-carousel-react": "^8.0.0-rc19",
"eslint": "9.13.0",
"eslint-config-next": "^15.0.1",
"framer-motion": "^11.11.10",
"fuse.js": "^7.0.0",
"gray-matter": "^4.0.3",
"i": "^0.3.7",
"lucide-react": "^0.454.0",
"markdown-to-jsx": "^7.2.1",
"next": "^15.0.1",
"next-themes": "^0.3.0",
"npm": "^10.8.1",
"path": "^0.12.7",
"postcss": "^8.4.45",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-spinners": "^0.14.1",
"sharp": "^0.33.4",
"tailwind-merge": "^2.2.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3",
"typewriter-effect": "^2.21.0",
"zustand": "^5.0.0"
},
"main": "index.js",
"repository": "https://github.com/mbeps/personal-portfolio.git",
"author": "Maruf Bepary <[email protected]>",
"license": "MIT"
}