21 lines
376 B
JSON
21 lines
376 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|