@allurereport/plugin-dashboard
Version:
Allure Dashboard Plugin – plugin for generating dashboard with a mix of charts
62 lines • 1.81 kB
JSON
{
"name": "@allurereport/plugin-dashboard",
"version": "3.0.0-beta.18",
"description": "Allure Dashboard Plugin – plugin for generating dashboard with a mix of charts",
"keywords": [
"allure",
"testing",
"report",
"plugin",
"dashboard",
"charts",
"trends"
],
"repository": "https://github.com/allure-framework/allure3",
"license": "Apache-2.0",
"author": "Qameta Software",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"scripts": {
"build": "run clean && tsc --project ./tsconfig.json",
"clean": "rimraf ./dist",
"eslint": "eslint ./src/**/*.{js,jsx,ts,tsx}",
"eslint:format": "eslint --fix ./src/**/*.{js,jsx,ts,tsx}",
"test": "rimraf ./out && vitest run"
},
"dependencies": {
"@allurereport/core-api": "3.0.0-beta.18",
"@allurereport/plugin-api": "3.0.0-beta.18",
"@allurereport/web-commons": "3.0.0-beta.18",
"@allurereport/web-dashboard": "3.0.0-beta.18",
"d3-shape": "^3.2.0",
"handlebars": "^4.7.8"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.6.1",
"@types/d3-shape": "^3.1.6",
"@types/eslint": "^8.56.11",
"@types/node": "^20.17.9",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/runner": "^2.1.9",
"allure-vitest": "^3.3.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.9"
}
}