{
  "name": "@riverty/web-components",
  "version": "6.6.0",
  "description": "Riverty Design System: Web Components",
  "homepage": "https://designsystem.riverty.com/",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "files": [
    "dist/",
    "loader/",
    "README.md",
    "CHANGELOG.md",
    "custom-elements.json"
  ],
  "scripts": {
    "build": "npm-run-all prebuild build:*",
    "prebuild": "npm-run-all prebuild:*",
    "prebuild:icons": "node ../../bin/generate-icons-ts.js",
    "prebuild:illustrations": "node ../../bin/generate-illustrations-ts.js",
    "build:sass": "sass --no-source-map --update ./src/components",
    "build:stencil": "stencil build",
    "watch:sass": "sass --no-source-map --update --watch ./src/components",
    "watch:stencil": "stencil build --watch",
    "develop": "npm-run-all --parallel watch:*",
    "start": "npm-run-all --parallel watch:sass start:stencil",
    "start:stencil": "stencil build --watch --serve",
    "start:stencil:dev": "stencil build --dev --watch --serve",
    "test": "stencil test --spec",
    "test:spec": "stencil test --spec",
    "generate": "stencil generate",
    "clean": "rm -rf dist; rm -rf loader",
    "prepublishOnly": "npm run build",
    "check:version": "node ../../bin/check-versions.js"
  },
  "dependencies": {
    "@stencil/core": "^4.36.3",
    "dayjs": "^1.11.18",
    "phone": "^3.1.67",
    "style-observer": "^0.1.1"
  },
  "devDependencies": {
    "@stencil-community/eslint-plugin": "^0.10.0",
    "@types/jest": "^29.5.14",
    "eslint": "^9.35.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "sass": "^1.92.1"
  },
  "license": "UNLICENSED",
  "html.customData": "custom-elements.json",
  "nx": {
    "implicitDependencies": [
      "@riverty/design-tokens"
    ],
    "targets": {
      "build": {
        "inputs": [
          "default"
        ],
        "dependsOn": [],
        "outputs": [
          "{projectRoot}/dist",
          "{projectRoot}/loader",
          "{projectRoot}/src/components.d.ts",
          "{projectRoot}/custom-elements.json"
        ]
      },
      "test": {
        "dependsOn": [
          {
            "projects": "dependencies",
            "target": "build"
          },
          "build:sass"
        ]
      }
    }
  }
}
