mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-06-04 07:26:50 +00:00
18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"name": "moviepilot-oidcauth-plugin",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@originjs/vite-plugin-federation": "^1.4.1",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"vite": "^5.4.11"
|
|
}
|
|
}
|