mirror of
https://github.com/Dichgrem/Vue.git
synced 2025-12-16 13:41:59 -05:00
22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"name": "todos",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^3.0.4",
|
|
"sortablejs": "^1.15.6",
|
|
"vue": "^3.5.24"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"vite": "^7.2.2",
|
|
"vite-plugin-vue-devtools": "^8.0.5"
|
|
}
|
|
}
|