-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "aravindballa-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev:content": "contentlayer dev",
"dev": "next dev",
"build:content": "contentlayer build",
"build": "next build",
"start": "next start",
"rss": "node scripts/generateRSS.mjs",
"postbuild": "next-sitemap"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@portaljs/remark-wiki-link": "^1.0.4",
"@tailwindcss/typography": "^0.5.7",
"@vercel/og": "^0.0.19",
"contentlayer": "^0.2.8",
"date-fns": "^2.21.3",
"esm": "^3.2.25",
"express-rate-limit": "^6.7.0",
"framer-motion": "^4.1.17",
"next": "^13.4.12",
"next-contentlayer": "^0.2.8",
"next-seo": "^6.1.0",
"next-sitemap": "^4.1.8",
"node-fetch": "^2.6.1",
"prism-react-renderer": "^1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.0",
"rss": "^1.2.2",
"rss-parser": "^3.12.0",
"slugify": "^1.5.3",
"ts-node": "^10.9.1",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"autoprefixer": "^10.4.12",
"image-size": "^1.0.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4"
}
}