2017-09-25 11:07:52 +00:00
|
|
|
{
|
|
|
|
"name": "gns3-web-ui",
|
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
|
|
|
"version": "0.0.1-beta.0",
|
|
|
|
"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",
|
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
|
|
|
"startforelectron": "ng serve -e electronDev",
|
2017-09-25 11:07:52 +00:00
|
|
|
"build": "ng build",
|
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
|
|
|
"buildforelectron": "ng build -e electronProd",
|
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",
|
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
|
|
|
"electrondev": "concurrently -k \"yarn startforelectron\" \"electron .\"",
|
|
|
|
"distlinux": "yarn buildforelectron && electron-builder --linux --x64",
|
|
|
|
"distwin": "yarn buildforelectron && electron-builder --win --x64",
|
|
|
|
"distmac": "yarn buildforelectron && electron-builder --mac --x64",
|
|
|
|
"release": "build"
|
2017-09-25 11:07:52 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-01-18 09:50:46 +00:00
|
|
|
"@angular/animations": "^5.2.1",
|
|
|
|
"@angular/cdk": "^5.1.0",
|
|
|
|
"@angular/common": "^5.2.1",
|
|
|
|
"@angular/compiler": "^5.2.1",
|
|
|
|
"@angular/core": "^5.2.1",
|
|
|
|
"@angular/forms": "^5.2.1",
|
|
|
|
"@angular/http": "^5.2.1",
|
|
|
|
"@angular/material": "^5.1.0",
|
|
|
|
"@angular/platform-browser": "^5.2.1",
|
|
|
|
"@angular/platform-browser-dynamic": "^5.2.1",
|
|
|
|
"@angular/router": "^5.2.1",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^1.0.0-beta.9",
|
2018-04-04 14:05:29 +00:00
|
|
|
"angular-persistence": "^1.0.1",
|
2018-03-30 07:13:30 +00:00
|
|
|
"angular2-hotkeys": "^2.0.4",
|
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
|
|
|
"angular2-indexeddb": "^1.2.2",
|
2018-01-23 08:01:58 +00:00
|
|
|
"bootstrap": "4.0.0",
|
2017-09-25 11:07:52 +00:00
|
|
|
"core-js": "^2.4.1",
|
2018-01-18 09:50:46 +00:00
|
|
|
"d3-ng2-service": "^1.23.3",
|
2018-04-04 14:05:29 +00:00
|
|
|
"electron-settings": "^3.1.4",
|
2017-10-18 11:30:38 +00:00
|
|
|
"npm-check-updates": "^2.13.0",
|
2018-03-30 10:42:42 +00:00
|
|
|
"raven-js": "^3.24.0",
|
2017-09-25 11:07:52 +00:00
|
|
|
"rxjs": "^5.4.1",
|
2018-01-18 09:50:46 +00:00
|
|
|
"zone.js": "^0.8.20"
|
2017-09-25 11:07:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-03-09 05:27:08 +00:00
|
|
|
"@angular/cli": "^6.0.0-beta.5",
|
2018-01-18 09:50:46 +00:00
|
|
|
"@angular/compiler-cli": "^5.2.1",
|
|
|
|
"@angular/language-service": "^5.2.1",
|
2018-04-03 12:35:41 +00:00
|
|
|
"@sentry/electron": "^0.4.2",
|
2018-01-23 08:01:58 +00:00
|
|
|
"@types/jasmine": "~2.8.5",
|
2017-09-25 11:07:52 +00:00
|
|
|
"@types/jasminewd2": "~2.0.2",
|
2018-03-22 22:04:41 +00:00
|
|
|
"@types/node": "~9.6.0",
|
2018-01-23 08:01:58 +00:00
|
|
|
"codelyzer": "~4.1.0",
|
2018-03-16 20:27:27 +00:00
|
|
|
"electron": "1.8.4",
|
2018-02-13 07:50:30 +00:00
|
|
|
"electron-builder": "^20.0.4",
|
2018-02-06 18:42:43 +00:00
|
|
|
"jasmine-core": "~2.99.0",
|
2017-10-18 11:30:38 +00:00
|
|
|
"jasmine-spec-reporter": "~4.2.1",
|
2018-01-23 08:01:58 +00:00
|
|
|
"jquery": "^3.3.1",
|
2018-01-03 13:26:35 +00:00
|
|
|
"karma": "~2.0.0",
|
2017-10-18 11:30:38 +00:00
|
|
|
"karma-chrome-launcher": "~2.2.0",
|
2017-09-25 11:07:52 +00:00
|
|
|
"karma-cli": "~1.0.1",
|
|
|
|
"karma-coverage-istanbul-reporter": "^1.2.1",
|
|
|
|
"karma-jasmine": "~1.1.0",
|
|
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
2017-10-31 14:45:38 +00:00
|
|
|
"node-sass": "^4.5.3",
|
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
|
|
|
"popper.js": "^1.12.3",
|
2018-01-25 18:34:21 +00:00
|
|
|
"protractor": "~5.3.0",
|
2018-03-28 10:02:58 +00:00
|
|
|
"ts-mockito": "^2.3.0",
|
2018-02-19 22:34:27 +00:00
|
|
|
"ts-node": "~5.0.0",
|
2018-01-18 09:50:46 +00:00
|
|
|
"tslint": "~5.9.1",
|
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
|
|
|
"typescript": ">=2.4.0 <2.6.0"
|
2018-01-23 09:19:45 +00:00
|
|
|
},
|
|
|
|
"greenkeeper": {
|
|
|
|
"ignore": [
|
|
|
|
"typescript"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"comments": [
|
|
|
|
"Typescript should remain below 2.6.0, @todo: check later if packages were adjusted"
|
|
|
|
]
|
2017-09-25 11:07:52 +00:00
|
|
|
}
|