package.json 3.35 KB
Newer Older
XFT's avatar
.  
XFT committed
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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
{
  "name": "offshift-fe",
  "version": "0.0.0",
  "scripts": {
    "ng": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng",
    "start": "npm run ng -- serve --port 4315",
    "pilot-UNSAFE": "npm run ng -- serve --port 80 --host 0.0.0.0 --public-host 0.0.0.0 --no-live-reload",
    "build": "npm run ng -- build",
    "build:prod": "npm run ng -- build --output-path=dist",
    "watch": "npm run ng -- build --watch --configuration development",
    "test": "ng test",
    "lint": "ng lint",
    "lint:fix": "ng lint --fix",
    "ceremony": "node ./server/index.js"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "~13.2.0",
    "@angular/cdk": "^13.3.0",
    "@angular/common": "~13.2.0",
    "@angular/compiler": "~13.2.0",
    "@angular/core": "~13.2.0",
    "@angular/forms": "~13.2.0",
    "@angular/platform-browser": "~13.2.0",
    "@angular/platform-browser-dynamic": "~13.2.0",
    "@angular/router": "~13.2.0",
    "@ethersproject/address": "^5.6.0",
    "@fontsource/material-icons": "^4.5.2",
    "@fontsource/metropolis": "^4.5.1",
    "@metamask/jazzicon": "^2.0.0",
    "@ngrx/component": "^13.0.2",
    "@ngrx/effects": "^13.0.2",
    "@ngrx/entity": "^13.0.2",
    "@ngrx/router-store": "^13.0.2",
    "@ngrx/store": "^13.0.2",
    "@ngrx/store-devtools": "^13.0.2",
    "@ngx-translate/core": "^14.0.0",
    "@ngx-translate/http-loader": "^7.0.0",
    "@types/node": "^16.0.0",
    "@uiowa/digit-only": "^3.2.1",
    "@walletconnect/web3-provider": "^1.7.5",
    "arraybuffer-loader": "^1.0.8",
    "bignumber.js": "^9.0.2",
    "chart.js": "^3.7.1",
    "circom": "^0.0.35",
    "circomlib-backup": "^0.0.23",
    "circomlibjs": "0.1.2",
    "crypto": "^1.0.1",
    "filereader": "^0.10.3",
    "fixed-merkle-tree-backup": "^0.6.5",
    "inquirer": "^8.0.0",
    "primeicons": "^5.0.0",
    "primeng": "^13.2.1",
    "rxjs": "~7.5.0",
    "simplebar-angular": "^2.3.6",
    "snarkjs-backup": "^0.1.21",
    "ts-node": "^10.0.0",
    "tslib": "^2.3.0",
    "web3": "^1.7.1",
    "web3-eth-contract": "^1.7.1",
    "web3-utils": "^1.7.1",
    "web3modal": "^1.9.5",
    "websnark-backup": "^0.0.10",
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
    "@angular-builders/custom-webpack": "^13.1.0",
    "@angular-devkit/build-angular": "~13.2.6",
    "@angular-eslint/builder": "13.1.0",
    "@angular-eslint/eslint-plugin": "13.1.0",
    "@angular-eslint/eslint-plugin-template": "13.1.0",
    "@angular-eslint/schematics": "13.1.0",
    "@angular-eslint/template-parser": "13.1.0",
    "@angular/cli": "~13.2.6",
    "@angular/compiler-cli": "~13.2.0",
    "@types/jasmine": "~3.10.0",
    "@types/node": "^16.0.0",
    "@typescript-eslint/eslint-plugin": "5.11.0",
    "@typescript-eslint/parser": "5.11.0",
    "assert": "^2.0.0",
    "browser": "^0.2.6",
    "crypto-browserify": "^3.12.0",
    "eslint": "^8.2.0",
    "eslint-plugin-ngrx": "^2.0.0",
    "https-browserify": "^1.0.0",
    "jasmine-core": "~4.0.0",
    "karma": "~6.3.0",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage": "~2.1.0",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "~1.7.0",
    "os-browserify": "^0.3.0",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0",
    "ts-node": "^10.0.0",
    "typescript": "~4.5.2",
    "url": "^0.11.0",
    "webpack": "^5.74.0"
  },
  "browser": {
    "fs": false,
    "path": false,
    "os": false
  }
}