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,12 +1,12 @@
{
"name": "frontend",
"version": "0.0.0",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "frontend",
"version": "0.0.0",
"version": "0.1.0",
"dependencies": {
"axios": "^1.13.2",
"d3": "^7.9.0",

View File

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