refactor: renames, rewrite some file, function names and texts
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user