Skip to content

Commit

Permalink
feat: use vuetify3
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Oct 2, 2022
1 parent 96dbfe7 commit 65f3637
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 112 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/eslint-parser": "^7.19.1",
"@fontsource/fira-sans": "^4.5.8",
"@fontsource/overpass": "^4.5.8",
"@mdi/font": "^7.0.96",
Expand All @@ -19,27 +18,28 @@
"marked": "^4.0.16",
"ovenplayer": "^0.10.23",
"pretty-ms": "^8.0.0",
"vue": "^2.6.11",
"vue": "^3.2.40",
"vue-chat-scroll": "^1.4.0",
"vue-masonry-css": "^1.0.3",
"vue-router": "^3.5.1",
"vuetify": "^2.6.6",
"vuex": "^3.6.2"
"vue-router": "^4.1.5",
"vuetify": "^3.0.0-beta.11",
"vuex": "^4.0.2",
"webpack-plugin-vuetify": "^2.0.0-alpha.13"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.19.1",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"babel-loader": "^8.2.5",
"eslint": "^8.24.0",
"eslint-plugin-vue": "^7.14.0",
"eslint-plugin-vue": "^9.5.1",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"vue-cli-plugin-vuetify": "^2.5.0",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.3",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0"
},
Expand Down
Loading

0 comments on commit 65f3637

Please sign in to comment.