blob: bb9493f5711334b9a3bd27b7cf590f96ca991f78 [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001{
Sean Condon6ceebf02020-01-24 09:03:03 +00002 "name": "gui2",
3 "version": "2.3.5",
4 "license": "MIT",
5 "engines": {
6 "node": ">=10.9.0 <13.0.0",
Sean Condon436c60a2021-01-01 14:23:29 +00007 "yarn": ">=1.9.2 <2.3.1"
Sean Condon6ceebf02020-01-24 09:03:03 +00008 },
9 "scripts": {
10 "postinstall": "ngcc"
11 },
12 "private": true,
13 "dependencies": {
Sean Condon436c60a2021-01-01 14:23:29 +000014 "@angular/animations": "10.2.4",
15 "@angular/common": "10.2.4",
16 "@angular/core": "10.2.4",
17 "@angular/forms": "10.2.4",
18 "@angular/platform-browser": "10.2.4",
19 "@angular/platform-browser-dynamic": "10.2.4",
20 "@angular/router": "10.2.4",
21 "d3": "^5.16.0",
22 "rxjs": "~6.6.3",
Sean Condon6ceebf02020-01-24 09:03:03 +000023 "topojson-client": "^3.1.0",
Sean Condon436c60a2021-01-01 14:23:29 +000024 "tslib": "1.14.1",
25 "zone.js": "0.10.3"
Sean Condon6ceebf02020-01-24 09:03:03 +000026 },
27 "devDependencies": {
Sean Condon436c60a2021-01-01 14:23:29 +000028 "@angular/cli": "10.2.1",
29 "@angular/compiler": "10.2.4",
30 "@angular/compiler-cli": "10.2.4",
31 "@angular-devkit/build-angular": "~0.1002.1",
32 "@bazel/angular": "2.0.0",
33 "@bazel/buildifier": "^3.4.0",
34 "@bazel/karma": "2.0.0",
35 "@bazel/protractor": "2.0.0",
36 "@bazel/rollup": "2.0.0",
37 "@bazel/terser": "2.0.0",
38 "@bazel/typescript": "2.0.0",
Sean Condon6ceebf02020-01-24 09:03:03 +000039 "@types/jasmine": "3.4.0",
Sean Condoned77aeb2020-03-15 21:24:43 +000040 "@types/node": "10.14.22",
Sean Condon6ceebf02020-01-24 09:03:03 +000041 "core-js": "2.6.9",
Sean Condonf86cfc92020-04-14 15:10:03 +010042 "history-server": "~1.3.1",
Sean Condone4e8f6a2020-04-13 10:30:35 +010043 "html-insert-assets": "0.6.0",
Sean Condon6ceebf02020-01-24 09:03:03 +000044 "karma": "~4.1.0",
45 "karma-chrome-launcher": "2.2.0",
46 "karma-firefox-launcher": "1.1.0",
47 "karma-jasmine": "2.0.1",
48 "karma-requirejs": "1.1.0",
49 "karma-sourcemap-loader": "0.3.7",
Sean Condonf86cfc92020-04-14 15:10:03 +010050 "karma-jasmine-html-reporter": "~1.5.3",
51 "karma-coverage-istanbul-reporter": "~2.1.1",
Sean Condon6ceebf02020-01-24 09:03:03 +000052 "protractor": "~5.4.2",
53 "requirejs": "2.3.6",
Sean Condon436c60a2021-01-01 14:23:29 +000054 "rollup": "2.3.4",
55 "@rollup/plugin-commonjs": "^14.0.0",
56 "@rollup/plugin-node-resolve": "^8.4.0",
Sean Condon6ceebf02020-01-24 09:03:03 +000057 "terser": "4.3.1",
Sean Condon436c60a2021-01-01 14:23:29 +000058 "typescript": "3.9.7"
Sean Condon6ceebf02020-01-24 09:03:03 +000059 }
Sean Condon83fc39f2018-04-19 18:56:13 +010060}