Implemented working XSLT tool

This commit is contained in:
2023-06-16 11:04:37 +02:00
parent f9a4cd52e4
commit bd16c04081
9 changed files with 119 additions and 26 deletions

View File

@@ -8,6 +8,7 @@
"name": "new-frontend",
"version": "0.0.0",
"dependencies": {
"hljs": "^6.2.3",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
@@ -2356,6 +2357,14 @@
"he": "bin/he"
}
},
"node_modules/hljs": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/hljs/-/hljs-6.2.3.tgz",
"integrity": "sha512-2vtAOX8kI7WO4/19XPFl7WJauIGsOxZkD+6LLmDWx6IQsPvxjnqqFsJlfg+wkghrb5I59OS5oeqGU7Ihbp+oOw==",
"engines": {
"node": "*"
}
},
"node_modules/hosted-git-info": {
"version": "2.8.9",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",