Update to the latest version. This reverts the hack in commit
96e9c669ad, the API was fixed in 2.5.1.
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "starter-kit",
|
|
"description": "Scaffolding for a cockpit module",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:cockpit/starter-kit.git",
|
|
"author": "",
|
|
"license": "LGPL-2.1",
|
|
"scripts": {
|
|
"watch": "webpack --watch --progress",
|
|
"build": "webpack",
|
|
"eslint": "eslint --ext .js --ext .jsx src/",
|
|
"eslint:fix": "eslint --fix --ext .js --ext .jsx src/"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.4",
|
|
"@babel/eslint-parser": "^7.13.14",
|
|
"@babel/preset-env": "^7.5.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.6",
|
|
"chrome-remote-interface": "^0.31.0",
|
|
"compression-webpack-plugin": "^9.0.0",
|
|
"copy-webpack-plugin": "^9.0.0",
|
|
"css-loader": "^6.5.0",
|
|
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
"eslint": "^7.10.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-config-standard-react": "^9.2.0",
|
|
"eslint-plugin-flowtype": "^5.2.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.21.2",
|
|
"eslint-plugin-react-hooks": "^4.1.2",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-webpack-plugin": "^2.5.3",
|
|
"htmlparser": "^1.7.7",
|
|
"jed": "^1.1.1",
|
|
"mini-css-extract-plugin": "^2.5.3",
|
|
"po2json": "^1.0.0-alpha",
|
|
"qunit": "^2.9.3",
|
|
"sass": "^1.35.2",
|
|
"sass-loader": "^12.1.0",
|
|
"sizzle": "^2.3.3",
|
|
"stdio": "^2.1.0",
|
|
"string-replace-loader": "^3.0.0",
|
|
"terser-webpack-plugin": "^5.1.4",
|
|
"webpack": "^5.54.0",
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/patternfly": "4.171.1",
|
|
"@patternfly/react-core": "4.192.15",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
}
|
|
}
|