🎨 Update project configuration and structure for improved organization

This commit is contained in:
2026-01-28 04:37:19 +00:00
parent 1beba26249
commit 48cd7bff15
4 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "pokedex-online",
"version": "1.0.0",
"type": "module",
"description": "A modern Vue 3 web application for exploring Pokémon data",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.0.12"
}
}