ots/package.json
Knut Ahlers e572d2f545
Port to Vue3 and TypeScript
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2025-05-01 13:25:11 +02:00

28 lines
No EOL
869 B
JSON

{
"devDependencies": {
"@babel/eslint-parser": "7.27.1",
"@types/bootstrap": "5.2.10",
"@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.1",
"@vue/tsconfig": "0.7.0",
"esbuild": "0.25.3",
"esbuild-plugin-vue3": "0.4.2",
"esbuild-sass-plugin": "3.3.1",
"eslint": "9.25.1",
"eslint-plugin-vue": "10.1.0",
"typescript": "5.8.3",
"vue-eslint-parser": "10.1.3"
},
"name": "ots",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "6.7.2",
"base64-js": "1.5.1",
"bootstrap": "5.3.5",
"qrcode": "1.5.4",
"vue": "3.5.13",
"vue-i18n": "11.1.3",
"vue-router": "4.5.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}