mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-22 14:06:29 +01:00
10 lines
142 B
JSON
10 lines
142 B
JSON
{
|
|
"scripts":{
|
|
"dev":"next dev"
|
|
},
|
|
"dependencies": {
|
|
"next": "^15.3.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
}
|
|
}
|