2017-09-25 11:07:52 +00:00
|
|
|
{
|
|
|
|
"name": "gns3-web-ui",
|
2020-08-07 07:50:50 +00:00
|
|
|
"version": "2020.3.0-beta.2",
|
2019-01-08 13:31:24 +00:00
|
|
|
"author": {
|
|
|
|
"name": "GNS3 Technology Inc.",
|
|
|
|
"email": "developers@gns3.com"
|
|
|
|
},
|
|
|
|
"description": "Graphical Network Simulator-3 is a network software emulator.",
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
"license": "GPLv3",
|
2018-01-03 15:46:15 +00:00
|
|
|
"main": "main.js",
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
"repository": {
|
2018-01-18 09:50:46 +00:00
|
|
|
"type": "git",
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
"url": "https://github.com/GNS3/gns3-web-ui.git"
|
|
|
|
},
|
2017-09-25 11:07:52 +00:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
2018-07-06 11:16:45 +00:00
|
|
|
"startforelectron": "ng serve --configuration=electronDev",
|
2017-09-25 11:07:52 +00:00
|
|
|
"build": "ng build",
|
2019-09-26 20:16:43 +00:00
|
|
|
"buildforelectron": "ng build --configuration=electronProd",
|
2018-07-06 11:16:45 +00:00
|
|
|
"buildforgithub": "ng build --configuration=githubProd",
|
2017-09-25 11:07:52 +00:00
|
|
|
"test": "ng test",
|
|
|
|
"lint": "ng lint",
|
2018-01-03 15:46:15 +00:00
|
|
|
"e2e": "ng e2e",
|
2018-04-06 11:15:23 +00:00
|
|
|
"electron": "electron .",
|
|
|
|
"electrondev": "concurrently -k \"yarn startforelectron\" \"electron . -e dev\"",
|
Icons set
Build electron for Linux, Windows and macOS. Ref. #18, #19, #20, #22
Include gns3server in electron app. Ref. #21
Bumping version Ref. #24
CD and Release for AppVeyor, CircleCi and TCI. Ref. #25, #26, #27, #28
Make lighter artifacts #31
Build gns3server for Linux, Windows and macOS. Ref. #33, #34, #35
2018-01-04 11:50:20 +00:00
|
|
|
"distlinux": "yarn buildforelectron && electron-builder --linux --x64",
|
|
|
|
"distwin": "yarn buildforelectron && electron-builder --win --x64",
|
|
|
|
"distmac": "yarn buildforelectron && electron-builder --mac --x64",
|
2018-11-26 15:45:13 +00:00
|
|
|
"release": "build",
|
2018-12-10 12:44:49 +00:00
|
|
|
"coverage": "ng test --watch=false --code-coverage",
|
|
|
|
"prettier:base": "prettier",
|
|
|
|
"prettier:check": "yarn prettier:base -- --list-different \"src/**/*.{ts,js,html,scss}\"",
|
2018-12-10 13:04:49 +00:00
|
|
|
"prettier:write": "yarn prettier:base -- --write \"src/**/*.{ts,js,html,scss}\"",
|
2019-01-25 12:48:22 +00:00
|
|
|
"generate-licenses-file": "yarn license-checker --production --csv --out licenses.csv",
|
2019-02-01 10:01:03 +00:00
|
|
|
"prebuildforelectron": "node set-variables-in-env.js --set src/environments/environment.electron.prod.ts",
|
2020-07-10 04:13:48 +00:00
|
|
|
"postbuildforelectron": "node set-variables-in-env.js --unset src/environments/environment.electron.prod.ts",
|
|
|
|
"snyk-protect": "snyk protect",
|
|
|
|
"prepare": "yarn run snyk-protect"
|
2017-09-25 11:07:52 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-07-01 08:25:59 +00:00
|
|
|
"@angular/animations": "^10.0.2",
|
2020-06-30 14:27:38 +00:00
|
|
|
"@angular/cdk": "^10.0.1",
|
2020-07-01 08:25:59 +00:00
|
|
|
"@angular/common": "^10.0.2",
|
|
|
|
"@angular/compiler": "^10.0.2",
|
|
|
|
"@angular/core": "^10.0.2",
|
|
|
|
"@angular/forms": "^10.0.2",
|
2020-06-29 11:02:59 +00:00
|
|
|
"@angular/http": "^7.2.16",
|
2020-06-30 14:35:17 +00:00
|
|
|
"@angular/material": "^10.0.1",
|
2020-07-01 08:25:59 +00:00
|
|
|
"@angular/platform-browser": "^10.0.2",
|
|
|
|
"@angular/platform-browser-dynamic": "^10.0.2",
|
|
|
|
"@angular/router": "^10.0.2",
|
2020-07-23 12:42:41 +00:00
|
|
|
"@sentry/browser": "^5.18.0",
|
2020-06-30 11:30:48 +00:00
|
|
|
"@types/jest": "^26.0.3",
|
|
|
|
"@types/mocha": "^7.0.2",
|
2020-06-29 11:02:59 +00:00
|
|
|
"angular-draggable-droppable": "^4.5.1",
|
2018-04-04 14:05:29 +00:00
|
|
|
"angular-persistence": "^1.0.1",
|
2020-06-29 11:02:59 +00:00
|
|
|
"angular-resizable-element": "^3.3.2",
|
2019-10-22 08:09:38 +00:00
|
|
|
"angular2-draggable": "^2.3.2",
|
2020-06-29 11:02:59 +00:00
|
|
|
"angular2-hotkeys": "^2.2.0",
|
2018-11-19 07:28:24 +00:00
|
|
|
"angular2-indexeddb": "^1.2.3",
|
2020-06-30 15:05:10 +00:00
|
|
|
"bootstrap": "4.5.0",
|
2020-06-29 11:02:59 +00:00
|
|
|
"command-exists": "^1.2.9",
|
|
|
|
"core-js": "^3.6.5",
|
2019-10-17 12:08:55 +00:00
|
|
|
"css-tree": "^1.0.0-alpha.36",
|
2018-04-11 06:44:20 +00:00
|
|
|
"d3-ng2-service": "^2.1.0",
|
2019-10-02 11:29:32 +00:00
|
|
|
"file-saver": "^2.0.2",
|
2019-03-05 08:06:15 +00:00
|
|
|
"ini": "^1.3.5",
|
2018-04-10 10:45:40 +00:00
|
|
|
"material-design-icons": "^3.0.1",
|
2020-01-20 15:43:29 +00:00
|
|
|
"ng-circle-progress": "^1.5.1",
|
2018-10-25 09:40:37 +00:00
|
|
|
"ng2-file-upload": "^1.3.0",
|
2020-01-21 14:34:44 +00:00
|
|
|
"ngx-childprocess": "^0.0.6",
|
2020-06-29 11:02:59 +00:00
|
|
|
"ngx-device-detector": "^1.4.5",
|
2019-02-27 09:04:34 +00:00
|
|
|
"ngx-electron": "^2.1.1",
|
2019-07-25 08:25:47 +00:00
|
|
|
"node-fetch": "^2.6.0",
|
2020-06-30 13:44:33 +00:00
|
|
|
"notosans-fontface": "1.1.0",
|
2020-06-29 11:02:59 +00:00
|
|
|
"rxjs": "^6.5.5",
|
|
|
|
"rxjs-compat": "^6.5.5",
|
|
|
|
"save-html-as-image": "^1.3.3",
|
2019-08-28 08:08:37 +00:00
|
|
|
"save-svg-as-png": "^1.4.14",
|
2020-07-23 12:42:41 +00:00
|
|
|
"snyk": "^1.361.3",
|
2020-06-30 15:05:10 +00:00
|
|
|
"svg-crowbar": "^0.6.0",
|
2019-03-05 08:06:15 +00:00
|
|
|
"tree-kill": "^1.2.1",
|
2020-06-30 08:42:31 +00:00
|
|
|
"tslib": "^2.0.0",
|
2019-07-25 08:25:47 +00:00
|
|
|
"typeface-roboto": "^0.0.75",
|
2019-10-17 12:08:55 +00:00
|
|
|
"xterm": "^4.1.0",
|
2020-06-30 14:27:38 +00:00
|
|
|
"xterm-addon-attach": "^0.6.0",
|
|
|
|
"xterm-addon-fit": "^0.4.0",
|
2020-06-29 11:02:59 +00:00
|
|
|
"yargs": "^15.3.1",
|
2020-07-23 12:42:41 +00:00
|
|
|
"zone.js": "~0.10.3"
|
2017-09-25 11:07:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-30 08:42:31 +00:00
|
|
|
"@angular-devkit/build-angular": "~0.1000.0",
|
|
|
|
"@angular/cli": "^10.0.0",
|
2020-07-01 08:25:59 +00:00
|
|
|
"@angular/compiler-cli": "^10.0.2",
|
|
|
|
"@angular/language-service": "^10.0.2",
|
2020-05-18 18:43:26 +00:00
|
|
|
"@sentry/cli": "^1.53.0",
|
2020-06-30 15:05:10 +00:00
|
|
|
"@sentry/electron": "^1.3.0",
|
2020-06-29 11:02:59 +00:00
|
|
|
"@types/jasmine": "^3.5.11",
|
2019-10-17 12:15:46 +00:00
|
|
|
"@types/jasminewd2": "^2.0.8",
|
2020-06-30 11:41:43 +00:00
|
|
|
"@types/node": "12.12.6",
|
2020-06-30 11:30:48 +00:00
|
|
|
"codelyzer": "^5.2.2",
|
2020-06-30 15:05:10 +00:00
|
|
|
"electron": "^9.0.5",
|
|
|
|
"electron-builder": "22.7.0",
|
2020-06-29 11:02:59 +00:00
|
|
|
"file-loader": "^6.0.0",
|
2020-06-30 11:30:48 +00:00
|
|
|
"jasmine-core": "^3.5.0",
|
|
|
|
"jasmine-spec-reporter": "^5.0.2",
|
2020-06-29 11:02:59 +00:00
|
|
|
"jquery": "^3.5.1",
|
2020-06-30 11:30:48 +00:00
|
|
|
"karma": "^5.1.0",
|
|
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
|
|
"karma-cli": "^2.0.0",
|
2020-06-30 08:42:31 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
2020-06-30 11:30:48 +00:00
|
|
|
"karma-jasmine": "^3.3.1",
|
|
|
|
"karma-jasmine-html-reporter": "^1.5.4",
|
2019-02-27 09:04:34 +00:00
|
|
|
"license-checker": "^25.0.1",
|
2020-06-29 11:02:59 +00:00
|
|
|
"node-sass": "^4.14.1",
|
|
|
|
"popper.js": "^1.16.1",
|
2020-06-30 15:05:10 +00:00
|
|
|
"prettier": "^2.0.5",
|
2020-06-30 11:30:48 +00:00
|
|
|
"protractor": "^7.0.0",
|
2020-06-29 11:02:59 +00:00
|
|
|
"replace": "^1.2.0",
|
2020-06-30 11:30:48 +00:00
|
|
|
"rxjs-tslint": "^0.1.8",
|
2020-06-29 11:02:59 +00:00
|
|
|
"ts-mockito": "^2.6.1",
|
2020-06-30 15:05:10 +00:00
|
|
|
"ts-node": "~8.10.2",
|
2020-06-30 11:30:48 +00:00
|
|
|
"tslint": "^6.1.2",
|
2019-02-27 09:04:34 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0",
|
2020-06-30 11:30:48 +00:00
|
|
|
"typescript": "^3.9.5",
|
|
|
|
"webpack": "^4.43.0"
|
2018-01-23 09:19:45 +00:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
|
|
|
"ignore": [
|
|
|
|
"typescript"
|
|
|
|
]
|
2020-07-10 04:13:48 +00:00
|
|
|
},
|
|
|
|
"snyk": true
|
2019-11-15 11:45:30 +00:00
|
|
|
}
|