1 | {
|
2 | "name": "@mathssyfy/plugin-markdown",
|
3 | "version": "0.0.23",
|
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 | "clipboard": "^2.0.4",
|
37 | "clone": "^2.1.2",
|
38 | "delegate": "^3.2.0",
|
39 | "good-listener": "^1.2.2",
|
40 | "lodash": "^4.17.11",
|
41 | "markdown-it": "^8.4.2",
|
42 | "markdown-it-abbr": "^1.0.4",
|
43 | "markdown-it-container": "^2.0.0",
|
44 | "markdown-it-deflist": "^2.0.3",
|
45 | "markdown-it-emoji": "^1.4.0",
|
46 | "markdown-it-footnote": "^3.0.1",
|
47 | "markdown-it-ins": "^2.0.0",
|
48 | "markdown-it-katex-newcommand": "^1.0.7",
|
49 | "markdown-it-mark": "^2.0.0",
|
50 | "markdown-it-prism": "^2.0.1",
|
51 | "markdown-it-sub": "^1.0.0",
|
52 | "markdown-it-sup": "^1.0.0",
|
53 | "markdown-it-task-lists": "^2.1.1",
|
54 | "markdown-it-toc-and-anchor": "^4.2.0",
|
55 | "prismjs": "^1.15.0",
|
56 | "select": "^1.1.2",
|
57 | "tiny-emitter": "^2.0.2",
|
58 | "unorm": "^1.4.1",
|
59 | "uslug": "^1.0.4"
|
60 | },
|
61 | "devDependencies": {
|
62 | "@babel/core": "^7.2.2",
|
63 | "@babel/preset-env": "^7.2.3",
|
64 | "@babel/preset-react": "^7.0.0",
|
65 | "babel-loader": "^8.0.5",
|
66 | "css-loader": "^2.1.0",
|
67 | "json-loader": "^0.5.7",
|
68 | "mini-css-extract-plugin": "^0.5.0",
|
69 | "node-sass": "^4.11.0",
|
70 | "sass-loader": "^7.1.0",
|
71 | "style-loader": "^0.23.1",
|
72 | "webpack": "^4.28.4",
|
73 | "webpack-cli": "^3.2.1",
|
74 | "webpack-node-externals": "^1.7.2"
|
75 | },
|
76 | "gitHead": "2aa96a18a81c22a677c1ab67af8dc3e11d51924e"
|
77 | }
|