{ "name": "angor-browse", "version": "0.0.1", "description": "Angor Hub- Decentralized Crowdfunding<", "author": "angor", "private": true, "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", "deploy": "ng deploy" }, "dependencies": { "@angular/animations": "18.2.4", "@angular/cdk": "18.2.4", "@angular/common": "18.2.4", "@angular/compiler": "18.2.4", "@angular/core": "18.2.4", "@angular/forms": "18.2.4", "@angular/material": "18.2.4", "@angular/material-luxon-adapter": "18.2.4", "@angular/platform-browser": "18.2.4", "@angular/platform-browser-dynamic": "18.2.4", "@angular/pwa": "^18.2.4", "@angular/router": "18.2.4", "@angular/service-worker": "^18.2.4", "@gandlaf21/bolt11-decode": "^3.1.1", "@ngneat/cashew": "^4.1.0", "@ngneat/transloco": "6.0.4", "@noble/hashes": "^1.5.0", "@noble/secp256k1": "^2.1.0", "apexcharts": "3.53.0", "bech32": "^2.0.0", "crypto-js": "4.2.0", "dayjs": "^1.11.13", "highlight.js": "11.10.0", "localforage": "^1.10.0", "lodash-es": "4.17.21", "luxon": "3.5.0", "ng-apexcharts": "1.12.0", "ngx-quill": "26.0.8", "nostr-tools": "^2.7.2", "perfect-scrollbar": "1.5.5", "quill": "2.0.2", "rxjs": "7.8.1", "tslib": "2.7.0", "zone.js": "0.15.0" }, "devDependencies": { "@angular-devkit/build-angular": "18.2.4", "@angular/cli": "18.2.4", "@angular/compiler-cli": "18.2.4", "@tailwindcss/typography": "0.5.15", "@types/chroma-js": "2.4.4", "@types/crypto-js": "4.2.2", "@types/highlight.js": "10.1.0", "@types/jasmine": "5.1.4", "@types/lodash": "4.17.7", "@types/lodash-es": "4.17.12", "@types/luxon": "3.4.2", "angular-cli-ghpages": "^2.0.1", "autoprefixer": "10.4.20", "chroma-js": "3.1.1", "jasmine-core": "5.3.0", "karma": "6.4.4", "karma-chrome-launcher": "3.2.0", "karma-coverage": "2.2.1", "karma-jasmine": "5.1.0", "karma-jasmine-html-reporter": "2.1.0", "lodash": "4.17.21", "postcss": "8.4.47", "prettier": "3.3.3", "prettier-plugin-organize-imports": "4.0.0", "prettier-plugin-tailwindcss": "0.6.6", "tailwindcss": "3.4.12", "typescript": "5.5.2" } }