21 Star 80 Fork 1

Gitee 极速下载 / tinymce

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tinymce/tinymce
Clone or Download
package.json 3.33 KB
Copy Edit Raw Blame History
{
"name": "tinymce-monorepo",
"private": true,
"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 -s --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 -s --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-seq": "npm-run-all oxide-ci oxide-icons-ci tsc \"tinymce-grunt dev\"",
"ci-all": "npm-run-all -p eslint ci -s tinymce-rollup",
"ci-all-seq": "npm-run-all -p eslint ci-seq -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": "grunt browser-auto",
"browser-test-manual": "grunt browser-manual",
"headless-test": "grunt headless-auto",
"headless-test-firefox": "grunt headless-auto --bedrock-browser=firefox-headless",
"headless-test-manual": "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.5.0",
"@ephox/oxide-icons-tools": "^3.1.1",
"@ephox/swag": "^4.6.0",
"@tinymce/eslint-plugin": "^2.3.0",
"@tinymce/moxiedoc": "^0.3.0",
"@types/chai": "^4.3.3",
"@types/dompurify": "3.0.2",
"@types/prismjs": "^1.16.6",
"chai": "^4.3.3",
"chalk": "^4.1.0",
"emojilib": "^2.4.0",
"eslint-plugin-only-warn": "^1.1.0",
"fast-check": "^2.23.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.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",
"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": "^7.0.0",
"resolve": "^1.18.1",
"rollup": "^3.22.0",
"rollup-plugin-string": "^3.0.0",
"source-map-loader": "^4.0.1",
"string-replace-loader": "^3.0.3",
"stylelint": "^13.2.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^5.0.0",
"terser": "^5.17.4",
"ts-loader": "^9.2.6",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tslib": "^2.0.0",
"twemoji": "^14.0.2",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.11.0"
}
}
JavaScript
1
https://gitee.com/mirrors/tinymce.git
git@gitee.com:mirrors/tinymce.git
mirrors
tinymce
tinymce
master

Search