Drunk-Venti-Api/package.json
2023-10-19 19:43:20 +02:00

18 lines
348 B
JSON

{
"private": true,
"version": "1.0",
"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",
"lodash": "^4.17.21"
}
}