Files
komodo/frontend/package.json

28 lines
607 B
JSON

{
"name": "monitor-frontend",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "GPL v3.0",
"devDependencies": {
"@monitor/types": "1.0.0",
"sass": "^1.49.11",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-solid": "^2.2.6"
},
"dependencies": {
"@monitor/util": "1.0.0",
"apexcharts": "^3.35.4",
"axios": "^0.26.1",
"js-file-download": "^0.4.12",
"reconnecting-websocket": "^4.4.0",
"solid-apexcharts": "^0.1.6",
"solid-js": "^1.3.10"
}
}