{ "name": "azure-image-chooser-frontend", "version": "1.0.0", "author": "Sławomir Koszewski", "license": "MIT", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -p tsconfig.json && vite build", "preview": "vite preview", "test": "vitest run" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^9.0.0", "@mui/material": "^9.0.0", "@mui/x-data-grid": "^9.0.2", "@tanstack/react-query": "^5.99.2", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "jsdom": "^27.0.1", "typescript": "^6.0.3", "vite": "^8.0.8", "vitest": "^3.2.4" } }