Initial commit from Create Next App
This commit is contained in:
15
web/package.json
Normal file
15
web/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "owncast-admin",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "9.5.3",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user