{ "name": "sifa-web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "typecheck": "tsc --noEmit", "test": "vitest run", "test:e2e": "playwright test", "test:e2e:screenshots": "QA_SCREENSHOTS=1 playwright test", "test:e2e:nightly": "E2E_NIGHTLY=1 QA_SCREENSHOTS=1 playwright test", "test:e2e:update-snapshots": "playwright test --update-snapshots", "test:e2e:ui": "playwright test --ui", "format": "prettier --write .", "format:check": "prettier --check .", "prepare": "husky" }, "dependencies": { "@base-ui/react": "1.2.0", "@phosphor-icons/react": "2.1.10", "@platejs/basic-nodes": "^52.0.11", "@platejs/indent": "^52.0.11", "@platejs/link": "^52.0.11", "@platejs/list": "^52.0.11", "@platejs/markdown": "^52.3.5", "@sentry/nextjs": "10.42.0", "@tailwindcss/typography": "0.5.16", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "isomorphic-dompurify": "3.0.0", "jszip": "3.10.1", "leaflet": "1.9.4", "next": "16.1.6", "next-intl": "4.8.3", "next-sitemap": "4.2.3", "next-themes": "0.4.6", "papaparse": "5.5.3", "platejs": "^52.3.4", "react": "19.2.4", "react-activity-calendar": "2.7.12", "react-dom": "19.2.4", "react-leaflet": "5.0.0", "react-markdown": "10.1.0", "recharts": "3.8.0", "remark-gfm": "4.0.1", "shadcn": "4.0.2", "sonner": "2.0.7", "tailwind-merge": "3.5.0", "tw-animate-css": "1.4.0" }, "devDependencies": { "@axe-core/playwright": "4.11.1", "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@playwright/test": "1.58.2", "@tailwindcss/postcss": "4.2.1", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", "@types/leaflet": "1.9.21", "@types/node": "25.3.5", "@types/papaparse": "5.5.2", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "5.1.4", "@vitest/expect": "4.0.18", "dotenv": "16.6.1", "eslint": "9.39.4", "eslint-config-next": "16.1.6", "eslint-plugin-jsx-a11y": "6.10.2", "husky": "9.1.7", "jsdom": "28.1.0", "lint-staged": "16.4.0", "prettier": "3.5.3", "tailwindcss": "4.2.1", "typescript": "5.9.3", "vitest": "4.0.18", "vitest-axe": "1.0.0-pre.5" }, "lint-staged": { "*.{js,jsx,ts,tsx,json,css,md}": "prettier --write" }, "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher", "@sentry/cli", "@swc/core", "esbuild", "msw", "sharp", "unrs-resolver" ] } }