21 Star 87 Fork 1

Gitee 极速下载/tinymce

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tinymce/tinymce
克隆/下载
package.json 3.47 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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\"",
"changie-merge": "changie merge -u '## Unreleased'",
"changie-batch": "changie batch auto --project",
"ci": "npm-run-all -p oxide-ci oxide-icons-ci -p tsc \"tinymce-grunt dev\"",
"ci-seq": "run-s oxide-ci oxide-icons-ci tsc \"tinymce-grunt dev\"",
"ci-all": "npm-run-all -p changie-merge eslint ci -s tinymce-rollup",
"ci-all-seq": "npm-run-all -p eslint ci-seq -s tinymce-rollup",
"local-ci": "run-s -s ci-all test",
"test": "run-s headless-test browser-test",
"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": "^14.1.0",
"@ephox/bedrock-server": "^14.1.2",
"@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.4.1",
"chalk": "^4.1.0",
"changie": "^1.14.0",
"emojilib": "^2.4.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-security-node": "^1.1.4",
"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": "^1.0.1",
"grunt-shell": "^4.0.0",
"grunt-terser": "^2.0.0",
"grunt-webpack": "^5.0.0",
"lerna": "^8.1.2",
"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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/tinymce.git
git@gitee.com:mirrors/tinymce.git
mirrors
tinymce
tinymce
main

搜索帮助