UNPKG

2.01 kBJSONView Raw
1{
2 "name": "@nuxt/markdown",
3 "version": "0.0.18",
4 "description": "Nuxt-flavoured fork of @dimerapp/markdown",
5 "main": "dist/nuxt-markdown.js",
6 "scripts": {
7 "dist": "rimraf dist && rollup -c rollup.config.js",
8 "lint": "eslint --ignore-path .gitignore --fix --ext .js src"
9 },
10 "files": [
11 "dist"
12 ],
13 "author": "Jonas Galvez <jonas@nuxtjs.org>",
14 "license": "MIT",
15 "dependencies": {
16 "@mapbox/rehype-prism": "^0.3.1",
17 "detab": "^2.0.1",
18 "mdast-util-definitions": "^1.2.3",
19 "mdast-util-to-string": "^1.0.5",
20 "mdast-util-toc": "^2.1.0",
21 "rehype-minify-whitespace": "^2.0.3",
22 "rehype-raw": "^4.0.1",
23 "rehype-sanitize": "^2.0.1",
24 "rehype-sort-attribute-values": "^1.0.1",
25 "rehype-sort-attributes": "^1.0.1",
26 "rehype-stringify": "^4.0.0",
27 "remark-macro": "^1.0.7",
28 "remark-parse": "^5.0.0",
29 "remark-rehype": "^3.0.1",
30 "remark-slug": "^5.1.0",
31 "remark-squeeze-paragraphs": "^3.0.2",
32 "unified": "^7.0.0",
33 "unist-builder": "^1.0.3",
34 "unist-util-visit": "^1.4.0"
35 },
36 "repository": {
37 "type": "git",
38 "url": "git+https://github.com/nuxt/markdown.git"
39 },
40 "keywords": [
41 "markdown",
42 "markdown-to-html",
43 "markdown-parser",
44 "nuxt",
45 "nuxtjs"
46 ],
47 "bugs": {
48 "url": "https://github.com/nuxt/markdown/issues"
49 },
50 "homepage": "https://github.com/nuxt/markdown#readme",
51 "publishConfig": {
52 "access": "public"
53 },
54 "devDependencies": {
55 "@nuxtjs/eslint-config": "^1.1.2",
56 "babel-eslint": "^10.0.2",
57 "eslint": "^6.1.0",
58 "eslint-config-standard": "^13.0.1",
59 "eslint-plugin-import": "^2.18.2",
60 "eslint-plugin-jest": "^22.15.0",
61 "eslint-plugin-node": "^9.1.0",
62 "eslint-plugin-promise": "^4.2.1",
63 "eslint-plugin-standard": "^4.0.0",
64 "eslint-plugin-vue": "^5.2.3",
65 "rollup": "^1.19.4",
66 "rollup-plugin-auto-external": "^2.0.0",
67 "rollup-plugin-commonjs": "^10.0.2",
68 "rollup-plugin-copy": "^3.1.0",
69 "rollup-plugin-json": "^4.0.0"
70 }
71}