-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
133 lines (133 loc) · 4.2 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "hydro-ui",
"version": "0.0.1",
"license": "MIT",
"size-limit": [
{
"path": "hydro-serving-ui/*.js",
"webpack": false,
"limit": "400 KB"
}
],
"scripts": {
"size": "size-limit",
"ng": "ng",
"start": "npm run sprites && ng serve",
"build": "npm run sprites && ng build --configuration development",
"build-prod": "npm run sprites && ng build",
"release": "standard-version",
"sprites": "svg-sprite --config sprite-config.json src/assets/images/_icons/*.svg",
"build-tm": "npm run sprites && ng build --prod --configuration=tm",
"test": "ng test",
"test-headless": "ng test --watch=false --browsers=ChromeHeadlessCI",
"lint": "ng lint",
"e2e": "ng e2e",
"bundle-report": "webpack-bundle-analyzer hydro-serving-ui/stats.json"
},
"private": true,
"dependencies": {
"@angular-mdl/core": "^12.0.0",
"@angular-mdl/popover": "^12.0.0",
"@angular-mdl/select": "^12.0.0",
"@angular-slider/ngx-slider": "^2.0.3",
"@angular/animations": "~12.0.2",
"@angular/common": "~12.0.2",
"@angular/compiler": "~12.0.2",
"@angular/core": "~12.0.2",
"@angular/forms": "~12.0.2",
"@angular/platform-browser": "~12.0.2",
"@angular/platform-browser-dynamic": "~12.0.2",
"@angular/router": "^12.0.2",
"@ctrl/ngx-codemirror": "2.1.1",
"@ngrx/effects": "^10.1.0",
"@ngrx/entity": "^10.1.0",
"@ngrx/router-store": "10.1.0",
"@ngrx/store": "^10.1.0",
"@ngrx/store-devtools": "^10.1.0",
"@types/d3": "^5.7.2",
"@types/elasticsearch": "^5.0.22",
"@types/lodash": "^4.14.133",
"@types/long": "^4.0.0",
"@types/sanctuary": "^3.0.2",
"angular-notifier": "^9.1.0",
"codemirror": "^5.58.3",
"core-js": "^2.5.0",
"d3": "^5.16.0",
"d3-scale-chromatic": "^1.3.3",
"date-fns": "^2.9.0",
"fishery": "^1.2.0",
"folktale": "^2.3.2",
"fp-ts": "^1.19.5",
"highcharts": "^9.1.0",
"highcharts-angular": "^2.10.0",
"hocon-parser": "^1.0.1",
"immer": "^7.0.5",
"jasmine-marbles": "^0.5.0",
"js-yaml": "^3.13.1",
"karma-junit-reporter": "^2.0.1",
"lodash": "^4.17.15",
"match-sorter": "^2.2.3",
"ng2-charts": "^1.6.0",
"ngx-daterangepicker-material": "^4.0.1",
"node": "14.16.1",
"ramda": "^0.27.0",
"rxjs": "~6.6.0",
"sanctuary": "^3.1.0",
"tippy.js": "^6.3.1",
"tslib": "^2.1.0",
"unique-names-generator": "^3.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.2",
"@angular-eslint/builder": "^12.1.0",
"@angular-eslint/eslint-plugin": "12.1.0",
"@angular-eslint/eslint-plugin-template": "12.1.0",
"@angular-eslint/schematics": "12.1.0",
"@angular-eslint/template-parser": "12.1.0",
"@angular/cli": "^12.0.2",
"@angular/compiler-cli": "^12.0.2",
"@angular/language-service": "^12.0.2",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/bytebuffer": "5.0.40",
"@types/jasmine": "^3.6.10",
"@types/jasminewd2": "^2.0.8",
"@types/js-yaml": "^4.0.0",
"@types/node": "^12.20.6",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "^4.25.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-rxjs": "^3.3.3",
"eslint-plugin-typescript": "^0.8.1",
"eslint-plugin-unused-imports": "^1.1.1",
"husky": "^6.0.0",
"jasmine-core": "^3.7.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"playwright": "^1.11.1",
"prettier": "^2.0.5",
"protractor": "7.0",
"sass": "^1.34.0",
"size-limit": "^0.11.4",
"standard-version": "^9.3.0",
"svg-inline-loader": "^0.8.0",
"svg-sprite": "^1.4.0",
"ts-mockito": "^2.6.1",
"ts-node": "^10.0.0",
"typescript": "4.2.4",
"webpack-bundle-analyzer": "^2.9.0"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}