19 lines
344 B
JSON
19 lines
344 B
JSON
{
|
|
"name": "riffusion",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"eslint": "8.27.0",
|
|
"eslint-config-next": "13.0.4",
|
|
"next": "13.0.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|