mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-09 07:25:21 +02:00
add composition api
This commit is contained in:
parent
8bfee7ae2a
commit
79b3985a49
3 changed files with 8 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@adapttive/vue-markdown": "^4.0.1",
|
||||
"@vue/composition-api": "^1.0.4",
|
||||
"axios": "^0.21.1",
|
||||
"core-js": "^3.14.0",
|
||||
"fuse.js": "^6.4.6",
|
||||
|
@ -24,7 +25,6 @@
|
|||
"vuex-persistedstate": "^4.0.0-beta.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typeface-roboto": "^1.1.13",
|
||||
"@intlify/vue-i18n-loader": "^1.1.0",
|
||||
"@mdi/font": "^5.9.55",
|
||||
"@mdi/js": "^5.9.55",
|
||||
|
@ -40,6 +40,7 @@
|
|||
"preload-webpack-plugin": "^2.3.0",
|
||||
"sass": "^1.34.1",
|
||||
"sass-loader": "^8.0.2",
|
||||
"typeface-roboto": "^1.1.13",
|
||||
"vue-cli-plugin-i18n": "~1.0.1",
|
||||
"vue-cli-plugin-vuetify": "^2.4.1",
|
||||
"vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0",
|
||||
|
@ -72,4 +73,4 @@
|
|||
"last 2 versions",
|
||||
"not dead"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue