{ "name": "tradein-mvp-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "check:mera-public-isolation": "node scripts/check-mera-public-isolation.mjs" }, "dependencies": { "@tanstack/react-query": "^5.50.0", "next": "^15.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "recharts": "^2.15.4" }, "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@types/node": "^22.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@eslint/eslintrc": "^3.0.0", "@vitejs/plugin-react": "^5.2.0", "eslint": "^9.0.0", "eslint-config-next": "^15.0.0", "jsdom": "^25.0.1", "typescript": "^5.9.3", "vitest": "^3.2.7" } }