|
2 | 2 | "name": "workflow-ui", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "description": "Jenkins Pipeline UI", |
| 5 | + "private": true, |
5 | 6 | "author": "Tom Fennelly <[email protected]> (https://github.com/tfennelly)", |
6 | 7 | "license": "MIT", |
7 | 8 | "scripts": { |
8 | | - "dev": "webpack --config webpack.config.js", |
9 | | - "prod": "webpack --config webpack.config.js --mode=production", |
10 | | - "start": "yarn dev -- --watch", |
| 9 | + "dev": "webpack --config webpack.dev.js", |
| 10 | + "prod": "webpack --config webpack.prod.js", |
| 11 | + "start": "yarn dev --watch", |
11 | 12 | "lint:js": "eslint src/main/js --ext js", |
12 | 13 | "mvnbuild": "yarn prod", |
13 | 14 | "mvntest": "yarn lint:js" |
|
25 | 26 | "babel-loader": "^9.0.1", |
26 | 27 | "clean-webpack-plugin": "^4.0.0", |
27 | 28 | "css-loader": "^5.0.0", |
28 | | - "eslint": "^7.12.1", |
29 | | - "eslint-plugin-only-warn": "^1.0.3", |
| 29 | + "eslint": "^8.41.0", |
| 30 | + "eslint-plugin-only-warn": "^1.1.0", |
30 | 31 | "less": "^3.12.2", |
31 | 32 | "less-loader": "^7.0.2", |
32 | 33 | "mini-css-extract-plugin": "^1.2.1", |
33 | 34 | "postcss": "^8.2.13", |
34 | 35 | "postcss-less": "^4.0.0", |
35 | 36 | "postcss-loader": "^4.0.4", |
36 | 37 | "style-loader": "^2.0.0", |
37 | | - "webpack": "5.74.0", |
38 | | - "webpack-cli": "^4.10.0", |
39 | | - "webpack-fix-style-only-entries": "^0.6.1" |
| 38 | + "webpack": "^5.76.3", |
| 39 | + "webpack-cli": "^5.0.1", |
| 40 | + "webpack-fix-style-only-entries": "^0.6.1", |
| 41 | + "webpack-merge": "^5.8.0" |
40 | 42 | }, |
41 | 43 | "dependencies": { |
42 | 44 | "ace-builds": "^1.15.0", |
43 | 45 | "jquery": "^3.6.1", |
44 | | - "jquery-ui": "^1.13.2", |
45 | | - "raf": "^3.4.1" |
| 46 | + "jquery-ui": "^1.13.2" |
46 | 47 | }, |
47 | 48 | "browserslist": [ |
48 | 49 | "defaults", |
49 | | - "IE 11" |
| 50 | + "not IE 11" |
50 | 51 | ] |
51 | 52 | } |
0 commit comments