-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.59 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@rotdrop/nextcloud-app-dokuwiki",
"version": "1.2.0",
"description": "Support embedding an existing DokuWiki instance with SSO",
"keywords": [],
"homepage": "https://github.com/rotdrop/nextcloud-app-text-dokuwiki.git",
"bugs": {
"url": "https://github.com/rotdrop/nextcloud-app-text-dokuwiki.git"
},
"repository": {
"type": "git",
"url": "https://github.com/rotdrop/nextcloud-app-text-dokuwiki.git"
},
"license": "agpl",
"author": "Claus-Justus Heine <himself@claus-justus-heine.de>",
"main": "src/doku-wiki-popup.js",
"scripts": {
"build": "NODE_ENV=production webpack --progress --mode production --config webpack.config.js",
"dev": "NODE_ENV=development webpack --progress --mode development --config webpack.config.js",
"postinstall": "patch-package"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"devDependencies": {
"@babel/preset-typescript": "^7.28.5",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@nextcloud/auth": "^2.6.0",
"@nextcloud/axios": "^2.6.0",
"@nextcloud/babel-config": "^1.3.0",
"@nextcloud/browserslist-config": "^3.1.2",
"@nextcloud/dialogs": "^7.3.0",
"@nextcloud/eslint-config": "^9.0.0-rc.8",
"@nextcloud/initial-state": "^3.0.0",
"@nextcloud/l10n": "^3.4.1",
"@nextcloud/router": "^3.1.0",
"@nextcloud/vue": "^9.8.0",
"@nextcloud/webpack-vue-config": "^7.0.2",
"@rotdrop/nextcloud-vue-components": "file:repositories/rotdrop/nextcloud-vue-components",
"@types/deep-equal": "^1.0.4",
"axios": "^1.16.0",
"babel-loader": "^10.1.1",
"babel-loader-exclude-node-modules-except": "^1.2.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"csso-webpack-plugin": "^3.0.0",
"deep-equal": "^2.2.3",
"eslint-webpack-plugin": "^6.0.0",
"file-loader": "^6.2.0",
"floating-vue": "^5.2.2",
"html-webpack-plugin": "^5.6.7",
"mini-css-extract-plugin": "2.10.2",
"patch-package": "^8.0.1",
"sass": "^1.99.0",
"stacktrace-gps": "github:stacktracejs/stacktrace-gps#62f6967fc85e6fdd5fb9cea1a056b935d9b07a9a",
"stacktrace-js": "^2.0.2",
"svgo-loader": "^5.0.0",
"typescript": "^6.0.3",
"vue": "^3.5.34",
"vue-router": "^5.0.6",
"webpack": "~5.106.2",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^6.0.0",
"webpack-deadcode-plugin": "^0.1.17",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"webpack-visualizer-plugin2": "^2.0.0",
"xml-loader": "^1.2.1",
"xml2js": "*"
},
"engines": {
"node": "^24.0.0 || ^26.0.0",
"npm": "^11.0.0"
}
}