Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d87cb53b95edafb0a48a7b000aaa16026e1bfbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "dependencies": {
    "highlight.js": "^9.17.1",
    "katex": "^0.11.1",
    "markdown-it": "^10.0.0",
    "markdown-it-anchor": "^5.2.5",
    "markdown-it-for-inline": "^0.1.1",
    "markdown-it-github-preamble": "^1.0.0",
    "markdown-it-highlightjs": "^3.0.0",
    "markdown-it-table-of-contents": "^0.4.4",
    "markdown-it-texmath": "^0.6.0",
    "markdown-it-video": "^0.6.3",
    "mermaid": "^8.4.5",
    "morphdom": "^2.5.12",
    "slugify": "^1.3.6",
    "throttle-debounce": "^2.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@types/ace": "0.0.42",
    "@types/highlight.js": "^9.12.3",
    "@types/jquery": "^3.3.31",
    "@types/katex": "^0.11.0",
    "@types/markdown-it": "0.0.9",
    "@types/markdown-it-anchor": "^4.0.3",
    "@types/node": "^13.1.6",
    "@types/throttle-debounce": "^2.1.0",
    "@types/underscore": "^1.9.4",
    "@types/webpack": "^4.41.2",
    "@types/webpack-env": "^1.15.0",
    "babel-loader": "^8.0.6",
    "browserify": "^16.5.0",
    "ch-log": "^1.1.0",
    "css-loader": "^3.4.2",
    "file-loader": "^5.0.2",
    "mini-css-extract-plugin": "^0.9.0",
    "style-loader": "^1.1.2",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.4",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  }
}