komga/tsugini/package.json
Gauthier Roebroeck eb5ace4f5e quasar stuff
2026-02-03 11:14:23 +08:00

57 lines
1.7 KiB
JSON

{
"name": "komga-webui-v2",
"version": "0.0.1",
"description": "Komga client",
"productName": "Komga",
"author": "Gauthier Roebroeck <gauthier.roebroeck@gmail.com>",
"type": "module",
"private": true,
"scripts": {
"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{ts,js,cjs,mjs,vue}\"",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"postinstall": "quasar prepare",
"openapi-generate": "npx tsx ./openapi-generator.ts"
},
"dependencies": {
"@pinia/colada": "^0.16.1",
"@pinia/colada-plugin-auto-refetch": "^0.1.0",
"@quasar/extras": "^1.16.4",
"@vueuse/core": "^13.3.0",
"marked": "^15.0.12",
"openapi-fetch": "^0.14.0",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.3.0",
"quasar": "^2.16.0",
"vue": "^3.4.18",
"vue-intl": "^6.5.25",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@quasar/app-vite": "^2.1.0",
"@types/node": "^22.15.29",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.4.0",
"autoprefixer": "^10.4.2",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^10.1.0",
"globals": "^15.12.0",
"openapi-typescript": "^7.8.0",
"prettier": "^3.3.3",
"typescript": "^5.8.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.7.0",
"unplugin-vue-router": "^0.12.0",
"vite-plugin-checker": "^0.9.0",
"vite-plugin-vue-layouts-next": "^0.1.3",
"vue-tsc": "^2.0.29"
},
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}