-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.12 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.12 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "files_readmemd",
"version": "3.0.2",
"description": "show README.md github style",
"repository": "https://github.com/mamatt/files_readmemd.git",
"author": "Matthieu Le Corre <matthieu.lecorre@univ-nantes.fr>",
"license": "AGPL-3.0",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js ",
"dev": "NODE_ENV=development webpack --progress --config webpack.js ",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js ",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
},
"engines": {
"node": "^20.5.1",
"npm": "^10.8.1"
},
"dependencies": {
"@nextcloud/axios": "^2.5.1",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.9.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.19.0",
"@types/markdown-it": "^14.1.2",
"@vscode/markdown-it-katex": "1.1.0",
"@wekanteam/markdown-it-mermaid": "^0.6.4",
"asciidoctor": "^3.0.4",
"github-markdown-css": "^5.6.1",
"highlight.js": "^11.10.0",
"katex": "^0.16.11",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-highlightjs": "^4.2.0",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-imsize": "^2.0.1",
"markdown-it-mentions": "^1.0.0",
"markdown-it-replace-link": "^1.2.1",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-done-right": "^4.2.0",
"vue": "^2.7.16"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/eslint-plugin": "^2.2.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/webpack-vue-config": "^6.1.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}