mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 3.9.3 to 3.9.6. - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.9.6/packages/vuetify) --- updated-dependencies: - dependency-name: vuetify dependency-version: 3.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "vue3",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --emptyOutDir",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@types/luxon": "^3.7.1",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"@vueform/multiselect": "^2.6.11",
|
|
"@vueuse/core": "^13.6.0",
|
|
"@vueuse/router": "^13.6.0",
|
|
"luxon": "^3.7.1",
|
|
"mavon-editor": "^3.0.1",
|
|
"pinia": "^3.0.2",
|
|
"vue": "^3.5.13",
|
|
"vue-draggable-plus": "^0.6.0",
|
|
"vue-i18n": "^11.1.10",
|
|
"vue-router": "^4.5.0",
|
|
"vue-simple-calendar": "7.1.0",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuetify": "^3.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@tsconfig/node22": "^22.0.1",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "^24.0.8",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"esbuild-register": "^3.6.0",
|
|
"jsdom": "^26.1.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "6.3.5",
|
|
"vite-plugin-pwa": "^1.0.2",
|
|
"vite-plugin-vuetify": "^2.1.1",
|
|
"vue-tsc": "^2.2.8",
|
|
"workbox-background-sync": "^7.3.0",
|
|
"workbox-build": "^7.3.0",
|
|
"workbox-core": "^7.3.0",
|
|
"workbox-expiration": "^7.3.0",
|
|
"workbox-navigation-preload": "^7.3.0",
|
|
"workbox-precaching": "^7.3.0",
|
|
"workbox-routing": "^7.3.0",
|
|
"workbox-strategies": "^7.3.0",
|
|
"workbox-window": "^7.3.0"
|
|
}
|
|
}
|