Files
Trilium/packages/ckeditor5-math/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@triliumnext/ckeditor5-math",
2025-05-07 19:07:33 +03:00
"version": "45.0.0",
2025-05-04 21:34:02 +03:00
"description": "Math feature for CKEditor 5.",
"keywords": [
"ckeditor",
"ckeditor5",
"ckeditor 5",
"ckeditor5-feature",
"ckeditor5-plugin",
2025-05-04 21:34:02 +03:00
"ckeditor5-math",
"katex"
],
"type": "module",
"main": "src/index.ts",
2025-05-04 21:34:02 +03:00
"author": "Sauli Anto",
"license": "ISC",
"engines": {
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"devDependencies": {
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
"@typescript-eslint/eslint-plugin": "8.58.0",
"@typescript-eslint/parser": "8.58.0",
"@vitest/browser": "4.1.2",
"@vitest/coverage-istanbul": "4.1.2",
"ckeditor5": "48.0.0",
"eslint": "10.2.0",
"eslint-config-ckeditor5": ">=9.1.0",
"stylelint": "17.6.0",
"stylelint-config-ckeditor5": ">=9.1.0",
"typescript": "6.0.2",
2026-01-13 07:40:20 +02:00
"vite-plugin-svgo": "2.0.0",
"vitest": "4.1.2",
"webdriverio": "9.27.0"
},
"peerDependencies": {
"ckeditor5": "48.0.0"
},
"scripts": {
"lint": "eslint \"**/*.{js,ts}\" --quiet",
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css'",
"test": "vitest",
"test:debug": "vitest --inspect-brk --no-file-parallelism --browser.headless=false"
},
2025-05-07 19:07:33 +03:00
"dependencies": {
"@ckeditor/ckeditor5-icons": "48.0.0",
"mathlive": "0.109.1"
}
}