Drunk-Venti-Api/package.json

19 lines
353 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",
2022-11-27 02:13:57 +01:00
"next": "^12.3.4",
2022-01-15 18:07:08 +01:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"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"
}
}