44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "tailscale",
|
|
"description": "Tailscale application for Cockpit",
|
|
"main": "dist/index.js",
|
|
"repository": "git@github.com:spotsnel/tailscale-cockpit.git",
|
|
"author": "",
|
|
"license": "LGPL-2.1",
|
|
"scripts": {
|
|
"build": "webpack --mode production",
|
|
"watch": ""
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.12",
|
|
"@types/react-dom": "^18.2.5",
|
|
"argparse": "^2.0.1",
|
|
"chrome-remote-interface": "^0.32.1",
|
|
"css-loader": "^5.2.6",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.5.3",
|
|
"htmlparser": "^1.7.7",
|
|
"jed": "^1.1.1",
|
|
"mini-css-extract-plugin": "^1.6.0",
|
|
"po2json": "^1.0.0-alpha",
|
|
"qunit": "^2.9.3",
|
|
"sass": "^1.63.6",
|
|
"sass-loader": "^13.3.2",
|
|
"sizzle": "^2.3.3",
|
|
"ts-loader": "^9.4.3",
|
|
"typescript": "^4.8.4",
|
|
"webpack": "^5.88.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1"
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/patternfly": "5.0.0-alpha.64",
|
|
"@patternfly/react-core": "5.0.0-alpha.115",
|
|
"@patternfly/react-icons": "5.0.0-alpha.19",
|
|
"@patternfly/react-styles": "5.0.0-alpha.16",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"yarn": "^1.22.19"
|
|
}
|
|
}
|