{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "webapp-base",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build",
    "export": "next build && next export",
    "start": "next start",
    "lint": "next lint",
    "lint:prod": "next lint --ignore-path .eslintignore-tests",
    "lint:tests": "next lint '**/tests/**' '**/*.test.{ts,tsx}' '**/*.spec.{ts,tsx}'",
    "sass": "sass --watch src/ui/styles/sass/main.scss:src/ui/styles/main.css --load-path=node_modules --quiet",
    "copy-bootstrap-icons": "node scripts/copy-bootstrap-icons.js",
    "postinstall": "npm run copy-bootstrap-icons",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest watch",
    "test:integration": "vitest run --testNamePattern=\"API Integration Tests\" --testTimeout=10000",
    "test:unit": "vitest run --testNamePattern=\"^(?!.*API Integration Tests).*\"",
    "validate:module": "node scripts/validate-module-exports.js",
    "test:e2e": "playwright test",
    "test:e2e:headed": "playwright test --headed",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:report": "playwright show-report",
    "test:e2e:debug": "playwright test --debug"
  },
  "dependencies": {
    "@hookform/resolvers": "^5.1.1",
    "@tanstack/react-virtual": "^3.13.12",
    "@types/nprogress": "^0.2.3",
    "axios": "1.10.0",
    "bootstrap": "5.3.7",
    "bootstrap-icons": "1.13.1",
    "clsx": "2.1.1",
    "date-fns": "4.1.0",
    "framer-motion": "12.19.1",
    "grapesjs": "0.22.8",
    "grapesjs-blocks-basic": "^1.0.2",
    "grapesjs-preset-newsletter": "^1.0.2",
    "grapesjs-preset-webpage": "^1.0.3",
    "lucide-react": "0.523.0",
    "next": "15.3.4",
    "nprogress": "^0.2.0",
    "react": "19.1.0",
    "react-bootstrap": "2.10.10",
    "react-dom": "19.1.0",
    "react-hook-form": "7.58.1",
    "shadcn-ui": "0.9.5",
    "swr": "2.3.3",
    "zod": "^3.25.67",
    "zustand": "5.0.6"
  },
  "devDependencies": {
    "@eslint/eslintrc": "3",
    "@playwright/test": "^1.57.0",
    "@testing-library/jest-dom": "^6.7.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/node": "20",
    "@types/react": "19",
    "@types/react-dom": "19",
    "@vitejs/plugin-react": "^5.0.0",
    "@vitest/coverage-v8": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "eslint": "9",
    "eslint-config-next": "15.3.4",
    "happy-dom": "^18.0.1",
    "jsdom": "^26.1.0",
    "msw": "^2.10.5",
    "sass": "1.89.2",
    "typescript": "5",
    "vitest": "^3.2.4"
  }
}
