1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2025-01-05 02:06:03 +00:00
share/package.json
Knut Ahlers 3a088d8382
Update node dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-12-26 15:52:26 +01:00

23 lines
No EOL
595 B
JSON

{
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"esbuild": "^0.24.2",
"esbuild-plugin-vue3": "^0.4.2",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"typescript": "^5.7.2"
},
"name": "share",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"bootstrap": "^5.3.3",
"highlight.js": "^11.11.1",
"showdown": "^2.1.0",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1"
}
}