@nuxtjs/mdc
Version:
Nuxt MDC module
158 lines (157 loc) • 4.34 kB
JSON
{
"name": "@nuxtjs/mdc",
"version": "0.17.0",
"description": "Nuxt MDC module",
"repository": "nuxt-modules/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": "^3.16.2",
"@shikijs/langs": "^3.3.0",
"@shikijs/themes": "^3.3.0",
"@shikijs/transformers": "^3.3.0",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@vue/compiler-core": "^3.5.13",
"consola": "^3.4.2",
"debug": "4.4.0",
"defu": "^6.1.4",
"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.0",
"micromark-util-sanitize-uri": "^2.0.1",
"parse5": "^7.3.0",
"pathe": "^2.0.3",
"property-information": "^7.0.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.1",
"remark-gfm": "^4.0.1",
"remark-mdc": "v3.6.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"scule": "^1.3.0",
"shiki": "^3.3.0",
"ufo": "^1.6.1",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"unwasm": "^0.3.9",
"vfile": "^6.0.3"
},
"devDependencies": {
"@nuxt/devtools": "^2.4.0",
"@nuxt/eslint-config": "^1.3.0",
"@nuxt/module-builder": "^1.0.1",
"@nuxt/schema": "^3.16.2",
"@nuxt/test-utils": "^3.17.2",
"@nuxt/ui": "^3.0.2",
"@nuxtjs/mdc": "link:.",
"@types/node": "^22.14.1",
"eslint": "^9.25.1",
"nuxt": "^3.16.2",
"rehype": "^13.0.2",
"release-it": "^19.0.1",
"typescript": "5.8.3",
"vitest": "^3.1.2",
"vue-tsc": "^2.2.10"
},
"resolutions": {
"@nuxtjs/mdc": "workspace:*"
},
"packageManager": "pnpm@10.9.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\")"
}
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"vue-demi"
],
"ignoredBuiltDependencies": [
"vue-demi"
]
}
}