19 lines
339 B
JSON
19 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"
|
||
|
}
|
||
|
}
|