UNPKG

2.53 kBJSONView Raw
1{
2 "name": "@mathssyfy/plugin-markdown",
3 "version": "1.2.18",
4 "description": "A Powerful and Highspeed Markdown Parser for Vue and Nuxt",
5 "author": "DavidCouronne <couronne.david@gmail.com>",
6 "homepage": "https://github.com/DavidCouronne/mathssyfy#readme",
7 "license": "MIT",
8 "main": "lib/plugin-markdown.common.js",
9 "files": [
10 "lib/plugin-markdown.js",
11 "lib/plugin-markdown.common.js",
12 "lib/theme.css",
13 "src",
14 "lib"
15 ],
16 "scripts": {
17 "start": "webpack --config webpack.config.js",
18 "build": "webpack --config webpack.common.js",
19 "test": "echo \"Error: run tests from root\" && exit 1"
20 },
21 "directories": {
22 "lib": "lib",
23 "test": "__tests__"
24 },
25 "publishConfig": {
26 "access": "public"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/DavidCouronne/mathssyfy.git"
31 },
32 "bugs": {
33 "url": "https://github.com/DavidCouronne/mathssyfy/issues"
34 },
35 "dependencies": {
36 "@mathssyfy/markdown-it-loader": "^1.2.18",
37 "@mathssyfy/markdown-it-prewrapper": "^1.2.12",
38 "@mathssyfy/markdown-it-theme": "^1.2.16",
39 "clipboard": "^2.0.4",
40 "clone": "^2.1.2",
41 "delegate": "^3.2.0",
42 "good-listener": "^1.2.2",
43 "lodash": "^4.17.11",
44 "markdown-it": "^8.4.2",
45 "markdown-it-abbr": "^1.0.4",
46 "markdown-it-anchor": "^5.0.2",
47 "markdown-it-container": "^2.0.0",
48 "markdown-it-deflist": "^2.0.3",
49 "markdown-it-emoji": "^1.4.0",
50 "markdown-it-footnote": "^3.0.1",
51 "markdown-it-ins": "^2.0.0",
52 "markdown-it-katex": "^2.0.3",
53 "markdown-it-katex-newcommand": "^1.0.7",
54 "markdown-it-mark": "^2.0.0",
55 "markdown-it-prism": "^2.0.1",
56 "markdown-it-sub": "^1.0.0",
57 "markdown-it-sup": "^1.0.0",
58 "markdown-it-table-of-contents": "^0.4.3",
59 "markdown-it-task-lists": "^2.1.1",
60 "markdown-it-toc-and-anchor": "^4.2.0",
61 "prismjs": "^1.15.0",
62 "select": "^1.1.2",
63 "tiny-emitter": "^2.0.2",
64 "unorm": "^1.4.1",
65 "uslug": "^1.0.4"
66 },
67 "devDependencies": {
68 "@babel/core": "^7.2.2",
69 "@babel/preset-env": "^7.2.3",
70 "@babel/preset-react": "^7.0.0",
71 "babel-loader": "^8.0.5",
72 "css-loader": "^2.1.0",
73 "json-loader": "^0.5.7",
74 "markdown-it-chain": "^1.3.0",
75 "mini-css-extract-plugin": "^0.5.0",
76 "node-sass": "^4.11.0",
77 "sass-loader": "^7.1.0",
78 "style-loader": "^0.23.1",
79 "webpack": "^4.28.4",
80 "webpack-cli": "^3.2.1",
81 "webpack-node-externals": "^1.7.2"
82 },
83 "gitHead": "7f5c29930824c6014dd8c2989fa9db9d377f4aae"
84}