@wiris/mathtype-tinymce7 8.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "@wiris/mathtype-tinymce7",
3
+ "version": "8.12.0",
4
+ "description": "MathType Web for TinyMCE7 editor",
5
+ "keywords": [
6
+ "chem",
7
+ "chemistry",
8
+ "chemtype",
9
+ "editor",
10
+ "equation",
11
+ "latex",
12
+ "math",
13
+ "mathml",
14
+ "maths",
15
+ "mathtype",
16
+ "tinymce",
17
+ "tinymce7",
18
+ "wiris"
19
+ ],
20
+ "repository": "https://github.com/wiris/html-integrations/tree/master/packages/tinymce7",
21
+ "homepage": "www.wiris.com/?utm_source=npmjs&utm_medium=referral",
22
+ "bugs": {
23
+ "email": "support@wiris.com"
24
+ },
25
+ "license": "MIT",
26
+ "author": "WIRIS Team (www.wiris.com/?utm_source=npmjs&utm_medium=referral)",
27
+ "main": "plugin.min.js",
28
+ "scripts": {
29
+ "build": "webpack --mode production",
30
+ "build-dev": "webpack --mode development",
31
+ "clean": "shx rm -f plugin.min.js",
32
+ "prepack": "yarn && npm run build"
33
+ },
34
+ "dependencies": {
35
+ "@wiris/mathtype-html-integration-devkit": "1.17.6"
36
+ },
37
+ "devDependencies": {
38
+ "@babel/core": "^7.24.4",
39
+ "@babel/preset-env": "^7.24.4",
40
+ "babel-loader": "^9.1.3",
41
+ "css-loader": "^7.1.0",
42
+ "shx": "^0.3.4",
43
+ "style-loader": "^4.0.0",
44
+ "terser-webpack-plugin": "^5.3.10"
45
+ }
46
+ }