mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
31 lines
651 B
JSON
31 lines
651 B
JSON
{
|
|
"name": "vue3",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.2.96",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "4",
|
|
"vuetify": "^3.3.15"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node18": "^18.2.0",
|
|
"@types/jsdom": "^21.1.1",
|
|
"@types/node": "^18.17.5",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"jsdom": "^22.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.1.0",
|
|
"vite-plugin-vuetify": "^2.0.1",
|
|
"vue-tsc": "^1.8.27"
|
|
}
|
|
}
|