feat: initial import (exclude templates and runtime temp files)

This commit is contained in:
237899745
2026-02-27 15:21:15 +08:00
commit 0951732c7a
33 changed files with 11698 additions and 0 deletions

16
app/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "xibao-web",
"private": true,
"version": "1.0.0",
"description": "Xibao web tooling scripts",
"scripts": {
"lint": "node --check static/app.js && node --check static/js/core/state.js && node --check static/js/main.js",
"test": "python3 -m unittest discover -s tests -v",
"smoke": "bash scripts/smoke_api.sh",
"sync:vue": "bash scripts/sync_vue_vendor.sh"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"vue": "3.5.29"
}
}