neroshitron/package.json

14 lines
223 B
JSON
Raw Normal View History

2024-05-21 22:32:11 -04:00
{
"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"
}
}