{ "name": "gns3-web-ui", "version": "2020.3.0-beta.1", "author": { "name": "GNS3 Technology Inc.", "email": "developers@gns3.com" }, "description": "Graphical Network Simulator-3 is a network software emulator.", "license": "GPLv3", "main": "main.js", "repository": { "type": "git", "url": "https://github.com/GNS3/gns3-web-ui.git" }, "scripts": { "ng": "ng", "start": "ng serve", "startforelectron": "ng serve --configuration=electronDev", "build": "ng build", "buildforelectron": "ng build --configuration=electronProd", "buildforgithub": "ng build --configuration=githubProd", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "electron": "electron .", "electrondev": "concurrently -k \"yarn startforelectron\" \"electron . -e dev\"", "distlinux": "yarn buildforelectron && electron-builder --linux --x64", "distwin": "yarn buildforelectron && electron-builder --win --x64", "distmac": "yarn buildforelectron && electron-builder --mac --x64", "release": "build", "coverage": "ng test --watch=false --code-coverage", "prettier:base": "prettier", "prettier:check": "yarn prettier:base -- --list-different \"src/**/*.{ts,js,html,scss}\"", "prettier:write": "yarn prettier:base -- --write \"src/**/*.{ts,js,html,scss}\"", "generate-licenses-file": "yarn license-checker --production --csv --out licenses.csv", "prebuildforelectron": "node set-variables-in-env.js --set src/environments/environment.electron.prod.ts", "postbuildforelectron": "node set-variables-in-env.js --unset src/environments/environment.electron.prod.ts", "snyk-protect": "snyk protect", "prepare": "yarn run snyk-protect" }, "private": true, "dependencies": { "@angular/animations": "^10.0.2", "@angular/cdk": "^10.0.1", "@angular/common": "^10.0.2", "@angular/compiler": "^10.0.2", "@angular/core": "^10.0.2", "@angular/forms": "^10.0.2", "@angular/http": "^7.2.16", "@angular/material": "^10.0.1", "@angular/platform-browser": "^10.0.2", "@angular/platform-browser-dynamic": "^10.0.2", "@angular/router": "^10.0.2", "@sentry/browser": "^5.18.0", "@types/jest": "^26.0.3", "@types/mocha": "^7.0.2", "angular-draggable-droppable": "^4.5.1", "angular-persistence": "^1.0.1", "angular-resizable-element": "^3.3.2", "angular2-draggable": "^2.3.2", "angular2-hotkeys": "^2.2.0", "angular2-indexeddb": "^1.2.3", "bootstrap": "4.5.0", "command-exists": "^1.2.9", "core-js": "^3.6.5", "css-tree": "^1.0.0-alpha.36", "d3-ng2-service": "^2.1.0", "file-saver": "^2.0.2", "ini": "^1.3.5", "material-design-icons": "^3.0.1", "ng-circle-progress": "^1.5.1", "ng2-file-upload": "^1.3.0", "ngx-childprocess": "^0.0.6", "ngx-device-detector": "^1.4.5", "ngx-electron": "^2.1.1", "node-fetch": "^2.6.0", "notosans-fontface": "1.1.0", "rxjs": "^6.5.5", "rxjs-compat": "^6.5.5", "save-html-as-image": "^1.3.3", "save-svg-as-png": "^1.4.14", "snyk": "^1.361.3", "svg-crowbar": "^0.6.0", "tree-kill": "^1.2.1", "tslib": "^2.0.0", "typeface-roboto": "^0.0.75", "xterm": "^4.1.0", "xterm-addon-attach": "^0.6.0", "xterm-addon-fit": "^0.4.0", "yargs": "^15.3.1", "zone.js": "~0.10.3" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1000.0", "@angular/cli": "^10.0.0", "@angular/compiler-cli": "^10.0.2", "@angular/language-service": "^10.0.2", "@sentry/cli": "^1.53.0", "@sentry/electron": "^1.3.0", "@types/jasmine": "^3.5.11", "@types/jasminewd2": "^2.0.8", "@types/node": "12.12.6", "codelyzer": "^5.2.2", "electron": "^9.0.5", "electron-builder": "22.7.0", "file-loader": "^6.0.0", "jasmine-core": "^3.5.0", "jasmine-spec-reporter": "^5.0.2", "jquery": "^3.5.1", "karma": "^5.1.0", "karma-chrome-launcher": "^3.1.0", "karma-cli": "^2.0.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "^3.3.1", "karma-jasmine-html-reporter": "^1.5.4", "license-checker": "^25.0.1", "node-sass": "^4.14.1", "popper.js": "^1.16.1", "prettier": "^2.0.5", "protractor": "^7.0.0", "replace": "^1.2.0", "rxjs-tslint": "^0.1.8", "ts-mockito": "^2.6.1", "ts-node": "~8.10.2", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.5", "webpack": "^4.43.0" }, "greenkeeper": { "ignore": [ "typescript" ] }, "snyk": true }