{
  "name": "@vivliostyle/viewer",
  "description": "Vivliostyle Viewer - HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support",
  "version": "2.34.1",
  "author": "Vivliostyle Foundation",
  "scripts": {
    "build": "gulp build && cross-env NODE_ENV=production rollup -c",
    "build-dev": "gulp build-dev && cross-env NODE_ENV=development rollup -c",
    "clean": "shx rm -rf lib/* .cache",
    "dev": "run-p dev:*",
    "dev:html": "gulp serve-dev",
    "dev:ts": "cross-env NODE_ENV=development rollup -c -w --watch.buildDelay 1000",
    "format": "prettier --write \"{*.{js,md,json},{src,test}/**/*.{ts,js}}\"",
    "lint": "run-p lint:*",
    "lint:css": "stylelint src/scss/{*.*,**/*.*}",
    "lint:ts": "eslint src --fix -f codeframe",
    "serve": "yarn build && gulp serve",
    "test": "echo 'Tests for Vivliostyle Viewer has been disabled. See #618.'",
    "test-sauce": "echo 'Tests for Vivliostyle Viewer has been disabled. See #618.'"
  },
  "dependencies": {
    "@vivliostyle/core": "^2.34.1",
    "i18next-ko": "^3.0.1",
    "knockout": "^3.5.0"
  },
  "devDependencies": {
    "@eslint/compat": "^1.2.3",
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.14.0",
    "@fortawesome/fontawesome-free": "^5.15.4",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-replace": "^6.0.1",
    "@rollup/plugin-typescript": "^12.1.1",
    "@types/node": "^22.9.0",
    "@typescript-eslint/eslint-plugin": "^8.14.0",
    "@typescript-eslint/parser": "^8.14.0",
    "browser-sync": "^3.0.3",
    "circular-dependency-plugin": "^5.2.0",
    "cross-env": "^7.0.2",
    "eslint": "^9.14.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-formatter-codeframe": "^7.32.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "^15.12.0",
    "gulp": "^4.0.2",
    "gulp-changed": "^4.0.0",
    "gulp-ejs": "^5.0.0",
    "gulp-notify": "^5.0.0",
    "gulp-plumber": "^1.2.1",
    "gulp-rename": "^2.0.0",
    "gulp-sass": "^5.0.0",
    "jasmine-core": "^5.4.0",
    "karma": "^6.2.0",
    "karma-jasmine": "^5.1.0",
    "karma-rollup-preprocessor": "^7.0.5",
    "karma-sauce-launcher": "^4.1.2",
    "karma-typescript-preprocessor": "^0.4.0",
    "karma-verbose-reporter": "0.0.6",
    "node-sass-package-importer": "^5.3.2",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.25",
    "rollup": "^2.41.1",
    "rollup-plugin-sourcemaps": "^0.6.2",
    "rollup-plugin-string": "^3.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "sass": "^1.35.1",
    "shx": "^0.3.2",
    "stylelint": "^16.10.0",
    "stylelint-config-standard-scss": "^13.1.0",
    "typescript": "^5.0.4"
  },
  "main": "lib/js/vivliostyle-viewer.js",
  "files": [
    "lib/index.html",
    "lib/js/vivliostyle-viewer.js*",
    "lib/fonts",
    "lib/css",
    "lib/resources",
    "docs/index.html"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vivliostyle/vivliostyle.js.git",
    "directory": "packages/viewer"
  },
  "bugs": {
    "url": "https://github.com/vivliostyle/vivliostyle.js/issues"
  },
  "homepage": "https://github.com/vivliostyle/vivliostyle.js/tree/master/packages/viewer",
  "keywords": [
    "vivliostyle"
  ],
  "license": "AGPL-3.0",
  "engines": {
    "node": ">=14"
  },
  "gitHead": "0d2dfd8a80c8134987cc5d2838b23c6c7ce1f9dd"
}
