- Added DM Sans font to the project, including multiple weights and styles for improved typography. - Updated package.json and package-lock.json to include @fontsource/dm-sans dependency. - Enhanced dashboard context to include current cluster CPU state, integrating new data into the context and API responses. - Updated relevant templates and JavaScript to utilize the new current cluster data for better visualization and user experience.
30 lines
791 B
JSON
30 lines
791 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"
|
|
}
|
|
}
|