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

package.json - github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e3f75928e1b1983856a9e9af60582a42c38f1b9 (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": "^10.6.0",
    "katex": "^0.12.0",
    "markdown-it": "^12.0.4",
    "markdown-it-anchor": "^7.0.2",
    "markdown-it-for-inline": "^0.1.1",
    "markdown-it-github-preamble": "^1.0.0",
    "markdown-it-highlightjs": "^3.4.0",
    "markdown-it-table-of-contents": "^0.5.2",
    "markdown-it-texmath": "^0.8.0",
    "markdown-it-video": "^0.6.3",
    "mermaid": "^8.9.1",
    "morphdom": "^2.6.1",
    "slugify": "^1.4.7",
    "throttle-debounce": "^3.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.13.1",
    "@babel/preset-env": "^7.13.5",
    "@types/ace": "0.0.44",
    "@types/highlight.js": "^9.12.4",
    "@types/jquery": "^3.5.5",
    "@types/katex": "^0.11.0",
    "@types/markdown-it": "12.0.1",
    "@types/markdown-it-anchor": "^4.0.4",
    "@types/node": "^14.14.31",
    "@types/throttle-debounce": "^2.1.0",
    "@types/underscore": "^1.10.24",
    "@types/webpack": "^4.41.26",
    "@types/webpack-env": "^1.16.0",
    "babel-loader": "^8.2.2",
    "browserify": "^17.0.0",
    "ch-log": "^1.1.0",
    "css-loader": "^5.1.0",
    "file-loader": "^6.2.0",
    "mini-css-extract-plugin": "^1.3.9",
    "style-loader": "^2.0.0",
    "ts-loader": "^8.0.17",
    "typescript": "^4.2.2",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.24.2",
    "webpack-cli": "^4.5.0"
  }
}