{ "name": "wg_dashboard_frontend", "version": "1.0.0", "description": "WG Dashboard", "keywords": [ "dashboard" ], "license": "MIT", "scripts": { "ng": "ng", "md-doc": "npm install widdershins && wget http://127.0.0.1:8000/openapi.json -O /tmp/wg-openapi.json && widdershins /tmp/wg-openapi.json --environment widdershins.json --resolve=true --omitHeader=true --language_tabs 'python:Python' -o ../docs/api.md", "start": "ng serve --host 0.0.0.0 --disable-host-check", "build": "ng build", "buildwatch": "ng build --watch --aot --outputPath=../wg_dashboard_backend/build/ --host 0.0.0.0 --disable-host-check", "tlint": "ng lint", "tlint:fix": "ng lint --fix", "slint": "stylelint --syntax scss ./**/*.scss", "slint:fix": "stylelint --syntax scss --fix ./**/*.scss", "lint": "ng lint && stylelint --syntax scss ./**/*.scss", "postinstall": "ngcc" }, "pre-commit": "lint", "private": false, "repository": { "type": "git", "url": "https://github.com/perara/wg-manager" }, "bugs": { "url": "https://github.com/perara/wg-manager/issues" }, "homepage": "https://github.com/perara/wg-manager", "dependencies": { "@angular/animations": "11.0.5", "@angular/cdk": "11.0.3", "@angular/common": "11.0.5", "@angular/compiler": "11.0.5", "@angular/core": "11.0.5", "@angular/flex-layout": "11.0.0-beta.33", "@angular/forms": "11.0.5", "@angular/localize": "11.0.5", "@angular/material": "11.0.3", "@angular/platform-browser": "11.0.5", "@angular/platform-browser-dynamic": "11.0.5", "@angular/router": "11.0.5", "@jedmao/ini-parser": "0.2.4", "angular-material-dynamic-themes": "1.0.4", "angular-notifier": "6.0.1", "angularx-qrcode": "10.0.11", "classlist.js": "1.1.20150312", "core-js": "3.6.4", "file-saver": "2.0.5", "hammerjs": "2.0.8", "install": "0.13.0", "ip-address": "^7.1.0", "ip-cidr": "2.1.1", "js-file-download": "0.4.12", "jszip": "3.5.0", "material-icons": "0.5.1", "ngx-cookie-service": "11.0.2", "npm": "6.14.6", "remove": "0.1.5", "rxjs": "6.5.5", "tslib": "2.0.3", "web-animations-js": "2.3.2", "widdershins": "4.0.1", "zone.js": "0.10.3" }, "devDependencies": { "@angular-devkit/schematics": "^11.0.5", "@angular-devkit/build-angular": "~0.1100.5", "@angular/cli": "11.0.5", "@angular/compiler-cli": "11.0.5", "@angular/language-service": "11.0.5", "@types/node": "^13.11.0", "codelyzer": "^6.0.0", "sass": "1.32.0", "pre-commit": "1.2.2", "stylelint": "13.3.0", "stylelint-config-recommended-scss": "4.2.0", "stylelint-config-standard": "20.0.0", "stylelint-scss": "3.16.0", "ts-node": "8.8.2", "tslint": "~6.1.0", "tslint-angular": "3.0.2", "tslint-config-airbnb": "5.11.2", "typescript": "4.0.5" } }