mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
34 lines
841 B
JSON
34 lines
841 B
JSON
{
|
|
"name": "rconsole-plugin",
|
|
"description": "R-Plugin",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "cd server && next dev -p 4016",
|
|
"dev6": "cd server && HOST=:: next dev -p 4016",
|
|
"start": "cd server && next start -p 4016",
|
|
"build": "cd server && next build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"chart.js": "^4.4.6",
|
|
"form-data": "^4.0.1",
|
|
"ioredis": "^5.4.1",
|
|
"js-yaml": "^4.1.0",
|
|
"next": "^14.2.16",
|
|
"node-id3": "^0.2.6",
|
|
"node-os-utils": "^1.3.7",
|
|
"os-utils": "^0.0.14",
|
|
"p-queue": "^8.0.1",
|
|
"qrcode": "^1.5.3",
|
|
"react": "^18.3.1",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-circular-progressbar": "^2.1.0",
|
|
"react-dom": "^18.3.1",
|
|
"systeminformation": "^5.23.5"
|
|
},
|
|
"devDependencies": {
|
|
"daisyui": "^4.12.14",
|
|
"tailwindcss": "^3.4.14"
|
|
}
|
|
}
|