@allurereport/plugin-dashboard
Version:
Allure Dashboard Plugin – plugin for generating dashboard with a mix of charts
52 lines • 1.41 kB
JSON
{
"name": "@allurereport/plugin-dashboard",
"version": "3.8.2",
"description": "Allure Dashboard Plugin – plugin for generating dashboard with a mix of charts",
"keywords": [
"allure",
"charts",
"dashboard",
"plugin",
"report",
"testing",
"trends"
],
"license": "Apache-2.0",
"author": "Qameta Software",
"repository": "https://github.com/allure-framework/allure3",
"files": [
"./dist"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "run clean && tsc --project ./tsconfig.json",
"clean": "rimraf ./dist",
"test": "rimraf ./out && vitest run",
"lint": "oxlint --import-plugin src test features stories",
"lint:fix": "oxlint --import-plugin --fix src test features stories"
},
"dependencies": {
"@allurereport/charts-api": "3.8.2",
"@allurereport/core-api": "3.8.2",
"@allurereport/plugin-api": "3.8.2",
"@allurereport/web-commons": "3.8.2",
"@allurereport/web-dashboard": "3.8.2",
"d3-shape": "^3.2.0",
"handlebars": "^4.7.9"
},
"devDependencies": {
"@types/d3-shape": "^3.1.6",
"@types/node": "^20.17.9",
"@vitest/runner": "^2.1.9",
"allure-vitest": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.9"
}
}