storipress/karbon

View on GitHub
packages/karbon/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@storipress/karbon",
  "version": "0.1.127",
  "license": "MIT",
  "repository": "git@github.com:storipress/karbon.git",
  "bugs": {
    "url": "https://github.com/storipress/karbon"
  },
  "exports": {
    ".": {
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    },
    "./route-helper": {
      "types": "./dist/route-helper.d.ts",
      "import": "./dist/route-helper.mjs"
    },
    "./internal": {
      "types": "./dist/internal.d.ts",
      "import": "./dist/internal.mjs"
    },
    "./helper": {
      "types": "./dist/helper.d.ts",
      "import": "./dist/helper.mjs"
    },
    "./runtime/": {
      "import": "./dist/runtime/"
    }
  },
  "main": "./dist/module.mjs",
  "types": "./dist/types.d.ts",
  "bin": "./bin/karbon.mjs",
  "files": [
    "bin",
    "dist"
  ],
  "engines": {
    "node": ">=16.7.0"
  },
  "scripts": {
    "build": "moon run build",
    "lint": "moon run lint",
    "test": "moon run test",
    "release": "moon run release",
    "prepack": "yarn build"
  },
  "dependencies": {
    "@apollo/client": "^3.10.5",
    "@babel/runtime": "^7.24.7",
    "@iframely/embed.js": "^1.10.3",
    "@nuxt/devalue": "^2.0.2",
    "@nuxt/image": "^1.0.0-rc.1",
    "@nuxt/kit": "~3.7.3",
    "@nuxt/schema": "~3.7.3",
    "@nuxtjs/html-validator": "^1.5.1",
    "@sentry/node": "^7.117.0",
    "@sentry/tracing": "^7.117.0",
    "@storipress/builder-component": "^1.4.3",
    "@storipress/code-highlight": "^0.0.3",
    "@storipress/custom-field": "^1.1.7",
    "@storipress/jose-browser": "^1.1.5",
    "@storipress/karbon-utils": "workspace:^",
    "@storipress/typesense-xior": "workspace:*",
    "@storipress/vue-advertising": "^1.1.0",
    "@vueuse/core": "^10.1.2",
    "@vueuse/math": "^10.1.2",
    "@vueuse/nuxt": "^10.1.2",
    "@zhead/schema": "^1.1.0",
    "chalk": "^5.3.0",
    "cross-fetch": "^4.0.0",
    "defu": "^6.1.4",
    "destr": "^2.0.3",
    "events": "^3.3.0",
    "execa": "^8.0.1",
    "fast-deep-equal": "^3.1.3",
    "fast-xml-parser": "^4.4.0",
    "feed": "^4.2.2",
    "file-type": "^19.0.0",
    "find-cache-dir": "^5.0.0",
    "fs-extra": "^11.2.0",
    "graphql": "^16.8.1",
    "graphql-tag": "^2.12.6",
    "hookable": "^5.5.3",
    "js-yaml": "^4.1.0",
    "jszip": "^3.10.1",
    "knitwork": "^1.1.0",
    "lodash.truncate": "^4.4.2",
    "minimist": "^1.2.8",
    "node-fetch-native": "^1.6.4",
    "node-html-parser": "^6.1.13",
    "nuxt-link-checker": "^2.1.10",
    "nuxt-schema-org": "^2.2.0",
    "nuxt-simple-robots": "^3.1.2",
    "nuxt-simple-sitemap": "3.0.13",
    "ohash": "^1.1.3",
    "ora": "^8.0.1",
    "p-defer": "^4.0.1",
    "parse5": "^7.1.2",
    "pathe": "^1.1.2",
    "pretty-bytes": "^6.1.1",
    "prismjs": "^1.29.0",
    "remeda": "^1.61.0",
    "sass": "^1.77.5",
    "scule": "^1.3.0",
    "serialize-javascript": "^6.0.2",
    "tailwindcss": "^3.4.4",
    "tempy": "^3.1.0",
    "tiny-invariant": "^1.3.3",
    "ts-pattern": "^5.2.0",
    "type-fest": "^4.20.0",
    "typesense-instantsearch-adapter": "^2.8.0",
    "unbuild": "^2.0.0",
    "unenv": "^1.9.0",
    "unplugin-auto-import": "^0.17.6",
    "unplugin-vue-components": "^0.26.0",
    "unstorage": "^1.10.2",
    "uuid": "^9.0.1",
    "vite": "^5.3.1",
    "vite-plugin-css-injected-by-js": "^3.5.1",
    "vite-tsconfig-paths": "^4.3.2",
    "vue": "^3.4.28",
    "vue-instantsearch": "^4.15.0",
    "vue-router": "^4.3.3",
    "vue3-lazy-hydration": "^1.2.1",
    "zod": "^3.23.8",
    "zod-validation-error": "^3.3.0"
  },
  "devDependencies": {
    "@nuxt/kit": "3.7.3",
    "@nuxt/module-builder": "0.5.2",
    "@nuxt/test-utils": "3.9.0",
    "@nuxtjs/tailwindcss": "6.8.0",
    "@types/fs-extra": "11.0.4",
    "@types/js-yaml": "4.0.9",
    "@types/jszip": "3.4.1",
    "@types/lodash.sortby": "4.7.9",
    "@types/lodash.truncate": "4.4.9",
    "@types/minimist": "1.2.5",
    "@types/serialize-javascript": "5.0.4",
    "@types/tailwindcss": "3.1.0",
    "@types/tar": "6.1.13",
    "@types/uuid": "9.0.8",
    "@vitejs/plugin-vue": "5.0.4",
    "changelogen": "0.5.5",
    "fs-extra": "11.2.0",
    "globby": "14.0.1",
    "msw": "2.3.1",
    "nuxt": "3.7.3",
    "prettier": "3.3.2",
    "proper-tags": "2.0.2",
    "tsup": "8.1.0",
    "tsx": "4.15.4",
    "typescript": "5.4.5",
    "vitest": "1.6.0",
    "zx": "8.1.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "8df1f4d5837a7e2ddbff6cc79f5fec256c34a394"
}