Files
Froxlor/package.json
Maurice Preuß (envoyr) c5017786e0 audit of the npm packages and upgrade of the versions
Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
2025-02-27 01:11:33 +01:00

29 lines
573 B
JSON

{
"name": "froxlor",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@popperjs/core": "^2.11.8",
"@vitejs/plugin-vue": "^5.2.1",
"axios": "^1.8.1",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.8",
"jquery": "^3.7.1",
"jquery-validation": "^1.21.0",
"laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.21",
"postcss": "^8.5.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.85.1",
"vite": "^6.2.0",
"vue": "^3.5.13"
},
"engines": {
"node": ">=22"
}
}