chore(web-app): add package for layout

This commit is contained in:
fastium
2025-05-13 09:23:55 +02:00
parent 1743cc3962
commit 11998daad3
2 changed files with 25 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
"chartjs": "^0.3.24", "chartjs": "^0.3.24",
"dotenv": "^16.5.0", "dotenv": "^16.5.0",
"vue": "^3.2.13", "vue": "^3.2.13",
"vue-chartjs": "^5.3.2" "vue-chartjs": "^5.3.2",
"vue-router": "^4.5.1"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0",
@@ -1143,6 +1144,12 @@
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },
"node_modules/@vue/devtools-api": {
"version": "6.6.4",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
"integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
"license": "MIT"
},
"node_modules/@vue/reactivity": { "node_modules/@vue/reactivity": {
"version": "3.5.13", "version": "3.5.13",
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.13.tgz", "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.13.tgz",
@@ -8591,6 +8598,21 @@
"url": "https://github.com/chalk/chalk?sponsor=1" "url": "https://github.com/chalk/chalk?sponsor=1"
} }
}, },
"node_modules/vue-router": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.1.tgz",
"integrity": "sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==",
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.4"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"vue": "^3.2.0"
}
},
"node_modules/vue-style-loader": { "node_modules/vue-style-loader": {
"version": "4.1.3", "version": "4.1.3",
"resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz", "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz",

View File

@@ -11,7 +11,8 @@
"chartjs": "^0.3.24", "chartjs": "^0.3.24",
"dotenv": "^16.5.0", "dotenv": "^16.5.0",
"vue": "^3.2.13", "vue": "^3.2.13",
"vue-chartjs": "^5.3.2" "vue-chartjs": "^5.3.2",
"vue-router": "^4.5.1"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0",