UNPKG

@wiris/mathtype-froala

Version:

MathType Web for Froala Editor

48 lines (47 loc) 1.19 kB
{ "name": "@wiris/mathtype-froala", "version": "8.13.1", "description": "MathType Web for Froala Editor", "keywords": [ "chem", "chemistry", "chemtype", "editor", "equation", "froala", "froala3", "froala4", "latex", "math", "mathml", "maths", "mathtype", "wiris" ], "repository": "https://github.com/wiris/html-integrations/tree/master/packages/froala", "homepage": "https://www.wiris.com/?utm_source=npmjs&utm_medium=referral", "bugs": { "email": "support@wiris.com" }, "license": "MIT", "author": "WIRIS Team (https://www.wiris.com/?utm_source=npmjs&utm_medium=referral)", "main": "wiris.js", "scripts": { "build": "webpack --mode production", "build-dev": "webpack --mode development", "clean": "shx rm -f wiris.js", "prepack": "yarn && npm run build" }, "dependencies": { "@wiris/mathtype-html-integration-devkit": "1.17.8" }, "devDependencies": { "@babel/core": "^7.24.4", "@babel/preset-env": "^7.24.4", "babel-loader": "^9.1.3", "css-loader": "^7.1.0", "shx": "^0.3.4", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.3.10" } }