-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 3.11 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 3.11 KB
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": "artcoded-backoffice",
"version": "2026.5.7",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"buildprod": "ng build --configuration production",
"format:fix": "pretty-quick --staged",
"format:fixAll": "prettier --write \"src/**/*.{ts,js,html,css,scss,json,md}\"",
"precommit": "run-s format:fix lint",
"lint": "ng lint"
},
"private": true,
"typings": "./src/typings.d.ts",
"dependencies": {
"@angular/animations": "^19.2.15",
"@angular/cdk": "^19.2.19",
"@angular/common": "^19.2.15",
"@angular/compiler": "^19.2.15",
"@angular/core": "^19.2.15",
"@angular/forms": "^19.2.15",
"@angular/localize": "^19.2.15",
"@angular/platform-browser": "^19.2.15",
"@angular/platform-browser-dynamic": "^19.2.15",
"@angular/router": "^19.2.15",
"@angular/service-worker": "^19.2.15",
"@fortawesome/angular-fontawesome": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@nbittich/web-rdfa": "^0.3.12",
"@ng-bootstrap/ng-bootstrap": "18.0.0",
"@primeng/themes": "^19.1.4",
"@zazuko/yasgui": "^4.5.0",
"ace-builds": "^1.33.0",
"angular-plotly.js": "^5.2.2",
"bootstrap": "^5.3.3",
"easymde": "^2.20.0",
"html2canvas": "^1.4.1",
"jsonpath-plus": "6.0.1",
"keycloak-angular": "^19.0.2",
"keycloak-js": "24.0.3",
"marked": "^15.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"ng2-pdfjs-viewer": "^25.0.12",
"ngx-autosize": "^2.0.4",
"ngx-file-drop": "^16.0.0",
"ngx-highlightjs": "^10.0.0",
"primeicons": "^6.0.1",
"primeng": "^19.1.4",
"rxjs": "^7.8.0",
"uuid": "^10.0.0",
"validator": "^13.11.0",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-devkit/schematics": "^19.2.17",
"@angular-eslint/builder": "19.8.1",
"@angular-eslint/eslint-plugin": "19.8.1",
"@angular-eslint/eslint-plugin-template": "19.8.1",
"@angular-eslint/schematics": "19.8.1",
"@angular-eslint/template-parser": "19.8.1",
"@angular/build": "^19.2.17",
"@angular/cli": "^19.2.17",
"@angular/compiler-cli": "^19.2.15",
"@types/bootstrap": "^5.2.10",
"@types/node": "^22.18.7",
"@types/prismjs": "^1.26.5",
"@types/validator": "^13.15.3",
"@typescript-eslint/eslint-plugin": "^7.2.*",
"@typescript-eslint/parser": "^7.2.*",
"eslint": "^8.57.0",
"ngx-markdown": "^19.1.1",
"prettier": "^3.0.0",
"pretty-quick": "^4.0.0",
"prismjs": "^1.30.0",
"qrcode": "^1.5.4",
"source-map-explorer": "^2.5.3",
"ts-node": "~9.1.1",
"tslib": "^2.4.1",
"typescript": "~5.5.4",
"vite-plugin-wasm": "^3.5.0"
}
}