-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
87 lines (87 loc) · 2.74 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
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
{
"name": "prysm-web-ui",
"version": "2.0.3",
"scripts": {
"ng": "ng",
"prestart": "ngtw build",
"start": "ng serve --live-reload && ngtw watch",
"start:staging": "ng serve --configuration=staging --live-reload && ngtw watch",
"build": "ng build",
"build:dev": "ngtw build && ng build ",
"build:prod": "ngtw build && ng build --configuration=production",
"clean": "rm -Rf ./dist",
"build:ci": "npm run clean && npm run test && npm run build:dev",
"test": "ng test --watch=false --browsers=ChromeHeadlessCustom",
"test:watch": "ng test --watch=true --browsers=ChromeHeadlessCustom",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.11",
"@angular/cdk": "^13.3.9",
"@angular/common": "^13.3.11",
"@angular/compiler": "^13.4.0",
"@angular/core": "^13.3.11",
"@angular/forms": "^13.3.11",
"@angular/material": "^13.3.9",
"@angular/platform-browser": "^13.3.11",
"@angular/platform-browser-dynamic": "^13.3.11",
"@angular/router": "^13.3.11",
"@types/echarts": "^4.9.3",
"@types/file-saver": "^2.0.1",
"ajv": "^8.10.0",
"ansi_up": "^5.1.0",
"echarts": "^5.2.1",
"ethers": "^5.3.0",
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"leaflet": "^1.7.1",
"moment": "^2.29.1",
"ngx-echarts": "^7.0.2",
"ngx-file-drop": "^11.2.0",
"ngx-moment": "^5.0.0",
"ngx-skeleton-loader": "^4.0.0",
"ngx-toastr": "^14.3.0",
"rxjs": "^7.5.4",
"rxjs-pipe-ext": "^3.0.0",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.11",
"@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.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "^13.3.9",
"@angular/compiler-cli": "^13.4.0",
"@juggle/resize-observer": "~3.3.1",
"@types/jasmine": "~3.10.6",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^14.18.32",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"autoprefixer": "^10.3.7",
"eslint": "^8.9.0",
"jasmine-core": "~4.0.1",
"jasmine-spec-reporter": "~5.0.2",
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-mocks": "^13.5.2",
"ng-tailwindcss": "^2.3.4",
"postcss": "^8.3.9",
"tailwindcss": "^2.2.19",
"ts-node": "~8.3.0",
"ts-proto": "^1.156.2",
"typescript": "~4.5.5"
},
"browser": {
"http": false,
"https": false
}
}