{
  "name": "@openmrs/esm-form-builder-app",
  "version": "3.4.1",
  "license": "MPL-2.0",
  "description": "Form Builder for O3",
  "browser": "dist/openmrs-esm-form-builder-app.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "start": "openmrs develop",
    "serve": "webpack serve --mode=development",
    "build": "webpack --mode production",
    "analyze": "webpack --mode=production --env.analyze=true",
    "lint": "eslint src --ext js,jsx,ts,tsx --max-warnings=0",
    "typescript": "tsc",
    "test": "jest --config jest.config.js --color",
    "test:watch": "jest --config jest.config.js --watch --color",
    "test-e2e": "playwright test",
    "verify": "turbo run lint typescript coverage --color",
    "coverage": "yarn test --coverage --passWithNoTests",
    "postinstall": "husky install",
    "extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.modal.tsx' --config ./tools/i18next-parser.config.js",
    "ci:bump-form-engine-lib": "yarn up @openmrs/esm-form-engine-lib@latest"
  },
  "files": [
    "dist",
    "src"
  ],
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "openmrs",
    "microfrontends",
    "form builder"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openmrs/openmrs-esm-form-builder.git"
  },
  "homepage": "https://github.com/openmrs/openmrs-esm-form-builder#readme",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/openmrs/openmrs-esm-form-builder/issues"
  },
  "dependencies": {
    "@carbon/react": "^1.83.0",
    "@openmrs/esm-form-engine-lib": "next",
    "ajv": "^8.17.1",
    "dotenv": "^16.4.5",
    "file-loader": "^6.2.0",
    "fuzzy": "^0.1.3",
    "lodash-es": "^4.17.21",
    "react-ace": "^11.0.1",
    "react-markdown": "^9.0.1",
    "react-mde": "^11.5.0",
    "sass": "^1.67.0"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "*",
    "react": "18.x",
    "react-dom": "18.x",
    "react-i18next": "16.x",
    "rxjs": "6.x"
  },
  "devDependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/modifiers": "^6.0.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@openmrs/esm-framework": "next",
    "@openmrs/esm-styleguide": "next",
    "@playwright/test": "^1.50.1",
    "@swc/cli": "^0.1.65",
    "@swc/core": "^1.5.7",
    "@swc/jest": "^0.2.36",
    "@testing-library/dom": "^9.3.4",
    "@testing-library/jest-dom": "^6.4.8",
    "@testing-library/react": "^14.3.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.3.2",
    "@types/react-dom": "^18.3.0",
    "@types/webpack-env": "^1.18.5",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "css-loader": "^6.11.0",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest-dom": "^5.4.0",
    "eslint-plugin-playwright": "^0.16.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-testing-library": "^6.2.2",
    "husky": "^8.0.3",
    "i18next": "^25.0.0",
    "i18next-parser": "^9.3.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^14.0.1",
    "openmrs": "next",
    "prettier": "^3.3.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-error-boundary": "^4.0.13",
    "react-i18next": "^16.0.0",
    "rxjs": "^6.6.7",
    "swc-loader": "^0.2.6",
    "turbo": "^2.5.2",
    "typescript": "^5.0.0",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1"
  },
  "lint-staged": {
    "*.{ts,tsx}": "eslint --cache --fix --max-warnings 0",
    "*.{css,scss,ts,tsx}": "prettier --write --list-different"
  },
  "packageManager": "yarn@4.10.3"
}