{ "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", "oauth-proxy": "node server/oauth-proxy.js", "dev:full": "concurrently \"npm run dev\" \"npm run oauth-proxy\"", "test": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage", "test:run": "vitest run" }, "dependencies": { "cors": "^2.8.5", "dotenv": "^16.6.1", "express": "^4.18.2", "highlight.js": "^11.11.1", "node-fetch": "^3.3.2", "vue": "^3.4.15", "vue-router": "^4.6.4", "vue-virtual-scroller": "^2.0.0-beta.8" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.3", "@vitest/coverage-v8": "^1.6.1", "@vitest/ui": "^1.6.1", "@vue/test-utils": "^2.4.6", "concurrently": "^8.2.2", "happy-dom": "^12.10.3", "jsdom": "^23.2.0", "vite": "^5.0.12", "vitest": "^1.6.1" } }