blob: 2c64d169874fce0e917f81b72af62bfa2c6815de [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": {
14 "@angular/animations": "9.0.0-rc.10",
15 "@angular/common": "9.0.0-rc.10",
16 "@angular/core": "9.0.0-rc.10",
17 "@angular/forms": "9.0.0-rc.10",
Sean Condon6ceebf02020-01-24 09:03:03 +000018 "@angular/platform-browser": "9.0.0-rc.10",
19 "@angular/platform-browser-dynamic": "9.0.0-rc.10",
20 "@angular/router": "9.0.0-rc.10",
21 "d3": "^5.15.0",
22 "rxjs": "^6.5.4",
23 "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": {
28 "@angular/bazel": "9.0.0-rc.10",
29 "@angular/cli": "9.0.0-rc.10",
30 "@angular/compiler": "9.0.0-rc.10",
31 "@angular/compiler-cli": "9.0.0-rc.10",
32 "@bazel/hide-bazel-files": "1.1.0",
33 "@bazel/karma": "1.1.0",
34 "@bazel/protractor": "1.1.0",
Sean Condon6ceebf02020-01-24 09:03:03 +000035 "@bazel/rollup": "1.1.0",
36 "@bazel/terser": "1.1.0",
Sean Condoned77aeb2020-03-15 21:24:43 +000037 "@bazel/typescript": "1.1.0",
Sean Condon6ceebf02020-01-24 09:03:03 +000038 "@types/jasmine": "3.4.0",
Sean Condoned77aeb2020-03-15 21:24:43 +000039 "@types/node": "10.14.22",
Sean Condon6ceebf02020-01-24 09:03:03 +000040 "core-js": "2.6.9",
41 "history-server": "^1.3.1",
42 "html-insert-assets": "^0.4.0",
43 "karma": "~4.1.0",
44 "karma-chrome-launcher": "2.2.0",
45 "karma-firefox-launcher": "1.1.0",
46 "karma-jasmine": "2.0.1",
47 "karma-requirejs": "1.1.0",
48 "karma-sourcemap-loader": "0.3.7",
49 "protractor": "~5.4.2",
50 "requirejs": "2.3.6",
51 "rollup": "^1.21.4",
52 "rollup-plugin-commonjs": "^10.1.0",
53 "rollup-plugin-node-resolve": "^5.2.0",
54 "terser": "4.3.1",
55 "typescript": "3.7.5"
56 }
Sean Condon83fc39f2018-04-19 18:56:13 +010057}