@nagwa-limited/mathlive
Version:
A web component for math input
111 lines (110 loc) • 3.16 kB
JSON
{
"name": "@nagwa-limited/mathlive",
"version": "3.3.31",
"private": false,
"description": "A web component for math input",
"license": "MIT",
"files": [
"/dist"
],
"types": "./dist/types/mathlive.d.ts",
"module": "./dist/mathlive.min.mjs",
"main": "./dist/mathlive.min.js",
"repository": {
"type": "git",
"url": "https://gitlab.nagwa.com/javascript/wysiwyg-html-editor/nagwa-mathlive-refactor.git"
},
"bugs": "https://gitlab.nagwa.com/javascript/wysiwyg-html-editor/nagwa-mathlive-refactor/-/issues",
"scripts": {
"build": "bash ./scripts/build.sh",
"clean": "bash ./scripts/clean.sh",
"dist": "bash ./scripts/build.sh production",
"dist:static": "bash ./scripts/build.sh static",
"lint": "eslint --fix src/; prettier -w src/",
"prepublishOnly": "npm run dist",
"start": "bash ./scripts/start.sh",
"test": "bash ./scripts/test.sh",
"version": "bash ./scripts/version.sh"
},
"author": "Zeyad Aql <zeyad.aql@nagwa.com>",
"contributors": [
"Amr Essam <amr.essam@nagwa.com>",
"Ahmed Alaa <ahmed.alaa@nagwa.com>",
"Karim Shalapy <karim.shalapy@nagwa.com>",
"Abelrahman Alaa <abdelrahman.alaa@nagwa.com>",
"Youssef Elshabasy <youssef.elshabasy@nagwa.com>",
"Mostafa Magdy (Mostafa Salama) <mostafa.salama@nagwa.com>",
"Ezzdin Atef <ezzdin.atef@nagwa.com>",
"Mohamed Elzohery <mohamed.elzohery@nagwa.com>",
"Youssef Hossam <youssef.hossam@nagwa.com>",
"Heba Ghazaly <heba.ghazaly@nagwa.com>",
"Mohamed Mourad <mohamed.mourad@nagwa.com>"
],
"browserslist": [
"> 0.2%",
"maintained node versions",
"not dead",
"not op_mini all",
"not ie 11",
"not ie_mob 11",
"ios 10.3",
"chrome 53",
"firefox 63",
"safari 10.1"
],
"engines": {
"npm": ">=8.5.0",
"node": ">=16.14.2"
},
"prettier": "@cortex-js/prettier-config",
"dependencies": {
"@cortex-js/compute-engine": "0.12.3"
},
"devDependencies": {
"@arnog/esbuild-plugin-less": "^1.1.0",
"@cortex-js/prettier-config": "^1.1.1",
"@playwright/test": "^1.32.3",
"@types/css-font-loading-module": "0.0.8",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.49.0",
"autoprefixer": "^10.4.13",
"check-node-version": "^4.2.1",
"cssnano": "^5.1.14",
"esbuild": "^0.18.11",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.1",
"jest-silent-reporter": "^0.5.0",
"less": "^4.1.3",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"prettier": "^2.8.3",
"ts-jest": "^29.0.5",
"typescript": "^5.0.3"
},
"keywords": [
"math",
"editor",
"javascript",
"math-editing",
"cortex",
"compute engine",
"virtual keyboard",
"math keyboard",
"latex",
"tex",
"mathjax",
"katex",
"mathquill",
"nagwa",
"nagwa-editor",
"nagwa-latex",
"nagwa-math",
"nagwa-math-editing",
"nagwa-math-latex"
]
}