-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.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
{
"name": "bootstrap5-api",
"version": "5.3.2",
"description": "Bootstrap 5 Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"bootstrap": "5.3.3",
"@popperjs/core": "2.11.8"
},
"devDependencies": {
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"rtlcss": "4.3.0",
"sass": "1.81.0",
"npm-run-all2": "7.0.1",
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"remark-cli": "12.0.1",
"remark-lint": "10.0.0",
"remark-preset-lint-recommended": "7.0.0"
},
"scripts": {
"mvnbuild": "npm-run-all css-compile css-prefix",
"css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=node_modules etc/:target/bootstrap5-api/css/",
"css-prefix": "postcss --config etc/postcss.config.js --replace \"target/bootstrap5-api/css/*.css\" \"!target/bootstrap5-api/css/*.rtl*.css\" \"!target/bootstrap5-api/css/*.min.css\"",
"lint-md": "remark .",
"mvntest": ""
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenkinsci/bootstrap5-api-plugin.git"
},
"author": "Ullrich Hafner",
"license": "MIT",
"homepage": "https://github.com/jenkinsci/bootstrap5-api-plugin#readme"
}