-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.59 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.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
{
"name": "grommunio-web",
"version": "3.9.0",
"description": "Main grommunio web client",
"license": "AGPL-3.0",
"repository": "https://github.com/grommunio/grommunio-web",
"scripts": {
"phplint": "phpmd server text .phpmd.xml || true",
"lint": "eslint client/zarafa",
"phplintci": "phpmd server xml .phpmd.xml --ignore-violations-on-exit | python tools/violations_to_junit.py > phpmd.xml",
"iconsets:classic": "ikode --out client/resources/iconsets/classic/classic-icons.css --css --important --yes --ext client/resources/iconsets/extensions.json -d client/resources/iconsets/classic/src/png/16x16 client/resources/iconsets/classic/src/png/large -d client/resources/iconsets/classic/src/svg/16x16",
"iconsets:breeze": "ikode --out client/resources/iconsets/breeze/breeze-icons.css --css --important --yes --ext client/resources/iconsets/extensions.json --ext client/resources/iconsets/breeze/extensions-breeze.json -d client/resources/iconsets/breeze/src/svg/16x16 client/resources/iconsets/breeze/src/svg/large",
"iconsets": "\"$npm_execpath\" run iconsets:classic && \"$npm_execpath\" run iconsets:breeze",
"build:icons": "node tools/build-icons.js",
"sync:images": "node tools/sync-images.js --extract",
"sync:images:report": "node tools/sync-images.js --report"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"eslint": "^9.22.0",
"globals": "^16.0.0"
},
"dependencies": {
"cssnano": "^6.0.1",
"glob": "^11.0.1",
"html-minifier-terser": "^7.2.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-preset-env": "^9.2.0",
"svgo": "^3.0.2",
"terser": "^5.21.0"
}
}