mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "op-blocknote-hocuspocus",
|
|
"version": "0.0.1",
|
|
"main": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts",
|
|
"dev": "tsx watch src/index.ts",
|
|
"debug": "tsx --inspect src/index.ts",
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "vitest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/opf/openproject.git"
|
|
},
|
|
"license": "GPLv3",
|
|
"bugs": {
|
|
"url": "https://github.com/opf/openproject/issues"
|
|
},
|
|
"homepage": "https://github.com/opf/openproject/tree/dev/extensions/op-blocknote-hocuspocus#readme",
|
|
"engines": {
|
|
"node": ">=22.18"
|
|
},
|
|
"dependencies": {
|
|
"@blocknote/server-util": "^0.44.2",
|
|
"@hocuspocus/server": "^3.4.0",
|
|
"op-blocknote-extensions": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.18/op-blocknote-extensions-0.0.18.tgz",
|
|
"tsx": "^4.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@blocknote/core": "^0.44.2",
|
|
"@eslint/js": "^9.35.0",
|
|
"@eslint/json": "^0.14.0",
|
|
"@stylistic/eslint-plugin": "^5.3.1",
|
|
"@types/node": "^25.0.2",
|
|
"eslint": "^9.35.0",
|
|
"globals": "^16.4.0",
|
|
"msw": "^2.12.7",
|
|
"typescript-eslint": "^8.48.1",
|
|
"vitest": "^4.0.15"
|
|
}
|
|
}
|