{
  "name": ".",
  "version": "0.0.1",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "watch": "ng build --watch --configuration development",
    "test": "ng test",
    "test:performance": "ng test --include=\"**/performance.spec.ts\" --watch=false",
    "build:lib": "ng build ccl-ui-components && cp .npmrc dist/ccl-ui-components/",
    "build:tokens": "node build-tokens.js",
    "build:publish": "cd dist/ccl-ui-components && npm publish && cd ../..",
    "lint": "ng lint",
    "perf:budget": "node scripts/performance-budget.js",
    "perf:analyze": "node scripts/bundle-analyzer.js",
    "perf:check": "npm run build && npm run perf:budget && npm run perf:analyze",
    "perf:test": "npm run test:performance"
  },
  "prettier": {
    "printWidth": 100,
    "singleQuote": true,
    "overrides": [
      {
        "files": "*.html",
        "options": {
          "parser": "angular"
        }
      }
    ]
  },
  "private": true,
  "dependencies": {
    "@angular/common": "^21.0.8",
    "@angular/compiler": "^21.0.8",
    "@angular/core": "^21.0.8",
    "@angular/forms": "^21.0.8",
    "@angular/platform-browser": "^21.0.8",
    "@angular/router": "^21.0.8",
    "@Crystal-Code-Labs/ccl-ui-components": "^0.0.4",
    "rxjs": "~7.8.0",
    "tslib": "^2.3.0",
    "zone.js": "^0.15.1"
  },
  "devDependencies": {
    "@angular/build": "^21.0.5",
    "@angular/cli": "^21.0.5",
    "@angular/compiler-cli": "^21.0.8",
    "@types/jasmine": "~5.1.0",
    "angular-eslint": "21.0.0",
    "eslint": "^9.35.0",
    "jasmine-core": "~5.9.0",
    "karma": "~6.4.0",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage": "~2.2.0",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "~2.1.0",
    "ng-packagr": "^21.0.1",
    "style-dictionary": "^5.0.4",
    "typescript": "~5.9.2",
    "typescript-eslint": "8.40.0"
  }
}
