UNPKG

@allurereport/web-dashboard

Version:

The static files for Allure Dashboard Report

99 lines 3.23 kB
{ "name": "@allurereport/web-dashboard", "version": "3.0.0-beta.23", "description": "The static files for Allure Dashboard Report", "keywords": [ "allure", "testing", "report", "html" ], "repository": "https://github.com/allure-framework/allure3", "license": "Apache-2.0", "author": "Qameta Software", "type": "module", "types": "./types.d.ts", "scripts": { "clean": "rimraf dist", "dev": "webpack serve --mode development", "build": "run-s clean 'build:prod:*'", "build:dev": "run-s clean 'build:dev:*'", "build:prod:single": "SINGLE_FILE_MODE=1 webpack --mode production", "build:prod:multi": "webpack --mode production", "build:dev:single": "SINGLE_FILE_MODE=1 webpack --mode development", "build:dev:multi": "webpack --mode development", "lint": "eslint --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "test": "vitest run" }, "browserslist": [ "last 1 version", "> 1%", "IE 11" ], "dependencies": { "@allurereport/charts-api": "3.0.0-beta.23", "@allurereport/core-api": "3.0.0-beta.23", "@allurereport/web-commons": "3.0.0-beta.23", "@allurereport/web-components": "3.0.0-beta.23", "@preact/signals": "^1.3.0", "clsx": "^2.1.1", "i18next": "^24.0.2", "preact": "^10.24.0", "reset.css": "^2.0.2" }, "devDependencies": { "@babel/core": "^7.27.4", "@babel/plugin-transform-react-jsx": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-typescript": "^7.27.1", "@eslint/js": "^9.10.0", "@floating-ui/dom": "^1.6.12", "@preact/compat": "^18.3.1", "@stylistic/eslint-plugin": "^2.6.1", "@types/babel__core": "^7.20.5", "@types/d3-shape": "^3.1.6", "@types/diff": "^7", "@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", "@vitest/snapshot": "^2.1.9", "allure-vitest": "^3.3.3", "autoprefixer": "^10.4.20", "babel-loader": "^9.2.1", "babel-plugin-prismjs": "^2.1.0", "css-loader": "^7.1.2", "eslint": "^8.57.0", "eslint-config-preact": "^1.5.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-compat": "^6.0.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^50.0.0", "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-n": "^17.10.1", "eslint-plugin-no-null": "^1.0.2", "eslint-plugin-preact": "^0.1.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "fork-ts-checker-webpack-plugin": "^9.0.2", "globals": "^15.9.0", "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.1", "npm-run-all2": "^7.0.1", "postcss": "^8.5.6", "rimraf": "^6.0.1", "sass": "^1.79.1", "sass-loader": "^16.0.1", "style-loader": "^4.0.0", "svg-sprite-loader": "^6.0.11", "typescript": "^5.6.3", "typescript-eslint": "^8.6.0", "vitest": "^2.1.9", "webpack": "^5.99.9", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.2.2", "webpack-manifest-plugin": "^5.0.0" } }