{
  "name": "@migov/digital-guidelines-core",
  "version": "5.4.0",
  "description": "State of Michigan Digital Guidelines Component Library",
  "license": "SEE LICENSE IN LICENSE",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/digital-guidelines-core/digital-guidelines-core.esm.js",
  "files": [
    "dist/",
    "components/",
    "hydrate/",
    "loader/",
    "src/sass/",
    "docs/",
    "src/icons/icons.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "docs.data": "stencil build --docs-json docs/docs.json",
    "prebuild": "node ./scripts/optimize.js",
    "build": "stencil build --docs-json docs/docs.json",
    "prestart": "node ./scripts/optimize.js",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "copy-fonts": "node scripts/copy-fonts.js",
    "generate-icons": "node scripts/generateIcons.js"
  },
  "dependencies": {
    "@stencil/core": "4.41.0"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@stencil/angular-output-target": "^0.9.0",
    "@stencil/react-output-target": "^0.7.4",
    "@stencil/sass": "^3.0.4",
    "babel-loader": "^8.2.2",
    "case": "^1.6.3",
    "fs-extra": "^9.1.0",
    "i": "^0.3.7",
    "lit-html": "^1.4.1",
    "npm": "^10.8.2",
    "npm-run-all": "^4.1.5",
    "svgo": "^2.7.0",
    "workbox-build": "^4.3.1",
    "xml2js": "^0.6.2"
  }
}
