advent22/ui/_legacy/package.json
Jörn-Michael Miehe a1c4e408a9 🚧 ui: re-scaffolding
- move code into newly built project
2026-02-21 19:10:56 +00:00

15 lines
439 B
JSON

{
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@vue/cli-plugin-babel": "^5.0.9",
"@vue/cli-plugin-eslint": "^5.0.9",
"@vue/cli-plugin-typescript": "^5.0.9",
"@vue/cli-service": "^5.0.9",
"core-js": "^3.48.0",
"sass": "~1.94.3",
"sass-loader": "^16.0.0",
"vue": "^3.5.25",
"vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0"
}
}