{ "name": "sellercentral", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint", "test": "vitest run", "preview": "vite preview", "cypress:run": "cypress run --headed", "cypress:open": "cypress open", "test:playwright": "playwright test --project=chromium" }, "dependencies": { "bulma": "^1.0.4", "react": "^19.2.8", "react-dom": "^19.2.8", "recharts": "^3.10.1" }, "devDependencies": { "@playwright/test": "^1.49.0", "@tailwindcss/postcss": "^4.3.3", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.2", "@types/node": "^24.13.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.4", "@vitest/ui": "^4.1.10", "aws-cdk": "^2.1140.0", "aws-cdk-lib": "^2.268.0", "constructs": "^10.8.1", "cypress": "^15.20.0", "jsdom": "^30.0.1", "oxlint": "^1.75.0", "source-map-support": "^0.5.21", "tsx": "^4.23.13", "typescript": "~6.0.2", "vite": "^8.2.0", "vitest": "^4.1.10" } }