mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
2dc321e9fe
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "@jellyfin-vue/configs",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"exports": {
|
|
"./typescript/base.json": "./typescript/base.json",
|
|
"./lint": "./lint/index.ts",
|
|
"./unocss": "./unocss.ts"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --flag unstable_ts_config",
|
|
"lint:fix": "eslint . --fix --flag unstable_ts_config",
|
|
"lint:inspect": "eslint-config-inspector",
|
|
"check:types": "vue-tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.15.0",
|
|
"@intlify/eslint-plugin-vue-i18n": "3.1.0",
|
|
"@stylistic/eslint-plugin": "2.11.0",
|
|
"@unocss/eslint-config": "0.64.1",
|
|
"eslint-config-flat-gitignore": "0.3.0",
|
|
"eslint-plugin-css": "0.11.0",
|
|
"eslint-plugin-depend": "0.12.0",
|
|
"eslint-plugin-file-progress": "1.5.0",
|
|
"eslint-plugin-import-x": "4.4.2",
|
|
"eslint-plugin-jsdoc": "50.5.0",
|
|
"eslint-plugin-jsonc": "2.18.2",
|
|
"eslint-plugin-promise": "7.1.0",
|
|
"eslint-plugin-regexp": "2.7.0",
|
|
"eslint-plugin-sonarjs": "1.0.4",
|
|
"eslint-plugin-unicorn": "55.0.0",
|
|
"eslint-plugin-vue": "9.31.0",
|
|
"eslint-plugin-vue-scoped-css": "2.8.1",
|
|
"find-up-simple": "1.0.0",
|
|
"globals": "15.12.0",
|
|
"typescript-eslint": "8.15.0",
|
|
"unocss": "0.64.1",
|
|
"vue-eslint-parser": "9.4.3"
|
|
}
|
|
}
|