Warning, /firebird/firebird-ng/package.json is written in an unsupported language. File is not indexed.
0001 {
0002 "name": "firebird",
0003 "version": "0.2.7",
0004 "scripts": {
0005 "ng": "ng",
0006 "serve": "ng serve",
0007 "build": "ng build --configuration=production",
0008 "build:ghpages": "ng build --configuration=production --base-href='/firebird/'",
0009 "build:watch": "ng build",
0010 "watch": "ng build --watch --configuration development",
0011 "test": "ng test",
0012 "test:headless": "cross-env NODE_OPTIONS=--max-old-space-size=4096 ng test --browsers=ChromeHeadless --watch=false --code-coverage --progress=false",
0013 "repomix:pages": "repomix"
0014 },
0015 "dependencies": {
0016 "@angular/animations": "~20.3.15",
0017 "@angular/cdk": "~20.2.14",
0018 "@angular/common": "~20.3.15",
0019 "@angular/compiler": "~20.3.15",
0020 "@angular/core": "~20.3.15",
0021 "@angular/forms": "~20.3.15",
0022 "@angular/material": "~20.2.14",
0023 "@angular/platform-browser": "~20.3.15",
0024 "@angular/platform-browser-dynamic": "~20.3.15",
0025 "@angular/router": "~20.3.15",
0026 "@tweenjs/tween.js": "^25.0.0",
0027 "@types/picomatch": "^4.0.2",
0028 "jsonc-parser": "^3.3.1",
0029 "jsroot": "^7.9.1",
0030 "jszip": "^3.10.1",
0031 "lil-gui": "^0.20.0",
0032 "ngx-markdown": "^20.0.0",
0033 "outmatch": "^1.0.0",
0034 "phoenix-event-display": "^3.0.5",
0035 "picomatch": "^4.0.3",
0036 "prismjs": "^1.30.0",
0037 "rxjs": "~7.8.2",
0038 "three": "^0.179.1",
0039 "three-mesh-bvh": "^0.9.1",
0040 "three-stdlib": "^2.36.0",
0041 "three-viewport-gizmo": "^2.2.0",
0042 "tslib": "^2.8.1",
0043 "zone.js": "~0.15.1"
0044 },
0045 "devDependencies": {
0046 "@angular-devkit/build-angular": "~20.3.12",
0047 "@angular/cli": "~20.3.12",
0048 "@angular/compiler-cli": "~20.3.15",
0049 "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
0050 "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
0051 "@types/jasmine": "~5.1.8",
0052 "@types/three": "^0.179.0",
0053 "cross-env": "^10.0.0",
0054 "jasmine-core": "^5.9.0",
0055 "karma": "^6.4.4",
0056 "karma-chrome-launcher": "^3.2.0",
0057 "karma-coverage": "^2.2.1",
0058 "karma-jasmine": "^5.1.0",
0059 "karma-jasmine-html-reporter": "^2.1.0",
0060 "typescript": "^5.8.3",
0061 "webpack-bundle-analyzer": "^4.10.2"
0062 },
0063 "browser": {
0064 "fs": false,
0065 "os": false,
0066 "path": false,
0067 "vm": false,
0068 "jsdom": false,
0069 "agent-base": false,
0070 "http-proxy-agent": false,
0071 "https-proxy-agent": false,
0072 "net": false,
0073 "tls": false,
0074 "http": false,
0075 "https": false,
0076 "stream": false,
0077 "zlib": false,
0078 "child_process": false,
0079 "crypto": false,
0080 "url": false,
0081 "assert": false,
0082 "util": false
0083 }
0084 }