update,
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "hello-nextjs12",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "15.0.2",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "9.14.0",
|
||||
"eslint-config-next": "15.0.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user