{
  "name": "portalcash-shared",
  "version": "1.3.96",
  "description": "Librería compartida de componentes Vue.js para PortalCash - Componentes UI, stores Pinia, servicios y utilidades reutilizables",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "sideEffects": [
    "**/*.css"
  ],
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "PUBLISHING.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./style.css": "./dist/style.css"
  },
  "keywords": [
    "vue",
    "vue3",
    "typescript",
    "components",
    "ui",
    "portalcash",
    "pinia",
    "primevue",
    "shared-library"
  ],
  "author": "PortalCash Development Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jspersonal/libreria-portalcash-shared.git"
  },
  "homepage": "https://github.com/jspersonal/libreria-portalcash-shared#readme",
  "bugs": {
    "url": "https://github.com/jspersonal/libreria-portalcash-shared/issues"
  },
  "scripts": {
    "build": "run-p type-check \"build-lib {@}\" --",
    "build-lib": "vite build",
    "build-dev": "vite build --mode development",
    "test:unit": "vitest --run --passWithNoTests",
    "test:watch": "vitest",
    "dev": "vite --port 8080",
    "format": "prettier --write src/",
    "preview": "vite preview",
    "type-check": "vue-tsc --build --declaration",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "publish:npm": "./publish.sh",
    "publish:github": "./publish-github.sh",
    "publish:gitea": "./publish-gitea.sh",
    "publish:local": "npm pack && echo 'Paquete creado localmente'"
  },
  "dependencies": {
    "@primeuix/themes": "^2.0.3",
    "@tailwindcss/vite": "^4.1.18",
    "axios": "^1.13.5",
    "class-transformer": "^0.5.1",
    "pinia-plugin-persistedstate": "^4.7.1",
    "single-spa": "^6.0.3",
    "vite-plugin-compression": "^0.5.1"
  },
  "peerDependencies": {
    "vue": "^3.5.0",
    "pinia": "^3.0.0",
    "primevue": "^4.3.0",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
    "@amcharts/amcharts5": "^5.15.5",
    "@azure/msal-browser": "^5.1.0",
    "vue-easy-lightbox": "^1.19.0",
    "@fortawesome/fontawesome-svg-core": "^6.7.0",
    "@fortawesome/free-brands-svg-icons": "^6.7.0",
    "@fortawesome/free-regular-svg-icons": "^6.7.0",
    "@fortawesome/free-solid-svg-icons": "^6.7.0",
    "@fortawesome/vue-fontawesome": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "xlsx": {
      "optional": true
    },
    "@azure/msal-browser": {
      "optional": true
    },
    "@fortawesome/fontawesome-svg-core": {
      "optional": true
    },
    "@fortawesome/free-brands-svg-icons": {
      "optional": true
    },
    "@fortawesome/free-regular-svg-icons": {
      "optional": true
    },
    "@fortawesome/free-solid-svg-icons": {
      "optional": true
    },
    "@fortawesome/vue-fontawesome": {
      "optional": true
    }
  },
  "devDependencies": {
    "@fortawesome/fontawesome-svg-core": "^7.2.0",
    "@fortawesome/free-brands-svg-icons": "^7.2.0",
    "@fortawesome/free-regular-svg-icons": "^7.2.0",
    "@fortawesome/free-solid-svg-icons": "^7.2.0",
    "@fortawesome/vue-fontawesome": "^3.1.3",
    "@primevue/auto-import-resolver": "^4.5.4",
    "@primevue/themes": "4.5.4",
    "@amcharts/amcharts5": "^5.15.6",
    "@azure/msal-browser": "^5.2.0",
    "@types/node": "^25.2.3",
    "@vitejs/plugin-vue": "^6.0.4",
    "jsdom": "^28.1.0",
    "npm-run-all2": "^8.0.4",
    "pinia": "^3.0.4",
    "prettier": "3.8.1",
    "primevue": "^4.5.4",
    "storybook": "10.2.8",
    "tailwindcss": "^4.1.18",
    "terser": "^5.46.0",
    "typescript": "~5.9.3",
    "unplugin-auto-import": "^21.0.0",
    "unplugin-vue-components": "^31.0.0",
    "vite": "^7.3.1",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.0.18",
    "vue": "^3.5.28",
    "vue-easy-lightbox": "^1.19.0",
    "vue-tsc": "^3.2.4",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
  },
  "type": "module"
}
