mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
16 lines
250 B
JSON
16 lines
250 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"export": "next export"
|
|
},
|
|
"dependencies": {
|
|
"next": "13.4.7",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|
|
|