{
  "name": "@vimersvn/vex-template",
  "version": "1.0.0",
  "description": "Vimers Vex template — Angular app shell (layouts, sidenav, page-layout, providers, services) shared across CXM, Portal, Loyalty, DMS.",
  "author": "Vimers Team",
  "license": "UNLICENSED",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vimersvn/design-system.git",
    "directory": "packages/vex-template"
  },
  "main": "./dist/fesm2022/vimersvn-vex-template.mjs",
  "module": "./dist/fesm2022/vimersvn-vex-template.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "pnpm run build:lib && pnpm run build:assets",
    "prepack": "pnpm run build",
    "build:lib": "ng-packagr -p ng-package.json -c tsconfig.lib.json",
    "build:assets": "node scripts/postbuild.cjs",
    "typecheck": "tsc -p tsconfig.lib.json --noEmit",
    "lint": "eslint \"src/**/*.{ts,html}\" --max-warnings=0",
    "test": "echo \"No tests yet\" && exit 0",
    "test:coverage": "echo \"No tests yet\" && exit 0"
  },
  "peerDependencies": {
    "@angular/animations": ">=17.0.0",
    "@angular/cdk": ">=17.0.0",
    "@angular/common": ">=17.0.0",
    "@angular/core": ">=17.0.0",
    "@angular/forms": ">=17.0.0",
    "@angular/material": ">=17.0.0",
    "@angular/platform-browser": ">=17.0.0",
    "@angular/router": ">=17.0.0",
    "@ngx-loading-bar/core": ">=6.0.0",
    "@ngx-loading-bar/router": ">=6.0.0",
    "@vimersvn/design-tokens": "^1.0.0",
    "@vimersvn/vex-theme": "^1.0.0",
    "apexcharts": ">=3.44.0",
    "chroma-js": ">=2.4.0",
    "highlight.js": ">=11.9.0",
    "luxon": ">=3.4.0",
    "rxjs": ">=7.4.0",
    "showdown": ">=2.1.0",
    "simplebar": ">=6.2.0",
    "tailwindcss": ">=3.3.0"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@angular/animations": "17.3.12",
    "@angular/cdk": "17.3.10",
    "@angular/common": "17.3.12",
    "@angular/compiler": "17.3.12",
    "@angular/compiler-cli": "17.3.12",
    "@angular/core": "17.3.12",
    "@angular/forms": "17.3.12",
    "@angular/material": "17.3.10",
    "@angular/platform-browser": "17.3.12",
    "@angular/platform-browser-dynamic": "17.3.12",
    "@angular/router": "17.3.12",
    "@ngx-loading-bar/core": "^6.0.2",
    "@ngx-loading-bar/router": "^6.0.2",
    "@types/chroma-js": "^2.4.1",
    "@types/luxon": "^3.2.0",
    "@types/showdown": "^1.9.4",
    "apexcharts": "^3.44.0",
    "chroma-js": "^2.4.2",
    "highlight.js": "^11.9.0",
    "luxon": "^3.4.3",
    "ng-packagr": "^17.3.0",
    "rxjs": "^7.4.0",
    "showdown": "^2.1.0",
    "simplebar": "^6.2.5",
    "tailwindcss": "^3.4.17",
    "typescript": "~5.4.5",
    "zone.js": "~0.14.10"
  }
}
