Files
open-wc/packages/mdjs/package.json
CircleCI 94f832967f chore: release new versions
- @open-wc/building-rollup@0.22.11
 - @open-wc/building-webpack@2.13.10
 - @open-wc/dedupe-mixin@1.2.13
 - @open-wc/demoing-storybook@1.15.0
 - es-dev-server@1.46.0
 - @open-wc/karma-esm@2.13.21
 - @mdjs/core@0.1.7
 - @open-wc/rollup-plugin-html@0.3.6
 - @open-wc/rollup-plugin-polyfills-loader@0.4.3
 - @open-wc/scoped-elements@1.0.4
 - storybook-addon-markdown-docs@0.2.1
 - @open-wc/testing-karma-bs@1.3.54
 - @open-wc/testing-karma@3.3.10
2020-03-26 21:18:08 +00:00

67 lines
1.7 KiB
JSON

{
"name": "@mdjs/core",
"version": "0.1.7",
"publishConfig": {
"access": "public"
},
"description": "Combine Markdown with JavaScript",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/mdjs"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/mdjs",
"main": "./index.js",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js",
"start": "npm run start:stories",
"start:script": "es-dev-server -c demo/script/server.js --root-dir ../../",
"start:stories": "es-dev-server -c demo/stories/server.js --root-dir ../../",
"test": "npm run test:node",
"test:node": "mocha",
"test:watch": "mocha --watch"
},
"files": [
"*.d.ts",
"*.js",
"src",
"types"
],
"keywords": [
"open-wc",
"markdown",
"unified",
"remark"
],
"dependencies": {
"@mdjs/mdjs-preview": "^0.0.1",
"@mdjs/mdjs-story": "^0.0.1",
"@types/unist": "^2.0.3",
"@types/vfile": "^4.0.0",
"es-module-lexer": "^0.3.13",
"github-markdown-css": "^3.0.1",
"rehype-autolink-headings": "^2.0.5",
"rehype-raw": "^4.0.1",
"rehype-slug": "^2.0.3",
"rehype-stringify": "^6.0.1",
"remark": "^11.0.2",
"remark-parse": "^7.0.2",
"remark-rehype": "^5.0.0",
"unified": "^8.4.2",
"unist-util-remove": "^1.0.3",
"unist-util-visit": "^2.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"es-dev-server": "^1.46.0",
"mocha": "^6.2.2",
"remark-autolink-headings": "^5.2.1",
"remark-html": "^10.0.0",
"remark-slug": "^5.1.2",
"remark-stringify": "^7.0.4"
},
"types": "index.d.ts"
}