-
-
Notifications
You must be signed in to change notification settings - Fork 140
/
package.json
123 lines (123 loc) · 4.41 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
{
"name": "jhonline",
"version": "2.33.3",
"description": "JHipster Online is the best place to generate JHipster applications, with no installation required!",
"license": "Apache-2.0",
"keywords": [
"jhipster"
],
"homepage": "https://www.jhipster.tech/",
"bugs": "https://github.com/jhipster/jhipster-online/issues",
"cacheDirectories": [
"node_modules"
],
"dependencies": {
"@angular/common": "14.2.12",
"@angular/compiler": "14.2.12",
"@angular/core": "14.2.12",
"@angular/forms": "14.2.12",
"@angular/localize": "14.2.12",
"@angular/platform-browser": "14.2.12",
"@angular/platform-browser-dynamic": "14.2.12",
"@angular/router": "14.2.12",
"@fortawesome/angular-fontawesome": "0.11.1",
"@fortawesome/fontawesome-svg-core": "1.2.27",
"@fortawesome/free-brands-svg-icons": "5.12.0",
"@fortawesome/free-solid-svg-icons": "5.12.0",
"@ng-bootstrap/ng-bootstrap": "11.0.1",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@scarf/scarf": "^1.1.1",
"bootstrap": "4.5.3",
"dayjs": "^1.11.7",
"echarts": "^5.4.0",
"jquery": "3.6.1",
"ng-jhipster": "0.16.0",
"ngx-cookie": "6.0.1",
"ngx-infinite-scroll": "14.0.1",
"ngx-webstorage": "10.0.1",
"popper.js": "1.16.1",
"resize-observer-polyfill": "1.5.1",
"rxjs": "6.6.7",
"swagger-ui-dist": "3.24.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "14.1.0",
"@angular-builders/jest": "14.1.0",
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular/cli": "14.2.10",
"@angular/compiler-cli": "14.2.12",
"@openapitools/openapi-generator-cli": "1.0.10-4.2.3",
"@types/echarts": "^4.9.16",
"@types/gtag.js": "0.0.13",
"@types/jest": "27.5.2",
"@types/node": "12.12.17",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"browser-sync": "2.27.10",
"browser-sync-webpack-plugin": "2.3.0",
"copy-webpack-plugin": "11.0.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-webpack-plugin": "3.2.0",
"generator-jhipster": "7.2.0",
"husky": "3.1.0",
"jest": "28.1.3",
"jest-date-mock": "1.0.7",
"jest-environment-jsdom": "28.1.3",
"jest-jasmine2": "28.1.3",
"jest-junit": "15.0.0",
"jest-preset-angular": "12.2.3",
"jest-sonar-reporter": "2.0.0",
"lint-staged": "8.2.1",
"mem-fs": "^2.0.0",
"prettier": "1.19.1",
"prettier-plugin-java": "0.8.3",
"rimraf": "3.0.0",
"ts-jest": "28.0.8",
"typescript": "4.8.2",
"webpack": "5.75.0",
"webpack-bundle-analyzer": "4.7.0",
"webpack-merge": "5.8.0",
"webpack-notifier": "1.15.0",
"workbox-webpack-plugin": "^6.5.4"
},
"engines": {
"node": ">=14",
"yarn": ">=1.19.0"
},
"scripts": {
"prettier:format": "prettier --write \"{,src/**/}*.{md,json,yaml,yml,java,ts,js,css,scss}\"",
"prettier:check": "prettier --check \"{,src/**/}*.{md,json,yaml,yml,java,ts,js,css,scss}\"",
"lint": "eslint . --ext .js,.ts",
"lint:fix": "yarn run lint --fix",
"cleanup": "rimraf target/classes/static/{index.html,favicon.ico,manifest.webapp,robots.txt,app/,content/,swagger-ui/} target/classes/aot",
"clean-www": "rimraf target/classes/static/app/{src,target/}",
"start": "ng serve --hmr",
"start-tls": "yarn run webapp:dev-ssl",
"serve": "yarn run start",
"build": "yarn run webapp:prod",
"pretest": "yarn run lint",
"test": "ng test --coverage --log-heap-usage -w=2",
"test:watch": "yarn run test --watch",
"webapp:build": "yarn run clean-www && yarn run webapp:build:dev",
"webapp:build:dev": "ng build --configuration development",
"webapp:build:prod": "ng build --configuration production --delete-output-path false",
"webapp:dev": "ng serve",
"webapp:dev-ssl": "ng serve --ssl",
"webapp:dev-verbose": "ng serve --verbose",
"webapp:prod": "yarn run clean-www && yarn run webapp:build:prod",
"webapp:test": "yarn run test",
"update-jdl-studio": "cd src/main/resources/static/jdl-studio && git pull origin gh-pages --rebase && cd .. && git add jdl-studio && git commit -m 'jdl-studio submodule updated'"
},
"jestSonar": {
"reportPath": "target/test-results/jest",
"reportFile": "TESTS-results-sonar.xml"
},
"overrides": {
"webpack": "5.75.0"
}
}