16 lines
302 B
JSON
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"
|
|
}
|
|
}
|