2025-05-04 19:53:24 +03:00
|
|
|
{
|
|
|
|
|
"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.",
|
2025-05-04 19:53:24 +03:00
|
|
|
"keywords": [
|
|
|
|
|
"ckeditor",
|
|
|
|
|
"ckeditor5",
|
|
|
|
|
"ckeditor 5",
|
|
|
|
|
"ckeditor5-feature",
|
|
|
|
|
"ckeditor5-plugin",
|
2025-05-04 21:34:02 +03:00
|
|
|
"ckeditor5-math",
|
|
|
|
|
"katex"
|
2025-05-04 19:53:24 +03:00
|
|
|
],
|
|
|
|
|
"type": "module",
|
2025-08-31 18:18:35 +03:00
|
|
|
"main": "src/index.ts",
|
2025-05-04 21:34:02 +03:00
|
|
|
"author": "Sauli Anto",
|
|
|
|
|
"license": "ISC",
|
2025-05-04 19:53:24 +03:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0",
|
|
|
|
|
"npm": ">=5.7.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
2026-04-02 18:18:05 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
|
|
|
"@typescript-eslint/parser": "8.58.0",
|
2026-03-27 01:53:12 +00:00
|
|
|
"@vitest/browser": "4.1.2",
|
|
|
|
|
"@vitest/coverage-istanbul": "4.1.2",
|
2026-04-04 09:16:52 +00:00
|
|
|
"ckeditor5": "48.0.0",
|
2026-04-07 05:20:05 +00:00
|
|
|
"eslint": "10.2.0",
|
2025-05-04 19:53:24 +03:00
|
|
|
"eslint-config-ckeditor5": ">=9.1.0",
|
2026-03-27 01:56:44 +00:00
|
|
|
"stylelint": "17.6.0",
|
2025-05-04 19:53:24 +03:00
|
|
|
"stylelint-config-ckeditor5": ">=9.1.0",
|
2026-03-31 11:14:01 +00:00
|
|
|
"typescript": "6.0.2",
|
2026-01-13 07:40:20 +02:00
|
|
|
"vite-plugin-svgo": "2.0.0",
|
2026-03-27 01:53:12 +00:00
|
|
|
"vitest": "4.1.2",
|
2026-03-24 16:25:45 +00:00
|
|
|
"webdriverio": "9.27.0"
|
2025-05-04 19:53:24 +03:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2026-04-04 09:16:52 +00:00
|
|
|
"ckeditor5": "48.0.0"
|
2025-05-04 19:53:24 +03:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint \"**/*.{js,ts}\" --quiet",
|
|
|
|
|
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css'",
|
|
|
|
|
"test": "vitest",
|
2026-04-04 13:27:07 +03:00
|
|
|
"test:debug": "vitest --inspect-brk --no-file-parallelism --browser.headless=false"
|
2025-05-04 19:53:24 +03:00
|
|
|
},
|
2025-05-07 19:07:33 +03:00
|
|
|
"dependencies": {
|
2026-04-04 09:16:52 +00:00
|
|
|
"@ckeditor/ckeditor5-icons": "48.0.0",
|
2026-04-05 01:30:27 +00:00
|
|
|
"mathlive": "0.109.1"
|
2025-05-04 19:53:24 +03:00
|
|
|
}
|
|
|
|
|
}
|