71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"name": "@vuepress/markdown",
|
|
"version": "2.0.0-rc.14",
|
|
"description": "Markdown package of VuePress",
|
|
"keywords": [
|
|
"vuepress",
|
|
"markdown"
|
|
],
|
|
"homepage": "https://github.com/vuepress",
|
|
"bugs": {
|
|
"url": "https://github.com/vuepress/core/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuepress/core.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "meteorlxy",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@mdit-vue/plugin-component": "^2.1.3",
|
|
"@mdit-vue/plugin-frontmatter": "^2.1.3",
|
|
"@mdit-vue/plugin-headers": "^2.1.3",
|
|
"@mdit-vue/plugin-sfc": "^2.1.3",
|
|
"@mdit-vue/plugin-title": "^2.1.3",
|
|
"@mdit-vue/plugin-toc": "^2.1.3",
|
|
"@mdit-vue/shared": "^2.1.3",
|
|
"@mdit-vue/types": "^2.1.0",
|
|
"@types/markdown-it": "^14.1.1",
|
|
"@types/markdown-it-emoji": "^3.0.1",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^9.0.1",
|
|
"markdown-it-emoji": "^3.0.0",
|
|
"mdurl": "^2.0.0",
|
|
"@vuepress/shared": "2.0.0-rc.14",
|
|
"@vuepress/utils": "2.0.0-rc.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdurl": "^2.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"tsup": {
|
|
"clean": true,
|
|
"dts": "./src/index.ts",
|
|
"entry": [
|
|
"./src/index.ts"
|
|
],
|
|
"format": [
|
|
"esm"
|
|
],
|
|
"outDir": "./dist",
|
|
"sourcemap": false,
|
|
"target": "es2022",
|
|
"tsconfig": "../../tsconfig.dts.json"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "rimraf dist"
|
|
}
|
|
} |