39 lines
896 B
JSON
39 lines
896 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",
|
|
"devDependencies": {
|
|
"@types/ejs": "^3.1.1",
|
|
"@types/express": "^4.17.14",
|
|
"eslint": "8.25.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.6.0",
|
|
"express-session": "^1.17.3",
|
|
"liquidjs": "^9.42.0",
|
|
"path": "^0.12.7",
|
|
"prettier": "^2.7.1",
|
|
"terser": "^5.15.1"
|
|
}
|
|
}
|