mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
16 lines
259 B
JSON
16 lines
259 B
JSON
{
|
|
"name": "overseer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "9.5.2",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1"
|
|
}
|
|
}
|