docs: update package.json
- Maintain package.json consistency
This commit is contained in:
parent
40b0e0153f
commit
13627a382c
|
|
@ -7,7 +7,8 @@
|
|||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"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": {
|
||||
"@headlessui/react": "^1.7.17",
|
||||
|
|
|
|||
Loading…
Reference in New Issue