This commit is contained in:
IndieKKY
2024-10-03 19:48:55 +08:00
parent 5b6b4211a4
commit 66cd431c3b
5 changed files with 391 additions and 302 deletions

View File

@@ -58,7 +58,7 @@
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@vitejs/plugin-react": "^2.1.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"eslint": "8.22.0",
"eslint-config-standard": "^17.0.0",
@@ -72,6 +72,6 @@
"rollup-plugin-visualizer": "^5.8.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.8.3",
"vite": "^3.1.1"
"vite": "^3.2.7"
}
}