initial commit

This commit is contained in:
2026-02-22 17:22:39 +03:00
commit 2259d569cb
36 changed files with 6501 additions and 0 deletions

18
package.json Executable file
View File

@@ -0,0 +1,18 @@
{
"name": "chatlanin.com.ru",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.1.2",
"vue3-perfect-scrollbar": "^1.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"vite": "^3.0.1"
}
}