{
  "name": "@uxland/primary-shell",
  "version": "7.45.2",
  "description": "Primaria Shell",
  "author": "UXLand <dev@uxland.es>",
  "homepage": "https://github.com/uxland/harmonix/tree/app#readme",
  "license": "UNLICENSED",
  "type": "module",
  "main": "src/index.ts",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uxland/harmonix.git"
  },
  "bugs": {
    "url": "https://github.com/uxland/harmonix/issues"
  },
  "dependencies": {
    "@uxland/harmonix": "^1.1.6",
    "@uxland/harmonix-adapters": "^1.2.2"
  },
  "devDependencies": {
    "@primaria/plugins-core": "^1.0.14",
    "@salut/design-system-salut": "../../design-system-salut-2.15.3.tgz",
    "@types/react": "^19.0.12",
    "@uxland/lit-utilities": "^1.0.0",
    "@uxland/localization": "^1.0.3",
    "@uxland/regions": "^1.0.0",
    "@uxland/utilities": "^1.0.5",
    "axios": "^1.12.2",
    "axios-mock-adapter": "^2.1.0",
    "inversify": "^6.0.2",
    "inversify-inject-decorators": "^3.1.0",
    "jwt-decode": "^4.0.0",
    "lit": "^3.1.0",
    "mediatr-ts": "^1.2.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "reflect-metadata": "^0.2.2",
    "tslib": "^2.3.0",
    "uxl-quill": "^1.0.1",
    "vite": "^7.0.0"
  },
  "scripts": {
    "serve": "vite",
    "start": "ng serve --host 0.0.0.0",
    "build": "vite build",
    "preview": "vite preview",
    "publish-rc": "npm publish --tag rc",
    "test": "vitest"
  }
}