docs: update package.json

- Maintain package.json consistency
This commit is contained in:
hosseintaromi 2025-07-18 14:03:18 +03:30
parent 40b0e0153f
commit 13627a382c
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"dev": "vite", "dev": "vite",
"build": "tsc && vite build", "build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview" "preview": "vite preview",
"swagger": "python3 -m http.server 8000 && open http://localhost:8000/swagger-ui.html"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^1.7.17", "@headlessui/react": "^1.7.17",