-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "jarnesjo.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next-remote-watch ./src/posts",
"dev:next": "next dev",
"build": "next build",
"postbuild": "node ./src/scripts/generate-rss-feed.mjs && node ./src/scripts/generate-sitemap.mjs",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"date-fns": "^3.6.0",
"eslint-config-next": "^14.2.3",
"fast-glob": "^3.3.2",
"file-loader": "^6.2.0",
"gray-matter": "^4.0.3",
"next": "^14.2.3",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.3.0",
"postcss": "^8.4.38",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^2.0.0",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/gtag.js": "^0.0.19",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"globby": "^14.0.1",
"next-remote-watch": "^2.0.0",
"prettier": "^3.2.5",
"puppeteer-core": "^8.0.0",
"rss": "^1.2.2",
"typescript": "^5.4.5"
}
}