Initial commit: DataTool backend, frontend and Docker

This commit is contained in:
liu
2026-01-31 00:51:14 +08:00
commit 59bb8e16f5
69 changed files with 9449 additions and 0 deletions

28
frontend/package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "datatool-frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.0",
"pinia": "^2.1.7",
"vue": "^3.4.0",
"vue-router": "^4.3.0",
"sockjs-client": "^1.6.1",
"@stomp/stompjs": "^7.0.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.0",
"vite": "^5.0.0"
}
}