initial commit

This commit is contained in:
2022-06-29 16:10:24 +02:00
commit 63af500747
11 changed files with 5984 additions and 0 deletions

34
package.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "ui_snmp",
"version": "0.0.1",
"description": "",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/bundle.js",
"build": "webpack",
"postinstall": "patch-package"
},
"author": "Josef Miegl",
"license": "UNLICENSED",
"devDependencies": {
"@types/node": "~18.0.0",
"@types/webpack-env": "~1.16.3",
"@typescript-eslint/eslint-plugin": "~5.12.0",
"@typescript-eslint/parser": "~5.12.0",
"eslint": "~8.9.0",
"patch-package": "~6.4.7",
"postinstall-postinstall": "~2.1.0",
"ts-loader": "~9.2.6",
"typescript": "~4.5.5",
"webpack": "~5.69.0",
"webpack-cli": "~4.9.2",
"webpack-node-externals": "~3.0.0"
},
"dependencies": {
"getopts": "2.3.0",
"ip-cidr": "3.0.10",
"net-snmp": "3.8.2",
"rxjs": "7.5.5"
}
}