12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.2.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|