mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-06-01 23:16:48 +00:00
19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"name": "moviepilot-agenttokens-plugin",
|
|
"private": true,
|
|
"version": "1.0.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.13",
|
|
"vuetify": "3.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@originjs/vite-plugin-federation": "^1.4.1",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"vite": "^5.4.11"
|
|
}
|
|
}
|