-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
55 lines (55 loc) · 1.95 KB
/
package.json
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
{
"name": "public-pool-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.config.local.json ",
"start:prod": "ng serve --configuration=production",
"build": "ng build --configuration=production && gzipper compress --gzip --brotli ./dist/public-pool-ui/",
"build:electron": "ng build --configuration=electron --base-href ./",
"build:github": "ng build --configuration=production && echo \"web.public-pool.io\" > dist/public-pool-ui/CNAME",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"bundle-report": "ng build --configuration=production --source-map=true --named-chunks=true --stats-json && webpack-bundle-analyzer dist/public-pool-ui/stats.json"
},
"private": true,
"dependencies": {
"@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",
"chartjs-adapter-moment": "^1.0.1",
"moment": "^2.30.1",
"ng-particles": "^3.12.0",
"ngx-device-detector": "8.0.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primeng": "17.18.3",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
"tsparticles": "^2.10.1",
"tsparticles-engine": "^2.10.1",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.0",
"@angular/cli": "18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@types/jasmine": "~4.0.0",
"gzipper": "^7.2.0",
"jasmine-core": "~4.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.5.3",
"webpack-bundle-analyzer": "^4.9.0"
}
}