mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
51 lines
1.3 KiB
JSON
51 lines
1.3 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.6.2",
|
|
"@vueform/multiselect": "^2.6.11",
|
|
"@vueuse/core": "^13.1.0",
|
|
"@vueuse/router": "^13.1.0",
|
|
"luxon": "^3.6.1",
|
|
"mavon-editor": "^3.0.1",
|
|
"pinia": "^3.0.2",
|
|
"vue": "^3.5.13",
|
|
"vue-draggable-plus": "^0.6.0",
|
|
"vue-i18n": "^11.1.3",
|
|
"vue-router": "^4.5.0",
|
|
"vue-simple-calendar": "7.1.0",
|
|
"vuedraggable": "^4.1.0",
|
|
"@types/sortablejs": "^1.15.8",
|
|
"vuetify": "^3.8.12"
|
|
},
|
|
"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": "^5.2.3",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"jsdom": "^26.1.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "6.3.5",
|
|
"vite-plugin-pwa": "^1.0.0",
|
|
"workbox-build": "^7.3.0",
|
|
"workbox-window": "^7.3.0",
|
|
"workbox-background-sync": "^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",
|
|
"vite-plugin-vuetify": "^2.1.1",
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|