feat: initial import (exclude templates and runtime temp files)
This commit is contained in:
16
app/package.json
Normal file
16
app/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user