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: 7b730373dc99f11f12eb29b3281ecbbb5d5b0a34 (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
46
47
48
{
  "dependencies": {
    "highlight.js": "^11.5.1",
    "katex": "^0.15.3",
    "markdown-it": "^12.3.2",
    "markdown-it-anchor": "^8.6.2",
    "markdown-it-for-inline": "^0.1.1",
    "markdown-it-github-preamble": "^1.0.0",
    "markdown-it-highlightjs": "^4.0.1",
    "markdown-it-table-of-contents": "^0.6.0",
    "markdown-it-texmath": "^0.9.7",
    "markdown-it-video": "^0.6.3",
    "mermaid": "^9.0.0",
    "morphdom": "^2.6.1",
    "slugify": "^1.6.5",
    "throttle-debounce": "^4.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/preset-env": "^7.16.11",
    "@nextcloud/browserslist-config": "^2.2.0",
    "@types/ace": "0.0.48",
    "@types/highlight.js": "^9.12.4",
    "@types/jquery": "^3.5.14",
    "@types/katex": "^0.14.0",
    "@types/markdown-it": "12.2.3",
    "@types/markdown-it-anchor": "^4.0.4",
    "@types/node": "^17.0.24",
    "@types/throttle-debounce": "^4.0.0",
    "@types/underscore": "^1.11.4",
    "@types/webpack": "^5.28.0",
    "@types/webpack-env": "^1.16.3",
    "babel-loader": "^8.2.4",
    "browserify": "^17.0.0",
    "css-loader": "^6.7.1",
    "file-loader": "^6.2.0",
    "mini-css-extract-plugin": "^2.6.0",
    "style-loader": "^3.3.1",
    "terser-webpack-plugin": "^5.3.1",
    "ts-loader": "^9.2.8",
    "typescript": "^4.6.3",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.9.2"
  },
  "scripts": {
    "build": "webpack --mode production"
  }
}