mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
27 lines
538 B
JSON
27 lines
538 B
JSON
{
|
|
"name": "vue3",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.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",
|
|
"vue-tsc": "^1.8.27"
|
|
}
|
|
}
|