refactor: renames, rewrite some file, function names and texts

This commit is contained in:
Riccardo
2024-06-18 12:03:56 +02:00
parent acc10bf5fd
commit e0b89237fb
22 changed files with 55 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "nextjs-hackernews",
"version": "0.3.0",
"description": "Template for NodeJS APIs with TypeScript, with configurations for linting and testing",
"version": "0.4.0",
"description": "Newsletter with the top stories from the Hacker News forum",
"author": "riccardo@frompixels.com",
"scripts": {
"dev": "next dev",
@@ -20,7 +20,6 @@
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@next/third-parties": "^14.2.3",
"@prisma/client": "^5.6.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",