-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.97 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
67
68
69
70
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"contentlayer dev\" \"next dev -p 3001\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.3",
"@nextui-org/react": "^1.0.0-beta.12",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"contentlayer": "^0.3.0",
"date-fns": "^2.30.0",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"flowbite": "^1.8.1",
"flowbite-react": "^0.4.7",
"framer-motion": "^10.18.0",
"gsap": "^3.12.5",
"locomotive-scroll": "^4.1.4",
"lucide-react": "^0.223.0",
"mdast-util-toc": "^6.1.1",
"next": "^13.5.6",
"next-contentlayer": "^0.3.0",
"next-themes": "^0.2.1",
"popmotion": "^11.0.5",
"postcss": "8.4.23",
"radix-ui": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^0.5.0",
"reading-time": "^1.5.0",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.6.0",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-code-import": "^1.2.0",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.2",
"styled-components": "^5.3.11",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-filters": "^3.0.0",
"typescript": "^4.9.5",
"unist-builder": "^3.0.0",
"unist-util-visit": "^4.1.2"
},
"resolutions": {
"@react-aria/ssr": "^3.4.1"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"concurrently": "^9.0.0",
"tailwindcss": "^3.4.10"
}
}