{ "name": "ffxi-item-browser", "version": "0.1.0", "private": true, "scripts": { "test": "vitest", "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.0", "@mui/material": "^5.15.0", "@tanstack/react-query": "^5.28.5", "axios": "^1.6.7", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "vitest": "^1.5.0", "@testing-library/react": "^14.1.2", "@testing-library/jest-dom": "^6.1.5", "@testing-library/user-event": "^14.4.3", "jsdom": "^23.0.0", "@types/react": "^18.2.50", "@types/react-dom": "^18.2.17", "typescript": "^5.3.3", "vite": "^5.2.0", "@vitejs/plugin-react": "^4.0.3" } }