{
  "name": "tinymce-hackx",
  "workspaces": [
    "modules/*"
  ],
  "scripts": {
    "postinstall": "patch-package",
    "tinymce-grunt": "grunt --gruntfile modules/tinymce/Gruntfile.js",
    "tinymce-rollup": "run-s \"tinymce-grunt dev rollup\"",
    "oxide-icons-build": "yarn -s --cwd modules/oxide-icons-default build",
    "oxide-icons-ci": "yarn --cwd modules/oxide-icons-default ci",
    "oxide-build": "yarn -s --cwd modules/oxide build",
    "oxide-start": "yarn -s --cwd modules/oxide start",
    "oxide-ci": "yarn --cwd modules/oxide ci",
    "tsc": "tsc -b",
    "watch": "tsc -b -w",
    "eslint": "lerna exec --stream --no-bail -- eslint --max-warnings=0 src/**/*.ts",
    "start": "yarn -s tinymce-grunt start",
    "dev": "npm-run-all oxide-icons-build oxide-build -p tsc \"tinymce-grunt dev\"",
    "ci": "npm-run-all -p oxide-ci oxide-icons-ci -p tsc \"tinymce-grunt dev\"",
    "ci-all": "npm-run-all -p eslint ci -s tinymce-rollup",
    "local-ci": "npm-run-all ci-all -s headless-test browser-test",
    "test": "run-s local-ci",
    "build": "npm-run-all -p oxide-icons-ci oxide-ci -s tinymce-grunt",
    "prepublishOnly": "run-s oxide-icons-ci",
    "browser-test": "yarn -s grunt browser-auto",
    "browser-test-manual": "yarn -s grunt browser-manual",
    "headless-test": "yarn -s grunt headless-auto",
    "headless-test-firefox": "yarn -s grunt headless-auto --bedrock-browser=firefox-headless",
    "headless-test-manual": "yarn -s grunt headless-manual",
    "bedrock": "bedrock --customRoutes modules/tinymce/src/core/test/json/routes.json",
    "test-one": "yarn tsc && yarn bedrock-auto -b chrome-headless -f"
  },
  "devDependencies": {
    "@ephox/bedrock-client": "^13.0.0",
    "@ephox/bedrock-server": "^13.3.0",
    "@ephox/oxide-icons-tools": "^3.1.0",
    "@ephox/swag": "^4.6.0",
    "@tinymce/eslint-plugin": "^2.2.1",
    "@tinymce/moxiedoc": "^0.2.1",
    "@types/chai": "^4.3.3",
    "@types/dompurify": "^2.3.4",
    "@types/prismjs": "^1.16.6",
    "chai": "^4.3.3",
    "chalk": "^4.1.0",
    "emojilib": "^2.4.0",
    "eslint": "^8.23.1",
    "eslint-plugin-notice": "^0.9.10",
    "eslint-plugin-only-warn": "^1.0.3",
    "fast-check": "^2.23.0",
    "fork-ts-checker-webpack-plugin": "^7.2.13",
    "grunt": "^1.5.3",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-less": "3.0.0",
    "grunt-contrib-symlink": "^1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^24.0.0",
    "grunt-nuget-pack": "^0.0.6",
    "grunt-shell": "^4.0.0",
    "grunt-terser": "^2.0.0",
    "grunt-webpack": "^5.0.0",
    "gulp": "^4.0.0",
    "gulp-clean": "^0.4.0",
    "gulp-clean-css": "^4.0.0",
    "gulp-connect": "^5.7.0",
    "gulp-less": "^5.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-stylelint": "^13.0.0",
    "lerna": "^3.18.4",
    "less-plugin-autoprefix": "^2.0.0",
    "load-grunt-tasks": "^5.1.0",
    "moxie-zip": "0.0.4",
    "npm-run-all": "^4.1.5",
    "patch-package": "^6.4.7",
    "resolve": "^1.18.1",
    "rollup": "^2.79.0",
    "rollup-plugin-string": "^3.0.0",
    "source-map-loader": "^3.0.0",
    "string-replace-loader": "^3.0.3",
    "stylelint": "^13.2.1",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-order": "^5.0.0",
    "terser": "^5.15.0",
    "ts-loader": "^9.2.6",
    "tsconfig-paths-webpack-plugin": "^3.2.0",
    "tslib": "^2.0.0",
    "twemoji": "^13.0.1",
    "typescript": "^4.8.3",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.0"
  },
  "description": "The world's #1 open source rich text editor.",
  "version": "2.0.2",
  "main": "Gruntfile.js",
  "bin": {
    "tinymce-hackx": "build-prism.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/1066511239/tinymce-hackx.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/1066511239/tinymce-hackx/issues"
  },
  "homepage": "https://github.com/1066511239/tinymce-hackx#readme"
}
