public-pool-ui/package.json

55 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2023-06-20 18:56:23 -04:00
{
"name": "public-pool-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
2023-06-20 23:11:11 -04:00
"start": "ng serve --proxy-config proxy.config.local.json ",
2024-08-22 10:31:37 -04:00
"start:prod": "ng serve --configuration=production",
2023-08-03 16:47:01 -04:00
"build": "ng build --configuration=production && gzipper compress --gzip --brotli ./dist/public-pool-ui/",
2024-07-11 13:43:55 -04:00
"build:electron": "ng build --configuration=electron --base-href ./",
2023-08-08 22:39:23 -04:00
"build:github": "ng build --configuration=production && echo \"web.public-pool.io\" > dist/public-pool-ui/CNAME",
2023-06-20 18:56:23 -04:00
"watch": "ng build --watch --configuration development",
2023-07-11 17:38:00 -04:00
"test": "ng test",
2023-08-03 16:47:01 -04:00
"bundle-report": "ng build --configuration=production --source-map=true --named-chunks=true --stats-json && webpack-bundle-analyzer dist/public-pool-ui/stats.json"
2023-06-20 18:56:23 -04:00
},
"private": true,
"dependencies": {
2024-07-10 15:40:13 -04:00
"@angular/animations": "18.1.0",
"@angular/common": "18.1.0",
"@angular/compiler": "18.1.0",
"@angular/core": "18.1.0",
"@angular/forms": "18.1.0",
"@angular/platform-browser": "18.1.0",
"@angular/platform-browser-dynamic": "18.1.0",
"@angular/router": "18.1.0",
"bitcoin-address-validation": "^2.2.3",
"chart.js": "^4.4.3",
2023-06-22 09:06:39 -04:00
"chartjs-adapter-moment": "^1.0.1",
2024-07-10 15:40:13 -04:00
"moment": "^2.30.1",
"ng-particles": "^3.12.0",
"ngx-device-detector": "8.0.0",
2023-06-26 18:19:38 -04:00
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
2024-07-10 15:40:13 -04:00
"primeng": "17.18.3",
2023-06-26 18:19:38 -04:00
"rxjs": "~7.8.1",
2023-06-20 18:56:23 -04:00
"tslib": "^2.3.0",
2023-07-02 16:18:50 -04:00
"tsparticles": "^2.10.1",
"tsparticles-engine": "^2.10.1",
2024-07-10 15:40:13 -04:00
"zone.js": "~0.14.7"
2023-06-20 18:56:23 -04:00
},
"devDependencies": {
2024-07-10 15:40:13 -04:00
"@angular-devkit/build-angular": "18.1.0",
"@angular/cli": "18.1.0",
"@angular/compiler-cli": "^18.1.0",
2023-06-20 21:58:55 -04:00
"@types/jasmine": "~4.0.0",
2023-08-03 12:15:15 -04:00
"gzipper": "^7.2.0",
2023-06-20 21:58:55 -04:00
"jasmine-core": "~4.2.0",
2023-06-20 18:56:23 -04:00
"karma": "~6.4.0",
2023-06-20 21:58:55 -04:00
"karma-chrome-launcher": "~3.1.0",
2023-06-20 18:56:23 -04:00
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
2024-07-10 15:40:13 -04:00
"typescript": "~5.5.3",
2023-07-11 17:38:00 -04:00
"webpack-bundle-analyzer": "^4.9.0"
2023-06-20 18:56:23 -04:00
}
2023-07-11 17:38:00 -04:00
}