feat(new-tool): IPv4 subnet calculator

This commit is contained in:
Corentin Thomasset 2023-03-28 23:31:11 +02:00
parent 35a58df4cd
commit 27a4a08570
No known key found for this signature in database
GPG key ID: DBD997E935996158
7 changed files with 1828 additions and 1608 deletions

View file

@ -47,7 +47,7 @@
"colord": "^2.9.3",
"composerize": "^1.2.0",
"cron-validator": "^1.3.1",
"cronstrue": "^2.23.0",
"cronstrue": "^2.24.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.3",
"figue": "^1.2.0",
@ -59,13 +59,14 @@
"mathjs": "^10.6.4",
"mime-types": "^2.1.35",
"naive-ui": "^2.34.3",
"netmask": "^2.0.2",
"node-forge": "^1.3.1",
"pinia": "^2.0.33",
"plausible-tracker": "^0.3.8",
"qrcode": "^1.5.1",
"randombytes": "^2.1.0",
"sql-formatter": "^8.2.0",
"ts-pattern": "^4.2.1",
"ts-pattern": "^4.2.2",
"uuid": "^8.3.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
@ -75,30 +76,31 @@
"@types/bcryptjs": "^2.4.2",
"@types/crypto-js": "^4.1.1",
"@types/jsdom": "^16.2.15",
"@types/lodash": "^4.14.191",
"@types/lodash": "^4.14.192",
"@types/mime-types": "^2.1.1",
"@types/node": "^16.18.16",
"@types/netmask": "^2.0.0",
"@types/node": "^16.18.22",
"@types/node-forge": "^1.3.1",
"@types/prettier": "^2.7.2",
"@types/qrcode": "^1.5.0",
"@types/randombytes": "^2.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/parser": "^5.55.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-vue": "^2.3.4",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.3.1",
"@vue/test-utils": "^2.3.2",
"@vue/tsconfig": "^0.1.3",
"c8": "^7.13.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^8.7.1",
"jsdom": "^19.0.0",
"less": "^4.1.3",
"prettier": "^2.8.4",
"prettier": "^2.8.7",
"standard-version": "^9.5.0",
"start-server-and-test": "^1.15.4",
"typescript": "~4.5.5",