mirror of
https://github.com/zadam/trilium.git
synced 2026-04-10 22:17:48 +02:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "@triliumnext/ckeditor5-admonition",
|
|
"version": "1.0.0",
|
|
"description": "Admonition (info box, warning box) feature for CKEditor 5.",
|
|
"keywords": [
|
|
"ckeditor",
|
|
"ckeditor5",
|
|
"ckeditor 5",
|
|
"ckeditor5-feature",
|
|
"ckeditor5-plugin",
|
|
"ckeditor5-package-generator"
|
|
],
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"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",
|
|
"vite-plugin-svgo": "2.0.0",
|
|
"vitest": "4.1.2",
|
|
"webdriverio": "9.27.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ckeditor5": "48.0.0"
|
|
},
|
|
"author": "Elian Doran <contact@eliandoran.me>",
|
|
"license": "GPL-2.0-or-later",
|
|
"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"
|
|
}
|
|
}
|