markdown-it-copy
Version:
A markdown-it-plugin that copy code and others.
49 lines (48 loc) • 1.42 kB
JSON
{
"name": "markdown-it-copy",
"version": "1.2.0",
"description": "A markdown-it-plugin that copy code and others.",
"main": "index.js",
"scripts": {
"css": "stylus ./theme/default.styl -o ./theme/default.css",
"generate": "node ./lib/btn-evt/generate.js",
"per-run": "npm run css && npm run generate",
"copy-css": "node ./demo-node/copy-css.js",
"demo": "node ./demo-node/index.js",
"build-demo": "npm run css && npm run copy-css && npm run demo",
"deploy": "npm run build-demo && gh-pages -d demo",
"prepublishOnly": "npm run per-run"
},
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"vuepress",
"copy",
"code-copy"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ReAlign/markdown-it-copy.git"
},
"author": "ReAlign",
"license": "ISC",
"bugs": {
"url": "https://github.com/ReAlign/markdown-it-copy/issues"
},
"homepage": "https://github.com/ReAlign/markdown-it-copy#readme",
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"gh-pages": "^2.1.1",
"highlight.js": "^9.17.1",
"markdown-it": "^10.0.0",
"stylus": "^0.54.7",
"terser": "^4.4.3"
}
}