{
  "name": "@lomray/vite-ssr-boost",
  "version": "7.1.0",
  "description": "Vite plugin for create awesome SSR or SPA applications on React.",
  "type": "module",
  "keywords": [
    "js",
    "vite",
    "plugin",
    "react",
    "ssr"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Lomray-Software/vite-ssr-boost.git"
  },
  "bugs": {
    "url": "https://github.com/Lomray-Software/vite-ssr-boost/issues"
  },
  "homepage": "https://github.com/Lomray-Software/vite-ssr-boost",
  "author": "Mikhail Yarmaliuk",
  "license": "MIT",
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c -w",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "release": "npm run build && cd lib && npm publish",
    "lint:check": "eslint . --max-warnings=0",
    "lint:format": "eslint . --fix",
    "ts:check": "tsc --project ./tsconfig.json --skipLibCheck --noemit",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "commander": "^14.0.3",
    "compression": "^1.8.1",
    "express": "^5.2.1",
    "hoist-non-react-statics": "^3.3.2",
    "json5": "^2.2.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "@lomray/eslint-config-react": "^6.0.3",
    "@lomray/prettier-config": "^2.1.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@testing-library/react": "^16.3.2",
    "@types/babel__generator": "^7.27.0",
    "@types/babel__traverse": "^7.28.0",
    "@types/compression": "^1.8.1",
    "@types/hoist-non-react-statics": "^3.3.7",
    "@types/react-dom": "^19.2.3",
    "@types/sinon": "^21.0.0",
    "@vitest/coverage-v8": "^4.1.0",
    "@zerollup/ts-transform-paths": "^1.7.18",
    "eslint": "^9.39.4",
    "husky": "^9.1.7",
    "jsdom": "^29.0.1",
    "lint-staged": "^16.4.0",
    "prettier": "^3.8.1",
    "rollup": "^4.59.1",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-folder-input": "^1.0.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-preserve-shebangs": "^0.2.0",
    "rollup-plugin-ts": "^3.4.5",
    "semantic-release": "^25.0.3",
    "sinon": "^21.0.3",
    "typescript": "^5.3.3",
    "vitepress": "^1.6.4",
    "vitest": "^4.1.0"
  },
  "peerDependencies": {
    "@babel/generator": ">=7.23.0",
    "@babel/parser": ">=7.23.0",
    "@babel/traverse": ">=7.23.0",
    "@types/express": ">=4.17.21",
    "react-dom": ">=18.2.0",
    "react-router": ">=7.0.1",
    "vite": ">=5"
  },
  "overrides": {
    "rollup-plugin-ts": {
      "browserslist-generator": "^3.0.0"
    }
  },
  "bin": {
    "ssr-boost": "cli.js"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
