cthep-ui-vue3
Version:
Vue 3 试题组件库
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "@wiris/mathtype-tinymce4",
"version": "7.27.0",
"description": "MathType Web for TinyMCE4 editor",
"keywords": [
"chem",
"chemistry",
"chemtype",
"editor",
"equation",
"latex",
"math",
"mathml",
"maths",
"mathtype",
"tinymce",
"tinymce4",
"wiris"
],
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-tinymce4",
"homepage": "https://www.wiris.com/",
"bugs": {
"email": "support@wiris.com"
},
"license": "MIT",
"author": "WIRIS Team (http://www.wiris.com)",
"main": "plugin.min.js",
"scripts": {
"build": "webpack --mode production",
"build-dev": "webpack --mode development",
"clean": "shx rm -f plugin.min.js",
"compile": "node ../../scripts/services/compile editor_plugin.src.js .",
"prepack": "npm install && npm run compile -- npm"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.6.0"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"raw-loader": "^4.0.2",
"shx": "^0.3.3",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.1.1",
"url-loader": "^4.1.1",
"webpack": "^5.46.0",
"webpack-cli": "^4.6.0"
}
}