{ "name": "nexarch-mail-search", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "vitest run" }, "dependencies": { "@nexarch/shl": "file:../shl", "next": "14.2.35", "react": "18.3.1", "react-dom": "18.3.1" }, "devDependencies": { "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "16.0.0", "@types/node": "20.14.9", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "jsdom": "24.1.0", "typescript": "5.5.3", "vitest": "2.0.5" } }