fix: include typescript in dev dependencies

This commit is contained in:
Shariq Ansari 2024-11-15 19:19:33 +05:30
parent 9f9c9db3d5
commit df6c597c0a

View File

@ -22,7 +22,6 @@
"socket.io-client": "^4.7.2",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9",
"vue": "^3.4.12",
"vue-router": "^4.2.2",
"vuedraggable": "^4.1.0"
@ -32,6 +31,7 @@
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.5",
"typescript": "^5.5.4",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.15.0"
}