Blame view

package.json 1.61 KB
136f52603   lsagona   initial commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  {
    "name": "fdit-visualisation",
    "version": "0.0.0",
    "scripts": {
      "ng": "ng",
      "start": "ng serve",
      "build": "ng build",
      "test": "ng test",
      "lint": "ng lint",
      "e2e": "ng e2e"
    },
    "private": true,
    "dependencies": {
      "@angular/animations": "~10.2.0",
      "@angular/common": "~10.2.0",
      "@angular/compiler": "~10.2.0",
      "@angular/core": "~10.2.0",
      "@angular/forms": "~10.2.0",
      "@angular/platform-browser": "~10.2.0",
      "@angular/platform-browser-dynamic": "~10.2.0",
      "@angular/router": "~10.2.0",
de59ffef8   lsagona   add model + search
22
      "@types/jquery": "^3.5.3",
c4e00deb9   lsagona   add map
23
      "@types/leaflet": "^1.5.19",
8c0f5138e   lsagona   plot arbitrary da...
24
      "angular-plotly.js": "^3.0.0",
de59ffef8   lsagona   add model + search
25
      "angular-split": "^4.0.0",
d6ccfeb79   lsagona   add nav bar
26
      "bootstrap": "^4.5.3",
632c4ac2f   lsagona   import vessels
27
      "jquery": "^3.5.1",
c4e00deb9   lsagona   add map
28
      "leaflet": "^1.7.1",
632c4ac2f   lsagona   import vessels
29
30
      "ngx-bootstrap-icons": "^1.2.0",
      "ngx-dropzone": "^2.2.2",
de59ffef8   lsagona   add model + search
31
      "ninja-splitter": "^1.1.3",
9bbae2409   lsagona   highlight selecte...
32
      "plotly.js": "^1.57.1",
632c4ac2f   lsagona   import vessels
33
      "popper.js": "^1.16.1",
d6ccfeb79   lsagona   add nav bar
34
      "rxjs": "^6.6.3",
de59ffef8   lsagona   add model + search
35
      "split.js": "^1.6.2",
136f52603   lsagona   initial commit
36
37
38
39
40
41
42
      "tslib": "^2.0.0",
      "zone.js": "~0.10.2"
    },
    "devDependencies": {
      "@angular-devkit/build-angular": "~0.1002.0",
      "@angular/cli": "~10.2.0",
      "@angular/compiler-cli": "~10.2.0",
136f52603   lsagona   initial commit
43
44
      "@types/jasmine": "~3.5.0",
      "@types/jasminewd2": "~2.0.3",
de59ffef8   lsagona   add model + search
45
      "@types/node": "^12.19.2",
136f52603   lsagona   initial commit
46
47
48
49
50
51
52
53
54
55
56
      "codelyzer": "^6.0.0",
      "jasmine-core": "~3.6.0",
      "jasmine-spec-reporter": "~5.0.0",
      "karma": "~5.0.0",
      "karma-chrome-launcher": "~3.1.0",
      "karma-coverage-istanbul-reporter": "~3.0.2",
      "karma-jasmine": "~4.0.0",
      "karma-jasmine-html-reporter": "^1.5.0",
      "protractor": "~7.0.0",
      "ts-node": "~8.3.0",
      "tslint": "~6.1.0",
de59ffef8   lsagona   add model + search
57
      "typescript": "^4.0.5"
136f52603   lsagona   initial commit
58
59
    }
  }