mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-16 21:41:02 +00:00
24 lines
454 B
JSON
24 lines
454 B
JSON
{
|
|
"name": "kalbot",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3004",
|
|
"build": "next build",
|
|
"start": "next start -p $PORT",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.2.3",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"svg-captcha": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.3"
|
|
}
|
|
}
|