mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
14 lines
223 B
JSON
14 lines
223 B
JSON
|
{
|
||
|
"dependencies": {
|
||
|
"next": "^14.2.3",
|
||
|
"react": "^18.3.1",
|
||
|
"react-dom": "^18.3.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
}
|
||
|
}
|