2017-09-25 11:07:52 +00:00
|
|
|
{
|
|
|
|
"name": "gns3-web-ui",
|
2020-12-04 12:17:54 +00:00
|
|
|
"version": "2.2.18dev",
|
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": {
|
2021-02-15 20:54:11 +00:00
|
|
|
"@angular/animations": "^11.2.0",
|
|
|
|
"@angular/cdk": "^11.2.0",
|
|
|
|
"@angular/common": "^11.2.0",
|
|
|
|
"@angular/compiler": "^11.2.0",
|
|
|
|
"@angular/core": "^11.2.0",
|
|
|
|
"@angular/forms": "^11.2.0",
|
2020-06-29 11:02:59 +00:00
|
|
|
"@angular/http": "^7.2.16",
|
2021-02-15 20:54:11 +00:00
|
|
|
"@angular/material": "^11.2.0",
|
|
|
|
"@angular/platform-browser": "^11.2.0",
|
|
|
|
"@angular/platform-browser-dynamic": "^11.2.0",
|
|
|
|
"@angular/router": "^11.2.0",
|
|
|
|
"@sentry/browser": "^6.1.0",
|
2021-01-13 10:59:45 +00:00
|
|
|
"@types/jest": "^26.0.20",
|
|
|
|
"@types/mocha": "^8.2.0",
|
2021-02-15 20:54:11 +00:00
|
|
|
"@types/react": "^17.0.2",
|
|
|
|
"@types/react-dom": "^17.0.1",
|
2021-01-13 10:59:45 +00:00
|
|
|
"angular-draggable-droppable": "^4.6.0",
|
2018-04-04 14:05:29 +00:00
|
|
|
"angular-persistence": "^1.0.1",
|
2021-02-15 20:54:11 +00:00
|
|
|
"angular-resizable-element": "^3.3.5",
|
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",
|
2021-02-15 20:54:11 +00:00
|
|
|
"bootstrap": "^4.6.0",
|
2020-06-29 11:02:59 +00:00
|
|
|
"command-exists": "^1.2.9",
|
2021-02-15 20:54:11 +00:00
|
|
|
"core-js": "^3.8.3",
|
2018-04-11 06:44:20 +00:00
|
|
|
"d3-ng2-service": "^2.1.0",
|
2021-01-28 00:07:51 +00:00
|
|
|
"eev": "^0.1.5",
|
2021-01-13 10:59:45 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2021-02-15 20:54:11 +00:00
|
|
|
"ini": "^2.0.0",
|
2018-04-10 10:45:40 +00:00
|
|
|
"material-design-icons": "^3.0.1",
|
2020-10-13 14:12:14 +00:00
|
|
|
"ng-circle-progress": "^1.6.0",
|
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",
|
2021-01-13 10:59:45 +00:00
|
|
|
"ngx-device-detector": "^2.0.5",
|
2019-02-27 09:04:34 +00:00
|
|
|
"ngx-electron": "^2.1.1",
|
2020-09-12 02:26:12 +00:00
|
|
|
"node-fetch": "^2.6.1",
|
2020-09-23 09:09:42 +00:00
|
|
|
"notosans-fontface": "1.2.2",
|
2021-01-23 00:23:32 +00:00
|
|
|
"react": "^17.0.1",
|
2021-01-25 00:47:46 +00:00
|
|
|
"react-bootstrap": "^1.4.3",
|
2021-01-23 00:23:32 +00:00
|
|
|
"react-dom": "^17.0.1",
|
2020-09-23 09:09:42 +00:00
|
|
|
"rxjs": "^6.6.3",
|
|
|
|
"rxjs-compat": "^6.6.3",
|
|
|
|
"save-html-as-image": "^1.3.4",
|
2019-08-28 08:08:37 +00:00
|
|
|
"save-svg-as-png": "^1.4.14",
|
2020-11-06 23:38:14 +00:00
|
|
|
"schematics-scss-migrate": "^1.2.10",
|
2021-02-15 20:54:11 +00:00
|
|
|
"snyk": "^1.455.0",
|
2020-12-02 02:53:06 +00:00
|
|
|
"spark-md5": "^3.0.1",
|
2021-01-13 10:59:45 +00:00
|
|
|
"svg-crowbar": "^0.6.5",
|
2019-03-05 08:06:15 +00:00
|
|
|
"tree-kill": "^1.2.1",
|
2021-01-13 10:59:45 +00:00
|
|
|
"tslib": "^2.1.0",
|
2020-11-28 00:31:20 +00:00
|
|
|
"typeface-roboto": "^1.1.13",
|
2021-02-15 20:54:11 +00:00
|
|
|
"xterm": "^4.10.0",
|
2020-06-30 14:27:38 +00:00
|
|
|
"xterm-addon-attach": "^0.6.0",
|
2021-02-15 20:54:11 +00:00
|
|
|
"xterm-addon-fit": "^0.5.0",
|
2021-01-13 10:59:45 +00:00
|
|
|
"yargs": "^16.2.0",
|
|
|
|
"zone.js": "^0.11.3"
|
2017-09-25 11:07:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-15 20:54:11 +00:00
|
|
|
"@angular-devkit/build-angular": "^0.1102.0",
|
|
|
|
"@angular/cli": "^11.2.0",
|
|
|
|
"@angular/compiler-cli": "^11.2.0",
|
|
|
|
"@angular/language-service": "^11.2.0",
|
|
|
|
"@sentry/cli": "^1.62.0",
|
|
|
|
"@sentry/electron": "^2.2.0",
|
|
|
|
"@types/jasmine": "~3.6.3",
|
2019-10-17 12:15:46 +00:00
|
|
|
"@types/jasminewd2": "^2.0.8",
|
2021-02-15 20:54:11 +00:00
|
|
|
"@types/node": "14.14.28",
|
2020-11-28 00:31:20 +00:00
|
|
|
"codelyzer": "^6.0.0",
|
2021-02-15 20:54:11 +00:00
|
|
|
"electron": "^11.2.3",
|
2020-11-28 00:31:20 +00:00
|
|
|
"electron-builder": "22.9.1",
|
2021-01-13 10:59:45 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2020-11-28 00:31:20 +00:00
|
|
|
"jasmine-core": "~3.6.0",
|
2021-02-15 20:54:11 +00:00
|
|
|
"jasmine-spec-reporter": "~6.0.0",
|
2020-06-29 11:02:59 +00:00
|
|
|
"jquery": "^3.5.1",
|
2021-02-15 20:54:11 +00:00
|
|
|
"karma": "^6.1.1",
|
2020-11-28 00:31:20 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-06-30 11:30:48 +00:00
|
|
|
"karma-cli": "^2.0.0",
|
2020-06-30 08:42:31 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
2020-11-28 00:31:20 +00:00
|
|
|
"karma-jasmine": "~4.0.0",
|
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
2019-02-27 09:04:34 +00:00
|
|
|
"license-checker": "^25.0.1",
|
2020-06-29 11:02:59 +00:00
|
|
|
"popper.js": "^1.16.1",
|
2021-01-13 10:59:45 +00:00
|
|
|
"prettier": "^2.2.1",
|
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",
|
2021-02-15 20:54:11 +00:00
|
|
|
"ts-node": "~9.1.1",
|
2020-09-23 09:09:42 +00:00
|
|
|
"tslint": "^6.1.3",
|
2019-02-27 09:04:34 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0",
|
2021-01-13 00:15:35 +00:00
|
|
|
"typescript": "4.0.2",
|
2021-02-15 20:54:11 +00:00
|
|
|
"webpack": "5.22.0",
|
2020-11-28 00:03:39 +00:00
|
|
|
"yarn-upgrade-all": "^0.5.4"
|
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
|
|
|
}
|