ваше сообщение коммита

This commit is contained in:
2025-03-26 16:30:54 +03:00
parent f95e1461c0
commit 1f2812e3b3
6 changed files with 618 additions and 760 deletions

View File

@@ -13,14 +13,14 @@
"format:check": "prettier --check \"**/*.{js,vue,json,md}\""
},
"dependencies": {
"axios": "^1.8.1",
"axios": "^1.8.4",
"buffer": "^6.0.3",
"connect-pg-simple": "^10.0.0",
"ethers": "6.13.5",
"siwe": "^2.1.4",
"sortablejs": "^1.15.6",
"vue": "^3.2.47",
"vue-i18n": "9",
"vue-i18n": "^11.1.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
@@ -35,6 +35,6 @@
"prettier": "^3.5.3",
"rollup": "^3.29.4",
"rollup-plugin-polyfill-node": "^0.12.0",
"vite": "^6.2.0"
"vite": "^6.2.3"
}
}