refactoring with vuetify

This commit is contained in:
les
2020-07-31 01:03:19 +02:00
parent 24a99d0eb0
commit 3f49c915ab
25 changed files with 686 additions and 1071 deletions

View File

@@ -33,16 +33,14 @@
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.5.0",
"config": "^3.3.1",
"consola": "^2.13.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"date-fns": "^2.15.0",
"dayjs": "^1.8.30",
"dayjs": "^1.8.31",
"dompurify": "^2.0.11",
"element-ui": "^2.13.2",
"email-templates": "^7.1.0",
"express": "^4.17.1",
"express-oauth-server": "^2.0.0",
@@ -58,26 +56,25 @@
"moment-timezone": "^0.5.31",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nominatim-geocoder": "^0.1.4",
"nuxt": "^2.13.3",
"nuxt": "^2.14.0",
"nuxt-express-module": "^0.0.11",
"pg": "^8.3.0",
"sequelize": "^6.3.3",
"sequelize-cli": "^6.2.0",
"sharp": "^0.25.4",
"sqlite3": "^5.0.0",
"tiptap": "^1.29.1",
"tiptap-extensions": "^1.31.1",
"tiptap": "^1.29.3",
"tiptap-extensions": "^1.31.3",
"to-ico": "^1.1.5",
"url": "^0.11.0",
"v-calendar": "^1.0.8",
"vue-awesome": "^4.1.0",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.18.2",
"vue-i18n": "^8.20.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@mdi/font": "^5.4.55",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/vuetify": "^1.11.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
@@ -124,8 +121,5 @@
"repository": {
"type": "git",
"url": "https://framagit.org/les/gancio"
},
"resolutions": {
"prosemirror-model": "1.10.0"
}
}