-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
156 lines (156 loc) · 5.82 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "gravitee-apim-console-webui",
"version": "0.0.0",
"license": "Apache-2.0",
"description": "Gravitee.io APIM - UI Console",
"dependencies": {
"@angular/animations": "18.2.13",
"@angular/cdk": "18.2.14",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/material": "18.2.14",
"@angular/material-moment-adapter": "18.2.14",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@angular/upgrade": "18.2.13",
"@asciidoctor/core": "3.0.4",
"@asyncapi/web-component": "2.6.3",
"@danielmoncada/angular-datetime-picker": "17.0.0",
"@danielmoncada/angular-datetime-picker-moment-adapter": "4.0.0",
"@fontsource/libre-franklin": "4.5.11",
"@gravitee/ui-analytics": "13.11.0",
"@gravitee/ui-components": "4.3.0",
"@gravitee/ui-particles-angular": "13.11.0",
"@gravitee/ui-policy-studio-angular": "13.11.0",
"@highcharts/map-collection": "1.1.4",
"@ngx-formly/core": "6.3.12",
"@ngx-formly/material": "6.3.12",
"@toast-ui/editor": "3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "3.1.0",
"@webcomponents/webcomponentsjs": "2.8.0",
"angular": "1.8.3",
"angular-animate": "1.8.3",
"angular-aria": "1.8.3",
"angular-drag-and-drop-lists": "2.1.0",
"angular-gridster": "0.13.14",
"angular-highlightjs": "0.7.1",
"angular-loading-bar": "0.9.0",
"angular-material": "1.2.5",
"angular-material-data-table": "0.10.10",
"angular-material-icons": "0.7.1",
"angular-messages": "1.8.3",
"angular-moment-picker": "0.10.2",
"angular-permission": "6.0.0",
"angular-sanitize": "1.8.3",
"angular-schema-form": "0.8.14",
"angular-scroll": "1.0.2",
"angular-timeline": "1.7.0",
"angular-ui-tree": "2.22.6",
"angular-ui-validate": "1.2.3",
"asciidoctor": "3.0.4",
"asciidoctor-highlight.js": "0.4.0",
"codemirror": "5.65.18",
"codemirror-asciidoc": "1.0.4",
"diff": "3.5.0",
"diff2html": "3.4.51",
"dragular": "4.6.0",
"highcharts": "9.3.3",
"highcharts-angular": "3.1.2",
"highlight.js": "10.7.3",
"jdenticon": "3.3.0",
"jquery": "3.7.1",
"js-yaml": "4.1.0",
"jwt-decode": "4.0.0",
"lodash": "4.17.21",
"marked": "10.0.0",
"marked-highlight": "2.2.1",
"md-color-picker": "0.2.6",
"md-steppers": "0.4.1",
"moment": "2.30.1",
"monaco-editor": "0.46.0",
"ng-file-upload": "12.2.13",
"ngclipboard": "2.0.0",
"ngx-file-helpers": "12.0.0",
"ngx-markdown": "17.2.1",
"oidc-client-ts": "2.4.1",
"prismjs": "1.30.0",
"rxjs": "7.8.2",
"swagger-ui": "5.20.1",
"tinycolor2": "1.6.0",
"v-accordion": "1.6.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "0.1802.14",
"@angular-devkit/build-angular": "18.2.14",
"@angular/cli": "18.2.14",
"@angular/compiler-cli": "18.2.13",
"@gravitee/ui-schematics": "13.11.0",
"@storybook/addon-essentials": "8.6.4",
"@storybook/angular": "8.6.4",
"@types/angular": "1.8.9",
"@types/angular-material": "1.1.78",
"@types/angular-mocks": "1.7.4",
"@types/angular-sanitize": "1.8.4",
"@types/diff": "5.2.3",
"@types/jest": "29.5.14",
"@types/jquery": "3.5.32",
"@types/js-yaml": "4.0.9",
"@types/lodash": "4.17.16",
"@types/node": "20.17.24",
"@types/swagger-ui": "3.52.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"angular-mocks": "1.8.3",
"chromatic": "11.27.0",
"eslint": "8.57.1",
"eslint-config-angular": "0.5.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.8.4",
"eslint-plugin-angular": "4.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-storybook": "0.11.4",
"html-loader": "5.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"jest-preset-angular": "14.5.3",
"license-check-and-add": "4.0.5",
"prettier": "3.5.3",
"storybook": "8.6.4",
"typescript": "5.5.4"
},
"engines": {
"node": "^20.11"
},
"scripts": {
"ng": "ng",
"build": "NODE_OPTIONS=--max_old_space_size=7168 ng build --stats-json",
"build:prod": "NODE_OPTIONS=--max_old_space_size=7168 ng build --configuration=production",
"lint": "yarn lint:eslint && yarn prettier",
"lint:eslint": "eslint --ext .json,.ts ./src",
"lint:eslint:fix": "eslint --ext .json,.ts ./src --fix",
"lint:fix": "yarn lint:eslint:fix && yarn lint:license:fix && yarn prettier:fix",
"lint:license": "license-check-and-add check -f license-check-config.json",
"lint:license:fix": "license-check-and-add add -f license-check-config.json -r",
"prettier": "prettier --check \"**/*.{js,ts,html,css,scss,json}\"",
"prettier:fix": "prettier --write \"**/*.{js,ts,html,css,scss,json}\"",
"prettier:list": "prettier --list-different \"**/*.{js,ts,html,css,scss,json}\"",
"storybook": "ng run apim-console:start-storybook",
"build-storybook": "ng run apim-console:build-storybook",
"serve": "NODE_OPTIONS=--max_old_space_size=7168 ng serve --disable-host-check --host 0.0.0.0",
"serve:apim-master": "BACKEND_ENV=apim-master-api.team-apim.gravitee.dev yarn serve",
"test-old": "jest --config old-jest.config.js --detectOpenHandles",
"test": "jest",
"test:auto": "jest --watch",
"test:coverage": "JEST_JUNIT_ADD_FILE_ATTRIBUTE=true JEST_JUNIT_OUTPUT_DIR=\"coverage\" node --max-old-space-size=10240 --expose-gc ./node_modules/.bin/jest --ci --reporters=default --reporters=jest-junit --maxWorkers=7 --collectCoverage=true --logHeapUsage"
},
"scarfSettings": {
"enabled": false
},
"packageManager": "yarn@4.1.1"
}