2013-07-04 18:23:11 +08:00
|
|
|
{
|
2016-01-19 23:13:33 +08:00
|
|
|
"name": "jenkins-ui",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Jenkins User Interface",
|
|
|
|
|
"license": "MIT",
|
2016-05-09 22:32:52 +08:00
|
|
|
"author": {
|
|
|
|
|
"name": "Tom Fennelly",
|
|
|
|
|
"email": "tom.fennelly@gmail.com",
|
|
|
|
|
"url": "https://github.com/tfennelly"
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
2019-11-29 19:59:39 +08:00
|
|
|
"scripts": {
|
2024-10-13 02:46:18 +08:00
|
|
|
"dev": "webpack --config webpack.config.js",
|
|
|
|
|
"prod": "webpack --config webpack.config.js --mode=production",
|
2020-01-13 20:28:09 +08:00
|
|
|
"build": "yarn prod",
|
2020-01-22 01:27:03 +08:00
|
|
|
"start": "yarn dev --watch",
|
2024-09-16 17:40:32 +08:00
|
|
|
"lint:js": "eslint . && prettier --check .",
|
2024-12-29 03:56:53 +08:00
|
|
|
"lint:js-ci": "eslint . -f checkstyle -o target/eslint-warnings.xml",
|
2024-10-13 02:46:18 +08:00
|
|
|
"lint:css": "stylelint src/main/scss",
|
|
|
|
|
"lint:css-ci": "stylelint src/main/scss --custom-formatter stylelint-checkstyle-reporter -o target/stylelint-warnings.xml",
|
2022-07-22 22:47:30 +08:00
|
|
|
"lint:ci": "yarn lint:js-ci && yarn lint:css-ci",
|
2024-10-13 02:46:18 +08:00
|
|
|
"lint:fix": "eslint --fix . && prettier --write . && stylelint src/main/scss --fix",
|
2020-01-21 23:48:26 +08:00
|
|
|
"lint": "yarn lint:js && yarn lint:css"
|
2019-11-29 19:59:39 +08:00
|
|
|
},
|
2016-01-19 23:13:33 +08:00
|
|
|
"devDependencies": {
|
2025-07-02 23:38:59 +08:00
|
|
|
"@babel/cli": "7.28.0",
|
|
|
|
|
"@babel/core": "7.28.0",
|
|
|
|
|
"@babel/preset-env": "7.28.0",
|
2025-07-15 10:08:11 +08:00
|
|
|
"@eslint/js": "9.31.0",
|
2025-03-06 02:01:43 +08:00
|
|
|
"babel-loader": "10.0.0",
|
2022-07-21 08:42:24 +08:00
|
|
|
"clean-webpack-plugin": "4.0.0",
|
2024-05-26 04:12:30 +08:00
|
|
|
"css-loader": "7.1.2",
|
2025-03-11 01:20:53 +08:00
|
|
|
"css-minimizer-webpack-plugin": "7.0.2",
|
2025-07-15 10:08:11 +08:00
|
|
|
"eslint": "9.31.0",
|
2025-05-13 01:32:52 +08:00
|
|
|
"eslint-config-prettier": "10.1.5",
|
2024-04-24 03:16:30 +08:00
|
|
|
"eslint-formatter-checkstyle": "8.40.0",
|
2025-07-02 07:19:41 +08:00
|
|
|
"globals": "16.3.0",
|
2022-12-12 19:42:32 +08:00
|
|
|
"handlebars-loader": "1.7.3",
|
2024-11-04 16:48:06 +08:00
|
|
|
"mini-css-extract-plugin": "2.9.2",
|
2025-06-17 06:10:15 +08:00
|
|
|
"postcss": "8.5.6",
|
2024-03-03 16:52:15 +08:00
|
|
|
"postcss-loader": "8.1.1",
|
2025-06-30 04:57:14 +08:00
|
|
|
"postcss-preset-env": "10.2.4",
|
2023-10-02 16:44:24 +08:00
|
|
|
"postcss-scss": "4.0.9",
|
2025-06-30 15:25:37 +08:00
|
|
|
"prettier": "3.6.2",
|
2025-06-14 21:14:35 +08:00
|
|
|
"sass": "1.89.2",
|
2025-02-18 23:49:36 +08:00
|
|
|
"sass-loader": "16.0.5",
|
2024-04-15 21:01:40 +08:00
|
|
|
"style-loader": "4.0.0",
|
2025-07-07 03:49:16 +08:00
|
|
|
"stylelint": "16.21.1",
|
2024-01-31 00:36:41 +08:00
|
|
|
"stylelint-checkstyle-reporter": "1.0.0",
|
2025-05-22 05:04:08 +08:00
|
|
|
"stylelint-config-standard-scss": "15.0.1",
|
2025-07-15 03:43:40 +08:00
|
|
|
"webpack": "5.100.1",
|
2024-12-24 05:37:17 +08:00
|
|
|
"webpack-cli": "6.0.1",
|
2025-05-30 07:48:19 +08:00
|
|
|
"webpack-remove-empty-scripts": "1.1.1"
|
2016-01-19 23:13:33 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-08-06 22:30:47 +08:00
|
|
|
"handlebars": "4.7.8",
|
2024-12-18 07:36:31 +08:00
|
|
|
"hotkeys-js": "3.12.2",
|
2023-09-01 17:02:42 +08:00
|
|
|
"jquery": "3.7.1",
|
2022-07-21 08:42:24 +08:00
|
|
|
"lodash": "4.17.21",
|
2024-12-02 17:00:36 +08:00
|
|
|
"sortablejs": "1.15.6",
|
2023-04-10 17:39:53 +08:00
|
|
|
"tippy.js": "6.3.7",
|
2022-07-21 08:42:24 +08:00
|
|
|
"window-handle": "1.0.1"
|
2020-01-13 23:49:18 +08:00
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"defaults",
|
2022-04-14 20:49:52 +08:00
|
|
|
"not IE 11"
|
2022-07-21 21:58:50 +08:00
|
|
|
],
|
2024-10-02 22:49:10 +08:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20.0.0"
|
|
|
|
|
},
|
2025-06-04 22:01:25 +08:00
|
|
|
"packageManager": "yarn@4.9.2"
|
2016-01-19 23:13:33 +08:00
|
|
|
}
|