Drunk-Venti-Api/package.json
2023-07-22 02:59:30 +02:00

16 lines
302 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $API_PORT"
},
"dependencies": {
"dayjs": "^1.10.7",
"next": "^13.4.12",
"swr": "^1.0.1",
"redis": "^4.5.1",
"dotenv": "^10.0.0",
"fast-levenshtein": "^3.0.0"
}
}