summaryrefslogtreecommitdiffstats
path: root/webapp/package.json
diff options
context:
space:
mode:
authorUdo Walter2020-01-19 22:18:15 +0100
committerUdo Walter2020-01-19 22:18:15 +0100
commit7c273a8bcab2da87acb3431448a53e91e360d5eb (patch)
treea83294c281ae3f33ee2a59dafe4d32b23e43fe71 /webapp/package.json
parent[configloader] remove port from dynamic menu (diff)
downloadbas-7c273a8bcab2da87acb3431448a53e91e360d5eb.tar.gz
bas-7c273a8bcab2da87acb3431448a53e91e360d5eb.tar.xz
bas-7c273a8bcab2da87acb3431448a53e91e360d5eb.zip
[webapp] upgrade/migration from vuetify 1.5 to 2.X
still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
Diffstat (limited to 'webapp/package.json')
-rw-r--r--webapp/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/webapp/package.json b/webapp/package.json
index 4750d1a..05da26d 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -1,5 +1,5 @@
{
- "name": "webappnew",
+ "name": "webapp",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -17,11 +17,12 @@
"vue-router": "^3.0.3",
"vue-virtual-scroller": "^1.0.0-rc.2",
"vuedraggable": "^2.20.0",
- "vuetify": "^1.5.11",
+ "vuetify": "^2.2.4",
"vuex": "^3.1.0"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.3.0",
+ "@mdi/font": "^4.8.95",
"@vue/cli-plugin-babel": "^3.5.5",
"@vue/cli-plugin-eslint": "^3.5.1",
"@vue/cli-service": "^3.5.3",
@@ -29,6 +30,7 @@
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
+ "sass": "^1.25.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {