add scripts to auto-install

This commit is contained in:
kilyabin
2025-11-18 03:57:22 +04:00
parent f7a8cc622f
commit b82d4e5085
12 changed files with 715 additions and 275 deletions

View File

@@ -45,14 +45,14 @@
"@types/jsdom": "^21.1.3",
"@types/node": "22.0.0",
"@types/node-telegram-bot-api": "^0.61.8",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"autoprefixer": "10.4.20",
"eslint": "9.0.0",
"eslint": "8.57.0",
"eslint-config-next": "16.0.3",
"postcss": "8.4.47",
"tailwindcss": "^3.4.18",
"typescript": "5.6.0"
"typescript": "5.9.3"
}
}