Drunk-Venti-Api/package.json
2022-01-15 18:07:08 +01:00

18 lines
339 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"dayjs": "^1.10.7",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^1.0.1",
"redis": "^4.0.1",
"dotenv": "^10.0.0",
"fast-levenshtein": "^3.0.0"
}
}