UNPKG

@nuxtjs/mdc

Version:
150 lines (149 loc) 4.23 kB
{ "name": "@nuxtjs/mdc", "version": "0.23.1", "description": "Nuxt MDC module", "repository": "nuxt-content/mdc", "license": "MIT", "type": "module", "exports": { ".": "./dist/module.mjs", "./config": { "types": "./dist/config.d.mts", "import": "./dist/config.mjs", "require": "./dist/config.cjs" }, "./runtime": { "types": "./dist/runtime/index.d.ts", "import": "./dist/runtime/index.js" }, "./dist/runtime": { "types": "./dist/runtime/index.d.ts", "import": "./dist/runtime/index.js" }, "./runtime/components/*": { "types": "./dist/runtime/components/*.d.ts", "import": "./dist/runtime/components/*" }, "./dist/runtime/components/*": { "types": "./dist/runtime/components/*.d.ts", "import": "./dist/runtime/components/*" }, "./runtime/*": { "types": "./dist/runtime/*.d.ts", "import": "./dist/runtime/*.js" }, "./dist/runtime/*": { "types": "./dist/runtime/*.d.ts", "import": "./dist/runtime/*.js" } }, "main": "./dist/module.mjs", "types": "./dist/types.d.mts", "files": [ "dist" ], "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.mts" ], "config": [ "./dist/config.d.mts" ] } }, "scripts": { "prepack": "nuxt-module-build prepare; nuxt-module-build build", "build": "nuxt-module-build prepare; nuxt-module-build build", "dev": "npm run dev:prepare; nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build prepare && nuxt-module-build build && nuxi prepare playground", "dev:docs": "nuxi dev docs", "release": "release-it", "lint": "eslint .", "typecheck": "nuxt typecheck", "test": "vitest run", "test:watch": "vitest watch", "verify": "npm run dev:prepare && npm run lint && npm run test && npm run typecheck" }, "dependencies": { "@nuxt/kit": "^4.5.1", "@shikijs/core": "^4.4.2", "@shikijs/engine-javascript": "^4.4.2", "@shikijs/langs": "^4.4.2", "@shikijs/themes": "^4.4.2", "@shikijs/transformers": "^4.4.2", "@types/hast": "^3.0.5", "@types/mdast": "^4.0.4", "@vue/compiler-core": "^3.5.41", "consola": "^3.4.2", "debug": "^4.4.3", "defu": "^6.1.7", "destr": "^2.0.5", "detab": "^3.0.2", "github-slugger": "^2.0.0", "hast-util-format": "^1.1.0", "hast-util-to-mdast": "^10.1.2", "hast-util-to-string": "^3.0.1", "mdast-util-to-hast": "^13.2.1", "micromark-util-sanitize-uri": "^2.0.1", "parse5": "^8.0.1", "pathe": "^2.0.3", "property-information": "^7.2.0", "rehype-external-links": "^3.0.0", "rehype-minify-whitespace": "^6.0.2", "rehype-raw": "^7.0.0", "rehype-remark": "^10.0.1", "rehype-slug": "^6.0.0", "rehype-sort-attribute-values": "^5.0.1", "rehype-sort-attributes": "^5.0.1", "remark-emoji": "^5.0.2", "remark-gfm": "^4.0.1", "remark-mdc": "^3.11.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "remark-stringify": "^11.0.0", "scule": "^1.3.0", "shiki": "^4.4.2", "ufo": "^1.6.4", "unified": "^11.0.5", "unist-builder": "^4.0.0", "unist-util-visit": "^5.1.0", "unwasm": "^0.5.3", "vfile": "^6.0.3" }, "devDependencies": { "@nuxt/devtools": "^3.4.1", "@nuxt/eslint-config": "^1.16.0", "@nuxt/module-builder": "1.0.2", "@nuxt/schema": "^4.5.1", "@nuxt/test-utils": "^4.1.0", "@nuxt/ui": "^4.10.0", "@nuxtjs/mdc": "link:.", "@types/node": "^26.1.2", "eslint": "^10.8.0", "nuxt": "^4.5.1", "rehype": "^13.0.2", "release-it": "^20.2.0", "typescript": "6.0.3", "vitest": "^4.1.10", "vue-tsc": "^3.3.9" }, "resolutions": { "mkdist": "2.3.0" }, "packageManager": "pnpm@11.20.0", "release-it": { "git": { "commitMessage": "chore(release): release v${version}" }, "github": { "release": true, "releaseName": "v${version}" }, "hooks": { "after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")" } } }