gov-gui
Version: 
Gov UI Component Library Demo ready Build
84 lines (83 loc) • 2.32 kB
JSON
{
  "name": "gov-gui",
  "version": "0.3.6",
  "description": "Gov UI Component Library Demo ready Build",
  "author": "PCG software <info@pcgsoftware.co> (https://1gov.gov.bw)",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/gov-gui/gov-gui.esm.js",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": "./dist/gov-gui/gov-gui.esm.js",
      "require": "./dist/gov-gui/gov-gui.cjs.js"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs.js",
      "types": "./loader/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "loader/",
    "angular/",
    "react/",
    "vue/"
  ],
  "scripts": {
    "build": "stencil build --docs --watch",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^3.2.5",
    "@stencil/core": "^4.25.1",
    "@storybook/addon-essentials": "^8.6.4",
    "@storybook/addon-links": "^8.6.4",
    "@storybook/blocks": "^8.6.4",
    "@storybook/test": "^8.6.4",
    "@storybook/web-components": "^8.6.4",
    "@storybook/web-components-vite": "^8.6.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^16.18.11",
    "@types/react": "^19.0.10",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "lit": "^3.2.0",
    "puppeteer": "^21.9.0",
    "storybook": "^8.6.4",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "typescript": "^5.7.3"
  },
  "license": "MIT",
  "dependencies": {
    "@stencil/angular-output-target": "^0.9.0",
    "@stencil/react-output-target": "^0.7.4",
    "@stencil/vue-output-target": "^0.8.9",
    "chart.js": "^4.4.5",
    "lit-html": "^3.2.0",
    "reusify": "^1.0.4"
  },
  "stencil": {
    "namespace": "gov-gui"
  },
  "keywords": [
    "gui",
    "web components",
    "ui library",
    "gov",
    "botswana",
    "1gov"
  ]
}