Drunk-Venti-Api/package.json

17 lines
302 B
JSON
Raw Normal View History

2022-01-15 18:07:08 +01:00
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
2022-11-27 02:13:57 +01:00
"start": "next start -p $API_PORT"
2022-01-15 18:07:08 +01:00
},
"dependencies": {
"dayjs": "^1.10.7",
2023-07-22 02:59:30 +02:00
"next": "^13.4.12",
2022-01-15 18:07:08 +01:00
"swr": "^1.0.1",
2022-11-27 02:13:57 +01:00
"redis": "^4.5.1",
2022-01-15 18:07:08 +01:00
"dotenv": "^10.0.0",
"fast-levenshtein": "^3.0.0"
}
}