UNPKG

wc-markdown-loader

Version:

Webpack loader to render Web Components from markdown

60 lines (59 loc) 1.59 kB
{ "name": "wc-markdown-loader", "version": "0.2.0", "description": "Webpack loader to render Web Components from markdown", "keywords": [ "Web Components", "LitElement", "lit-element", "webpack", "loader", "markdown" ], "homepage": "https://github.com/hutchgrant/wc-markdown-loader", "bugs": "https://github.com/hutchgrant/wc-markdown-loader/issues", "license": "MIT", "author": "Grant Hutchinson <grant@hutchdev.ca>", "repository": { "type": "git", "url": "https://github.com/hutchgrant/wc-markdown-loader.git" }, "main": "src/index.js", "scripts": { "build": "npm run -s lint && npm test", "start": "npm run watch", "lint": "eslint .", "test": "jest --coverage", "pretest": "rm -rf coverage", "travis": "npm run -s build", "watch": "watch 'npm run -s build' src/ test/" }, "dependencies": { "@mapbox/rehype-prism": "^0.4.0", "camelize": "^1.0.0", "except": "^0.1.3", "front-matter": "^3.0.1", "loader-utils": "^2.0.0", "node-prismjs": "^0.1.2", "rehype-raw": "^4.0.2", "rehype-stringify": "^7.0.0", "remark-parse": "^8.0.1", "remark-rehype": "^6.0.0", "schema-utils": "^2.6.6", "unified": "^9.0.0", "vfile-reporter": "^6.0.1" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "jest": "^25.4.0", "watch": "^1.0.2" }, "engines": { "node": ">=10.0.0", "npm": ">=6.4.1" } }