{ "name": "imba-vite-project", "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "start": "vite", "build": "vite build", "preview": "vite preview", "test": "vitest", "test:ui": "vitest --ui" }, "devDependencies": { "@testing-library/dom": "*", "@vitest/ui": "*", "jsdom": "*", "vite": "*", "vitest": "*", "vitest-github-actions-reporter-temp": "*", "@testing-library/jest-dom": "*", "imba": "*", "vite-plugin-imba": "*" } }