1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-10-18 13:24:23 +00:00
share/package.json
Knut Ahlers 549f0d1f36
Port frontend to Vue 3 / Bootstrap 5.3
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-03-18 20:22:31 +01:00

23 lines
594 B
JSON

{
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"esbuild": "^0.20.2",
"esbuild-plugin-vue3": "^0.4.2",
"esbuild-sass-plugin": "^3.2.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"typescript": "^5.4.2"
},
"name": "share",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"bootstrap": "^5.3.3",
"highlight.js": "^11.9.0",
"showdown": "^2.1.0",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2"
}
}