-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 2.29 KB
/
package.json
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
{
"name": "mail_roundcube",
"version": "1.1.1",
"private": true,
"description": "RoundCube Mail NextCloud Plugin",
"homepage": "https://github.com/rotdrop/nextcloud-roundcube.git",
"bugs": {
"url": "https://github.com/rotdrop/nextcloud-app-pdf-downloader.git"
},
"repository": {
"type": "git",
"url": "https://github.com/rotdrop/nextcloud-roundcube.git"
},
"license": "agpl",
"author": "Claus-Justus Heine <[email protected]>",
"scripts": {
"build": "webpack --node-env production --progress",
"cs:check": "vendor/bin/php-cs-fixer fix --dry-run --diff",
"cs:fix": "vendor/bin/php-cs-fixer fix",
"dev": "webpack --node-env development --progress",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"serve": "webpack --node-env development serve --progress",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
"watch": "webpack --node-env development --progress --watch"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"devDependencies": {
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/dialogs": "^5.1.1",
"@nextcloud/eslint-config": "^v8.3.0-beta.2",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/router": "^2.2.1",
"@nextcloud/vue": "^8.10.0",
"@nextcloud/webpack-vue-config": "^6.0.0",
"@rotdrop/nextcloud-vue-components": "file:repositories/rotdrop/nextcloud-vue-components",
"css-minimizer-webpack-plugin": "^3.4.1",
"csso-webpack-plugin": "^2.0.0-beta.3",
"eslint-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.0",
"is-plain-object": "^5.0.0",
"mini-css-extract-plugin": "^2.4.5",
"svgo-loader": "^4.0.0",
"vue": "^2.7.15",
"vue-material-design-icons": "*",
"webpack": "^5.69.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "*",
"webpack-deadcode-plugin": "^0.1.17",
"webpack-merge": "^5.1.4",
"webpack-node-externals": "^2.5.2",
"webpack-visualizer-plugin2": "^1.0.0",
"xml-loader": "^1.2.1",
"xml2js": "*"
},
"engines": {
"node": "^16.0.0",
"npm": "^8.0.0"
}
}