pineapple-modules/MACInfo/package.json

53 lines
1.6 KiB
JSON
Raw Normal View History

Port MACInfo module (#40) * First commit, add module folder * Added spinner and allowed input of full mac * CheckMAC online function ( non working ) * reverted change to build script * Added working check online * Added more info output to lookup online * Added beginning of tabs function * removed modified build script * MACInfo: fix selectors, fix resource URL paths, fix API import path * Removed online button from offline tab and other way around * Fixed space being registered in lookup * Fixed spinner CSS * Changed looks of box * removed spinners * Fixed spelling and removed unneeded titling * macinfo: Fix layout * Added compatibility with windows naming scheme * Added breakline for text * Regex to check for valid MAC address, going to work on showing as proper error * Added regex check for offline * removed second build file * Bold fonts for result category * Added error if no valid MAC adress was inputted * Specified types for variables and checked for valid mac before file open for speed * Removed unused onstart due to the dir automaticlly being created anyways * Class rename * Fix regex check for offline and online mac * Opened json file on start instead of on request * misc: Re-run checks * Fix regex lookup * Added web icon or online * added desktop icon for offline mode * Fixed icons completely. * Fix invalid module error handling in API * Fix regex check * Update module icon * removed unused icons. Co-authored-by: Marc <foxtrot@malloc.me> Co-authored-by: Theodor Johanson <theo@pc.localdomain>
2021-07-09 21:55:26 +00:00
{
"name": "MACInfo",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.1.11",
"@angular/cdk": "^9.2.4",
"@angular/common": "~9.1.11",
"@angular/compiler": "~9.1.11",
"@angular/core": "~9.1.11",
"@angular/flex-layout": "^9.0.0-beta.31",
"@angular/forms": "~9.1.11",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "~9.1.11",
"@angular/platform-browser-dynamic": "~9.1.11",
"@angular/router": "~9.1.11",
"rxjs": "~6.5.5",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.8",
"@angular-devkit/build-ng-packagr": "~0.901.8",
"@angular/cli": "~9.1.8",
"@angular/compiler-cli": "~9.1.11",
"@angular/language-service": "~9.1.11",
"@types/jasmine": "~3.5.10",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.2",
"karma": "~5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~3.3.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "^9.1.5",
"protractor": "~7.0.0",
"ts-node": "~8.10.2",
"tslint": "~6.1.2",
"typescript": "^3.6.5"
}
}