blob: 23ad0a0d13d675a12fe10a06e36fd498aebfebe7 [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",
7 "yarn": ">=1.9.2 <2.0.0"
8 },
9 "scripts": {
10 "postinstall": "ngcc"
11 },
12 "private": true,
13 "dependencies": {
Sean Condone4e8f6a2020-04-13 10:30:35 +010014 "@angular/animations": "9.1.0",
15 "@angular/common": "9.1.0",
16 "@angular/core": "9.1.0",
17 "@angular/forms": "9.1.0",
18 "@angular/platform-browser": "9.1.0",
19 "@angular/platform-browser-dynamic": "9.1.0",
20 "@angular/router": "9.1.0",
Sean Condon6ceebf02020-01-24 09:03:03 +000021 "d3": "^5.15.0",
Sean Condonf86cfc92020-04-14 15:10:03 +010022 "rxjs": "~6.5.4",
Sean Condon6ceebf02020-01-24 09:03:03 +000023 "topojson-client": "^3.1.0",
Sean Condoned77aeb2020-03-15 21:24:43 +000024 "tslib": "1.10.0",
25 "zone.js": "0.10.2"
Sean Condon6ceebf02020-01-24 09:03:03 +000026 },
27 "devDependencies": {
Sean Condone4e8f6a2020-04-13 10:30:35 +010028 "@angular/bazel": "9.1.0",
29 "@angular/cli": "9.1.0",
30 "@angular/compiler": "9.1.0",
31 "@angular/compiler-cli": "9.1.0",
Sean Condonf86cfc92020-04-14 15:10:03 +010032 "@angular-devkit/build-angular": "~0.901.1",
Sean Condon6ceebf02020-01-24 09:03:03 +000033 "@bazel/hide-bazel-files": "1.1.0",
Sean Condone4e8f6a2020-04-13 10:30:35 +010034 "@bazel/karma": "1.6.0",
35 "@bazel/protractor": "1.6.0",
36 "@bazel/rollup": "1.6.0",
37 "@bazel/terser": "1.6.0",
38 "@bazel/typescript": "1.6.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 Condonf86cfc92020-04-14 15:10:03 +010054 "rollup": "~1.21.4",
55 "rollup-plugin-commonjs": "~10.1.0",
56 "rollup-plugin-node-resolve": "~5.2.0",
Sean Condon6ceebf02020-01-24 09:03:03 +000057 "terser": "4.3.1",
Sean Condone4e8f6a2020-04-13 10:30:35 +010058 "typescript": "3.8.3"
Sean Condon6ceebf02020-01-24 09:03:03 +000059 }
Sean Condon83fc39f2018-04-19 18:56:13 +010060}