Initialize project with version 0.1.0 and update package configurations

- Created package-lock.json for dependency management.
- Updated package.json and frontend package.json to version 0.1.0.
- Adjusted backend pyproject.toml to reflect version 0.1.0.
- Introduced uv.lock for Python dependency resolution.
This commit is contained in:
666ghj
2025-12-18 18:30:29 +08:00
parent 97a64947d4
commit 136843ada9
6 changed files with 3841 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",