Improved usability with better hints in property forms and property type selection
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"npm": "6.13.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@babel/runtime": "^7.14.8",
|
||||
"@chenfengyuan/vue-countdown": "^1.1.5",
|
||||
"@tozd/vue-observer-utils": "^0.5.0",
|
||||
"animejs": "^2.2.0",
|
||||
@@ -32,7 +32,7 @@
|
||||
"ignore-styles": "^5.0.1",
|
||||
"lodash": "^4.17.20",
|
||||
"marked": "^0.8.2",
|
||||
"meteor-node-stubs": "^1.0.3",
|
||||
"meteor-node-stubs": "^1.1.0",
|
||||
"moo": "^0.5.1",
|
||||
"nearley": "^2.19.1",
|
||||
"qrcode": "^1.4.4",
|
||||
@@ -46,13 +46,13 @@
|
||||
"vue-reactive-provide": "^0.3.0",
|
||||
"vue-router": "^3.5.2",
|
||||
"vuedraggable": "^2.23.2",
|
||||
"vuetify": "^2.5.6",
|
||||
"vuetify": "^2.5.7",
|
||||
"vuetify-upload-button": "^2.0.2",
|
||||
"vuex": "^3.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-vue": "^7.13.0",
|
||||
"eslint": "^7.31.0",
|
||||
"eslint-plugin-vue": "^7.14.0",
|
||||
"eslint-plugin-vuetify": "^1.0.1",
|
||||
"mem": "^6.1.1",
|
||||
"sass": "^1.35.2"
|
||||
@@ -88,10 +88,11 @@
|
||||
}
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018
|
||||
"ecmaVersion": 2020
|
||||
},
|
||||
"env": {
|
||||
"es6": true,
|
||||
"es2021": true,
|
||||
"es2020": true,
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"meteor": true
|
||||
|
||||
Reference in New Issue
Block a user