Rewrite in React

This commit is contained in:
2026-05-19 21:25:23 +03:00
parent b8b5c12032
commit aaa637f188
46 changed files with 1598 additions and 1219 deletions

View File

@@ -12,30 +12,28 @@
"preview": "vite preview",
"start": "vite preview --port 4174 --host",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"type-check": "tsc --build",
"lint": "eslint . --fix --cache",
"format": "prettier --write src/"
},
"dependencies": {
"vue": "^3.5.22",
"vue-router": "^4.6.3"
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.1"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/node": "^22.18.11",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.37.0",
"eslint-plugin-vue": "~10.5.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"prettier": "3.6.2",
"typescript": "~5.9.0",
"vite": "^7.2.2",
"vite-plugin-vue-devtools": "^8.0.3",
"vue-tsc": "^3.1.1"
"vite": "^7.2.2"
}
}