{
  "name": "@kaoto-next/ui",
  "version": "2.0.0-TP3",
  "type": "module",
  "description": "Kaoto UI",
  "repository": "https://github.com/KaotoIO/kaoto-next",
  "repositoryDirectory": "packages/ui",
  "author": "The Kaoto Team",
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache License v2.0",
  "types": "./lib/esm/public-api.d.ts",
  "module": "./lib/esm/public-api.js",
  "main": "./lib/cjs/public-api.js",
  "exports": {
    ".": {
      "import": "./lib/esm/public-api.js",
      "require": "./lib/cjs/public-api.js"
    },
    "./testing": {
      "import": "./lib/esm/testing-api.js",
      "require": "./lib/cjs/testing-api.js"
    }
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "vite",
    "build": "tsc && vite build --config vite.config.js",
    "build:lib": "yarn rimraf ./lib && yarn copy-catalog && yarn build:esm && yarn build:cjs && yarn write-version",
    "build:esm": "tsc --project tsconfig.esm.json && copyfiles -u 1 './src/**/*.scss' './src/assets/**' ./lib/esm",
    "build:cjs": "tsc --project tsconfig.cjs.json && copyfiles -u 1 './src/**/*.scss' './src/assets/**' ./lib/cjs",
    "write-version": "node ./scripts/write-version-file.js",
    "copy-catalog": "node ./scripts/copy-camel-catalog-files.js ./lib/camel-catalog",
    "preview": "vite preview",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "yarn eslint \"src/**/*.{ts,tsx}\"",
    "lint:fix": "yarn lint:code --fix",
    "lint:style": "yarn stylelint \"src/**/*.{css,scss}\"",
    "lint:style:fix": "yarn lint:style --fix"
  },
  "dependencies": {
    "@kaoto-next/uniforms-patternfly": "^0.6.8",
    "@kie-tools-core/editor": "0.32.0",
    "@kie-tools-core/notifications": "0.32.0",
    "@patternfly/patternfly": "5.2.1",
    "@patternfly/react-code-editor": "5.1.0",
    "@patternfly/react-core": "5.2.2",
    "@patternfly/react-icons": "5.2.1",
    "@patternfly/react-table": "5.2.2",
    "@patternfly/react-topology": "5.2.1",
    "@types/uuid": "^9.0.2",
    "ajv": "^8.12.0",
    "ajv-draft-04": "^1.0.0",
    "ajv-formats": "^2.1.1",
    "clsx": "^2.1.0",
    "html-to-image": "^1.11.11",
    "lodash.clonedeep": "^4.5.0",
    "lodash.get": "^4.4.2",
    "lodash.isempty": "^4.4.0",
    "lodash.memoize": "^4.1.2",
    "lodash.set": "^4.3.2",
    "monaco-editor": "^0.45.0",
    "monaco-yaml": "^5.1.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-monaco-editor": "^0.55.0",
    "react-router-dom": "^6.14.1",
    "simple-zustand-devtools": "^1.1.0",
    "uniforms": "4.0.0-alpha.5",
    "uniforms-bridge-json-schema": "4.0.0-alpha.5",
    "usehooks-ts": "^2.15.1",
    "uuid": "^9.0.0",
    "yaml": "^2.3.2",
    "zustand": "^4.3.9"
  },
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@babel/preset-env": "^7.21.5",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.5",
    "@kaoto-next/camel-catalog": "2.0.0-TP3",
    "@testing-library/dom": "^9.3.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^29.4.0",
    "@types/json-schema": "^7.0.15",
    "@types/lodash.clonedeep": "^4.5.7",
    "@types/lodash.get": "^4.4.2",
    "@types/lodash.isempty": "^4.4.9",
    "@types/lodash.memoize": "^4.1.9",
    "@types/lodash.set": "^4.3.7",
    "@types/node": "^20.0.0",
    "@types/react": "^18.2.25",
    "@types/react-dom": "^18.2.10",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "@vitejs/plugin-react": "^4.0.3",
    "babel-jest": "^29.4.2",
    "copyfiles": "^2.4.1",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "jest": "^29.4.2",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-jsdom": "^29.4.2",
    "prettier": "^3.0.0",
    "react-test-renderer": "^18.2.0",
    "rimraf": "^5.0.5",
    "sass": "^1.63.6",
    "simple-git": "^3.22.0",
    "stylelint": "^16.1.0",
    "stylelint-config-standard-scss": "^13.0.0",
    "stylelint-prettier": "^5.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.4.2",
    "vite": "^4.4.5",
    "vite-plugin-dts": "^3.5.1",
    "vite-plugin-static-copy": "^1.0.0"
  },
  "gitHead": "121cafed87c59a9fb1867a40312cd5ebef34ea6f"
}
