1
0

Инициализация проекта

Загрузка проекта на GIT
This commit is contained in:
2026-01-11 15:01:35 +07:00
commit 301e179160
28 changed files with 7769 additions and 0 deletions

18
front_vue/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "taskboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --host"
},
"type": "module",
"dependencies": {
"@vitejs/plugin-vue": "^6.0.3",
"vite": "^7.3.1",
"vue": "^3.5.26",
"vue-router": "^4.6.4"
}
}