31 lines
633 B
JSON
31 lines
633 B
JSON
|
{
|
||
|
"name": "mangorecipe",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A recipe manager with nextjs",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://tea.nightly.town/Mangoberry/MangoRecipe"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"recipemanager"
|
||
|
],
|
||
|
"author": "nightlymania",
|
||
|
"license": "GPL-2.0-or-later",
|
||
|
"dependencies": {
|
||
|
"next": "^12.3.1",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "8.25.0",
|
||
|
"eslint-config-next": "12.3.1"
|
||
|
}
|
||
|
}
|