Skip to content

Commit

Permalink
Remove Vite and Vue dependencies, delete env typings for Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Aug 28, 2024
1 parent 8d89891 commit 412e607
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.14.6",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
Expand All @@ -68,10 +67,7 @@
"rimraf": "^4.2.0",
"sass": "^1.60.0",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5",
"vite": "^4.1.4",
"vite-plugin-pwa": "^0.14.4",
"vue-tsc": "^1.2.0"
"typescript": "4.9.5"
},
"lint-staged": {
"*.{ts,tsx,vue}": [
Expand Down
6 changes: 0 additions & 6 deletions web/src/typings/env.d.ts

This file was deleted.

0 comments on commit 412e607

Please sign in to comment.