mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-18 02:39:50 +00:00
Working version
This commit is contained in:
parent
015a1a9350
commit
c4eecd3e8b
71
package.json
71
package.json
@ -40,35 +40,37 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@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",
|
||||
"@angular-react/core": "^3.0.0",
|
||||
"@angular-react/fabric": "^3.0.0",
|
||||
"@angular/animations": "^11.0.8",
|
||||
"@angular/cdk": "^11.0.3",
|
||||
"@angular/common": "^11.0.8",
|
||||
"@angular/compiler": "^11.0.8",
|
||||
"@angular/core": "^11.0.8",
|
||||
"@angular/forms": "^11.0.8",
|
||||
"@angular/http": "^7.2.16",
|
||||
"@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",
|
||||
"@angular/material": "^11.0.3",
|
||||
"@angular/platform-browser": "^11.0.8",
|
||||
"@angular/platform-browser-dynamic": "^11.0.8",
|
||||
"@angular/router": "^11.0.8",
|
||||
"@sentry/browser": "^5.29.2",
|
||||
"@types/jest": "^26.0.20",
|
||||
"@types/mocha": "^8.2.0",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dom": "^17.0.1",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"angular-draggable-droppable": "^4.6.0",
|
||||
"angular-persistence": "^1.0.1",
|
||||
"angular-resizable-element": "^3.3.5",
|
||||
"angular-resizable-element": "^3.3.4",
|
||||
"angular2-draggable": "^2.3.2",
|
||||
"angular2-hotkeys": "^2.2.0",
|
||||
"angular2-indexeddb": "^1.2.3",
|
||||
"bootstrap": "^4.6.0",
|
||||
"bootstrap": "^4.5.3",
|
||||
"command-exists": "^1.2.9",
|
||||
"core-js": "^3.8.3",
|
||||
"core-js": "^3.8.2",
|
||||
"d3-ng2-service": "^2.1.0",
|
||||
"eev": "^0.1.5",
|
||||
"file-saver": "^2.0.5",
|
||||
"ini": "^2.0.0",
|
||||
"file-saver": "^2.0.2",
|
||||
"ini": "^1.3.6",
|
||||
"material-design-icons": "^3.0.1",
|
||||
"ng-circle-progress": "^1.6.0",
|
||||
"ng2-file-upload": "^1.3.0",
|
||||
@ -77,6 +79,7 @@
|
||||
"ngx-electron": "^2.1.1",
|
||||
"node-fetch": "^2.6.1",
|
||||
"notosans-fontface": "1.2.2",
|
||||
"office-ui-fabric-react": "^7.156.0",
|
||||
"react": "^17.0.1",
|
||||
"react-bootstrap": "^1.4.3",
|
||||
"react-dom": "^17.0.1",
|
||||
@ -85,36 +88,36 @@
|
||||
"save-html-as-image": "^1.3.4",
|
||||
"save-svg-as-png": "^1.4.14",
|
||||
"schematics-scss-migrate": "^1.2.10",
|
||||
"snyk": "^1.455.0",
|
||||
"snyk": "^1.437.3",
|
||||
"spark-md5": "^3.0.1",
|
||||
"svg-crowbar": "^0.6.5",
|
||||
"tree-kill": "^1.2.1",
|
||||
"tslib": "^2.1.0",
|
||||
"typeface-roboto": "^1.1.13",
|
||||
"xterm": "^4.10.0",
|
||||
"xterm": "^4.9.0",
|
||||
"xterm-addon-attach": "^0.6.0",
|
||||
"xterm-addon-fit": "^0.5.0",
|
||||
"xterm-addon-fit": "^0.4.0",
|
||||
"yargs": "^16.2.0",
|
||||
"zone.js": "^0.11.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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",
|
||||
"@angular-devkit/build-angular": "^0.1100.6",
|
||||
"@angular/cli": "^11.0.6",
|
||||
"@angular/compiler-cli": "^11.0.8",
|
||||
"@angular/language-service": "^11.0.8",
|
||||
"@sentry/cli": "^1.61.0",
|
||||
"@sentry/electron": "^2.1.0",
|
||||
"@types/jasmine": "~3.6.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "14.14.28",
|
||||
"@types/node": "14.14.10",
|
||||
"codelyzer": "^6.0.0",
|
||||
"electron": "^11.2.3",
|
||||
"electron": "^11.2.0",
|
||||
"electron-builder": "22.9.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"jasmine-core": "~3.6.0",
|
||||
"jasmine-spec-reporter": "~6.0.0",
|
||||
"jasmine-spec-reporter": "~5.0.0",
|
||||
"jquery": "^3.5.1",
|
||||
"karma": "^6.1.1",
|
||||
"karma": "^5.2.3",
|
||||
"karma-chrome-launcher": "~3.1.0",
|
||||
"karma-cli": "^2.0.0",
|
||||
"karma-coverage-istanbul-reporter": "~3.0.2",
|
||||
@ -127,11 +130,11 @@
|
||||
"replace": "^1.2.0",
|
||||
"rxjs-tslint": "^0.1.8",
|
||||
"ts-mockito": "^2.6.1",
|
||||
"ts-node": "~9.1.1",
|
||||
"ts-node": "~9.0.0",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "4.0.2",
|
||||
"webpack": "5.22.0",
|
||||
"webpack": "4.44.2",
|
||||
"yarn-upgrade-all": "^0.5.4"
|
||||
},
|
||||
"greenkeeper": {
|
||||
|
@ -282,6 +282,8 @@ import { InformationDialogComponent } from './components/dialogs/information-dia
|
||||
import { TemplateNameDialogComponent } from './components/project-map/new-template-dialog/template-name-dialog/template-name-dialog.component';
|
||||
import { UpdatesService } from './services/updates.service';
|
||||
import { ReportIssueComponent } from './components/help/report-issue/report-issue.component';
|
||||
import { AngularReactBrowserModule } from '@angular-react/core';
|
||||
import { FabDialogModule, FabButtonModule } from '@angular-react/fabric';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@ -472,6 +474,7 @@ import { ReportIssueComponent } from './components/help/report-issue/report-issu
|
||||
ReportIssueComponent
|
||||
],
|
||||
imports: [
|
||||
AngularReactBrowserModule,
|
||||
BrowserModule,
|
||||
HttpClientModule,
|
||||
AppRoutingModule,
|
||||
|
Loading…
Reference in New Issue
Block a user