Some checks failed
CI / ci (push) Has been cancelled
- Expanded mock data to include additional host labels and updated CPU current and projected values for better representation. - Modified JavaScript to conditionally display projected CPU statistics and standard deviation, improving user experience. - Refactored chart configuration to dynamically handle datasets based on the presence of projected data. - Updated HTML to include a new block for displaying standard deviation, enhancing clarity in CPU metrics presentation.
30 lines
762 B
JSON
30 lines
762 B
JSON
{
|
|
"name": "watcher-visio",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx @tailwindcss/cli -i ./static/css/main.css -o ./static/css/output.css --minify",
|
|
"dev": "npx @tailwindcss/cli -i ./static/css/main.css -o ./static/css/output.css --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.arnike.ru/Arnike/watcher-visio.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"@fontsource/dm-sans": "^5.2.8",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"autoprefixer": "^10.4.22",
|
|
"daisyui": "^5.5.5",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.17"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.17"
|
|
}
|
|
}
|