Merge branch 'dev' into feat/themes-languages
This commit is contained in:
commit
564c1fc857
49 changed files with 793 additions and 12067 deletions
|
@ -8,6 +8,7 @@
|
|||
"build": "npm run build --ws",
|
||||
"format": "npm run format --ws",
|
||||
"format-check": "npm run format-check --ws",
|
||||
"generate-docs": "python3 -m venv .venv && source .venv/bin/activate && pip install -r docs/requirements.txt && python docs/architecture/schema.py",
|
||||
"lint": "npm run lint --ws",
|
||||
"test:unit": "npm run test:unit --ws"
|
||||
},
|
||||
|
@ -37,5 +38,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/js-yaml": "^4.0.9"
|
||||
"vue-i18n": "^10.0.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue