Files
blog/package.json
Gabriel Kaszewski c8536502bc
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 1m13s
Add RSS feed functionality and icon to the blog
2025-09-15 08:27:57 +02:00

33 lines
744 B
JSON

{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/rss": "^0.0.32",
"cursor-effects": "^1.0.17",
"gray-matter": "^4.0.3",
"next": "15.5.2",
"next-mdx-remote": "^5.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"reading-time": "^1.5.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rss": "^1.2.2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
}
}