{
  "name": "@allurereport/web-classic",
  "version": "3.0.0-beta.7",
  "description": "The static files for Allure Classic 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",
    "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 --ignore-path=.gitignore ./src",
    "lint:fix": "eslint --fix --ignore-path=.gitignore ./src",
    "prettier:format": "prettier --write 'src/**/*.{js,css,scss}'"
  },
  "browserslist": [
    "last 1 version",
    "> 1%",
    "IE 11"
  ],
  "dependencies": {
    "@allurereport/web-commons": "workspace:*",
    "@babel/runtime": "^7.25.6",
    "b_": "^1.3.4",
    "backbone": "^1.6.0",
    "backbone.marionette": "^3.5.1",
    "d3-array": "^3.2.4",
    "d3-axis": "^3.0.0",
    "d3-brush": "^3.0.0",
    "d3-drag": "^3.0.0",
    "d3-dsv": "^3.0.1",
    "d3-interpolate": "^3.0.1",
    "d3-scale": "^4.0.2",
    "d3-scale-chromatic": "^3.1.0",
    "d3-selection": "^3.0.0",
    "d3-shape": "^3.2.0",
    "filesize": "^10.1.6",
    "handlebars": "^4.7.8",
    "highlight.js": "^10.7.3",
    "i18next": "^8.4.3",
    "jquery": "^3.7.1",
    "postcss": "^8.4.47",
    "sortablejs": "^1.15.3",
    "split.js": "^1.6.5",
    "underscore": "^1.13.7",
    "url": "^0.11.4"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/eslint-parser": "^7.25.9",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.24.7",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-transform-runtime": "^7.25.4",
    "@babel/preset-env": "^7.25.4",
    "@stylistic/eslint-plugin": "^2.6.1",
    "@types/eslint": "^8.56.11",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "autoprefixer": "^10.4.20",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^9.2.1",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "css-loader": "^7.1.2",
    "css-minimizer-webpack-plugin": "^6.0.0",
    "date-fns": "^1.30.1",
    "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",
    "file-loader": "^6.2.0",
    "handlebars-loader": "^1.7.3",
    "mini-css-extract-plugin": "^2.9.1",
    "normalize-css": "^2.3.1",
    "npm-run-all2": "^7.0.1",
    "postcss-loader": "^8.1.1",
    "postcss-rtl": "^2.0.0",
    "prettier": "^3.3.3",
    "rimraf": "^6.0.1",
    "sass": "^1.79.1",
    "sass-loader": "^16.0.1",
    "source-map-loader": "^5.0.0",
    "style-loader": "^3.3.4",
    "svg-sprite-loader": "^6.0.11",
    "underscore.string": "^3.3.6",
    "webpack": "^5.94.0",
    "webpack-cli": "^5.1.4",
    "webpack-manifest-plugin": "^5.0.0",
    "webpack-merge": "^6.0.1"
  }
}
