cockpit-tailscale/package.json

40 lines
1.0 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",
"babel-loader": "^9.1.2",
"chrome-remote-interface": "^0.32.1",
"htmlparser": "^1.7.7",
"jed": "^1.1.1",
"po2json": "^1.0.0-alpha",
"qunit": "^2.9.3",
"sass": "^1.61.0",
"sizzle": "^2.3.3",
"ts-loader": "^9.4.3",
"typescript": "^4.8.4",
"webpack": "^5.87.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"
}
}