aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 774f90d93851fed9031c9dedd216d759a3d181ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "name": "reclaim-ui",
  "version": "1.0.0",
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "start": "ng serve --proxy-config proxy.conf.json",
    "build": "ng build --prod",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@angular-devkit/build-angular": "^0.1102.12",
    "@angular/animations": "^11.1",
    "@angular/cli": "^11.1",
    "@angular/common": "^11.1",
    "@angular/compiler": "^11.1",
    "@angular/core": "^11.1",
    "@angular/forms": "^11.1",
    "@angular/localize": "^11.1.0",
    "@angular/platform-browser": "^11.1",
    "@angular/platform-browser-dynamic": "^11.1",
    "@angular/router": "^11.1",
    "@fortawesome/fontawesome-free": "^5.15.2",
    "@types/chrome": "^0.0.128",
    "@types/jsonwebtoken": "^8.5.0",
    "angular-oauth2-oidc": "^10.0.3",
    "bootstrap": "^4.6.0",
    "core-js": "^3.8",
    "i18next": "^19.8.4",
    "jquery": ">=3.5.1",
    "popper.js": "^1.16.0",
    "rxjs": "6",
    "stream": "^0.0.2",
    "tslib": "2.1.0",
    "zone.js": "~0.11.3"
  },
  "devDependencies": {
    "@angular/compiler-cli": "^11.1.0",
    "@angular/language-service": "^11.1",
    "codelyzer": "^6.0.1",
    "eslint": "^7",
    "tslint": "^5.20.1",
    "typescript": "~4.1",
    "web-ext-types": "^3.2.1"
  }
}