-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.65 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": "singhshailendra.in",
"version": "0.2.0",
"private": true,
"author": {
"name": "Shailendra Singh",
"url": "https://singhshailendra.in"
},
"homepage": "https://singhshailendra.in",
"keywords": [
"tailwindcss",
"template",
"react",
"nextjs",
"portfolio",
"personal-site"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@react-three/drei": "^9.84.2",
"@react-three/fiber": "^8.14.2",
"@tailwindcss/typography": "^0.5.10",
"@vercel/og": "^0.6.4",
"autoprefixer": "10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^10.18.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.446.0",
"next": "13.5.2",
"next-contentlayer": "^0.3.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.2.1",
"postcss": "8.4.30",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-rough-notation": "^1.0.5",
"rehype-autolink-headings": "^7.0.0",
"rehype-highlight": "^7.0.0",
"rehype-pretty-code": "^0.10.1",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"rough-notation": "^0.5.1",
"shiki": "^0.14.5",
"sugar-high": "^0.7.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.156.1",
"unified": "^11.0.5"
}
}