mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
23 lines
495 B
JSON
23 lines
495 B
JSON
{
|
|
"name": "rconsole-plugin",
|
|
"description": "R-Plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"form-data": "^4.0.1",
|
|
"js-yaml": "^4.1.0",
|
|
"next": "^14.2.16",
|
|
"node-id3": "^0.2.6",
|
|
"p-queue": "^8.0.1",
|
|
"qrcode": "^1.5.3",
|
|
"react": "^18.3.1",
|
|
"react-circular-progressbar": "^2.1.0",
|
|
"react-dom": "^18.3.1",
|
|
"systeminformation": "^5.23.5"
|
|
},
|
|
"devDependencies": {
|
|
"daisyui": "^4.12.14",
|
|
"tailwindcss": "^3.4.14"
|
|
}
|
|
}
|